The repository for high quality TypeScript type definitions.
3922 matches across 14 categories. Click a row to expand file-level details.
| Severity | File | Line | Snippet |
|---|---|---|---|
| CRITICAL | types/chai-spies/chai-spies-tests.ts | 79 | spyStringArg.should.have.been.called.with("foo"); |
| CRITICAL | types/chai-spies/chai-spies-tests.ts | 84 | spyTwoStringArgsAndOneNumber.should.have.been.called.with("bar", "foo"); |
| CRITICAL | types/chai-spies/chai-spies-tests.ts | 90 | expect(spyTwoStringArgs).to.have.been.called.with.exactly("foo", "bar"); |
| CRITICAL | types/chai-spies/chai-spies-tests.ts | 91 | spyTwoStringArgs.should.have.been.called.with.exactly("foo", "bar"); |
| CRITICAL | types/chai-spies/chai-spies-tests.ts | 98 | expect(spy).to.have.been.called.always.with("foo"); |
| CRITICAL | types/chai-spies/chai-spies-tests.ts | 99 | spy.should.have.been.called.always.with("foo"); |
| CRITICAL | types/chai-spies/chai-spies-tests.ts | 104 | expect(spyStringArg).to.have.been.called.always.with.exactly("foo"); |
| CRITICAL | types/chai-spies/chai-spies-tests.ts | 105 | spyStringArg.should.have.been.called.always.with.exactly("foo"); |
| CRITICAL | types/chai-spies/chai-spies-tests.ts | 112 | expect(spyStringIteratedArg).to.have.been.first.called.with("foo"); |
| CRITICAL | types/chai-spies/chai-spies-tests.ts | 113 | spyStringIteratedArg.should.have.been.first.called.with("foo"); |
| CRITICAL | types/chai-spies/chai-spies-tests.ts | 114 | expect(spyStringIteratedArg).to.have.been.first.called.with("bar"); |
| CRITICAL | types/chai-spies/chai-spies-tests.ts | 115 | spyStringIteratedArg.should.have.been.first.called.with("bar"); |
| CRITICAL | types/chai-spies/chai-spies-tests.ts | 116 | expect(spyStringIteratedArg).to.have.been.first.called.with("baz"); |
| CRITICAL | types/chai-spies/chai-spies-tests.ts | 117 | spyStringIteratedArg.should.have.been.first.called.with("baz"); |
| CRITICAL | types/chai-spies/chai-spies-tests.ts | 142 | expect(spy).to.not.have.been.called.exactly(3); |
| CRITICAL | types/chai-spies/chai-spies-tests.ts | 143 | spy.should.have.been.called.exactly(3); |
| CRITICAL | types/chai-spies/chai-spies-tests.ts | 144 | spy.should.not.have.been.called.exactly(3); |
| CRITICAL | types/chai-spies/chai-spies-tests.ts | 148 | expect(spy).to.not.have.been.called.at.least(3); |
| CRITICAL | types/chai-spies/chai-spies-tests.ts | 149 | spy.should.have.been.called.at.least(3); |
| CRITICAL | types/chai-spies/chai-spies-tests.ts | 150 | spy.should.not.have.been.called.min(3); |
| CRITICAL | types/chai-spies/chai-spies-tests.ts | 154 | expect(spy).to.not.have.been.called.at.most(3); |
| CRITICAL | types/chai-spies/chai-spies-tests.ts | 155 | spy.should.have.been.called.at.most(3); |
| CRITICAL | types/chai-spies/chai-spies-tests.ts | 156 | spy.should.not.have.been.called.max(3); |
| CRITICAL | types/chai-spies/chai-spies-tests.ts | 160 | expect(spy).to.not.have.been.called.gt(3); |
| CRITICAL | types/chai-spies/chai-spies-tests.ts | 161 | spy.should.have.been.called.gt(3); |
| CRITICAL | types/chai-spies/chai-spies-tests.ts | 162 | spy.should.not.have.been.called.above(3); |
| CRITICAL | types/chai-spies/chai-spies-tests.ts | 166 | expect(spy).to.not.have.been.called.lt(3); |
| CRITICAL | types/chai-spies/chai-spies-tests.ts | 167 | spy.should.have.been.called.lt(3); |
| CRITICAL | types/chai-spies/chai-spies-tests.ts | 168 | spy.should.not.have.been.called.below(3); |
| CRITICAL | types/chai-spies/index.d.ts | 253 | * expect(spy).to.not.have.been.called.exactly(3); |
| CRITICAL | types/chai-spies/index.d.ts | 254 | * spy.should.have.been.called.exactly(3); |
| CRITICAL | types/chai-spies/index.d.ts | 255 | * spy.should.not.have.been.called.exactly(3); |
| CRITICAL | types/chai-spies/index.d.ts | 265 | * expect(spy).to.not.have.been.called.at.least(3); |
| CRITICAL | types/chai-spies/index.d.ts | 266 | * spy.should.have.been.called.at.least(3); |
| CRITICAL | types/chai-spies/index.d.ts | 267 | * spy.should.not.have.been.called.min(3); |
| CRITICAL | types/chai-spies/index.d.ts | 277 | * expect(spy).to.not.have.been.called.at.most(3); |
| CRITICAL | types/chai-spies/index.d.ts | 278 | * spy.should.have.been.called.at.most(3); |
| CRITICAL | types/chai-spies/index.d.ts | 279 | * spy.should.not.have.been.called.max(3); |
| CRITICAL | types/chai-spies/index.d.ts | 290 | * spy.should.not.have.been.called.above(3); |
| CRITICAL | types/chai-spies/index.d.ts | 300 | * spy.should.not.have.been.called.gt(3); |
| CRITICAL | types/chai-spies/index.d.ts | 310 | * spy.should.not.have.been.called.below(3); |
| CRITICAL | types/chai-spies/index.d.ts | 320 | * spy.should.not.have.been.called.lt(3); |
| CRITICAL | types/chai-spies/index.d.ts | 461 | * expect(spy).to.not.have.been.called.at.least(3); |
| CRITICAL | types/chai-spies/index.d.ts | 462 | * spy.should.have.been.called.at.least(3); |
| CRITICAL | types/chai-spies/index.d.ts | 463 | * spy.should.not.have.been.called.min(3); |
| CRITICAL | types/chai-spies/index.d.ts | 473 | * expect(spy).to.not.have.been.called.at.most(3); |
| CRITICAL | types/chai-spies/index.d.ts | 474 | * spy.should.have.been.called.at.most(3); |
| CRITICAL | types/chai-spies/index.d.ts | 475 | * spy.should.not.have.been.called.max(3); |
| CRITICAL | types/chai-spies/index.d.ts | 374 | * spy.should.have.been.called.with('foo'); |
| CRITICAL | types/chai-spies/index.d.ts | 381 | * spy.should.have.been.called.with('bar', 'foo'); |
| CRITICAL | types/chai-spies/index.d.ts | 392 | * expect(spy).to.have.been.called.with.exactly('foo', 'bar'); |
| CRITICAL | types/chai-spies/index.d.ts | 393 | * spy.should.have.been.called.with.exactly('foo', 'bar'); |
| CRITICAL | types/chai-spies/index.d.ts | 425 | * expect(spy).to.have.been.called.always.with('foo'); |
| CRITICAL | types/chai-spies/index.d.ts | 426 | * spy.should.have.been.called.always.with('foo'); |
| CRITICAL | types/chai-spies/index.d.ts | 437 | * expect(spy).to.have.been.called.always.with.exactly('foo'); |
| CRITICAL | types/chai-spies/index.d.ts | 438 | * spy.should.have.been.called.always.with.exactly('foo'); |
| CRITICAL | types/gimloader/gimloader-tests.ts | 142 | api.stores.phaser.mainCharacter.physics.getBody().rigidBody.translation(); // $ExpectType Vector |
| CRITICAL | types/gimloader/gimloader-tests.ts | 143 | api.stores.phaser.mainCharacter.physics.getBody().character.feetSensor; // $ExpectType Collider |
| CRITICAL | types/chai/chai-tests.ts | 221 | expect("foo").to.have.length.of.at.least(2); |
| CRITICAL | types/chai/chai-tests.ts | 222 | expect([1, 2, 3]).to.have.length.of.at.least(2); |
| 171 more matches not shown… | |||
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | …pes/protractor-http-mock/protractor-http-mock-tests.ts | 231 | function TestGetRequestDefinitions() { |
| LOW | …pes/protractor-http-mock/protractor-http-mock-tests.ts | 332 | function TestPostRequestDefinitions() { |
| LOW | …pes/protractor-http-mock/protractor-http-mock-tests.ts | 361 | function TestHeadRequestDefinitions() { |
| LOW | …pes/protractor-http-mock/protractor-http-mock-tests.ts | 376 | function TestDeleteRequestDefinitions() { |
| LOW | …pes/protractor-http-mock/protractor-http-mock-tests.ts | 391 | function TestPutRequestDefinitions() { |
| LOW | …pes/protractor-http-mock/protractor-http-mock-tests.ts | 420 | function TestPatchRequestDefinitions() { |
| LOW | …pes/protractor-http-mock/protractor-http-mock-tests.ts | 435 | function TestJsonpRequestDefinitions() { |
| LOW | types/node-forge/index.d.ts | 658 | function certificationRequestToPem(csr: CertificateSigningRequest, maxline?: number): PEM; |
| LOW | types/node-forge/index.d.ts | 660 | function certificationRequestFromPem( |
| LOW | types/node-forge/index.d.ts | 666 | function createCertificationRequest(): CertificateSigningRequest; |
| LOW | types/node-forge/index.d.ts | 695 | function publicKeyToRSAPublicKeyPem(key: PublicKey, maxline?: number): PEM; |
| LOW | types/node-forge/index.d.ts | 705 | function encryptedPrivateKeyFromPem(pem: PEM): asn1.Asn1; |
| LOW | types/symphony-api-client-node/index.d.ts | 86 | export function stopDatafeedEventsService(): void; |
| LOW | types/symphony-api-client-node/index.d.ts | 88 | export function stopFirehoseEventsService(): void; |
| LOW | …pes/symphony-api-client-node/MessagesClient/index.d.ts | 43 | export function sendMessageWithAttachment( |
| LOW | …/symphony-api-client-node/ConnectionsClient/index.d.ts | 23 | export function getConnectionRequestStatus(userId: string, sessionToken: string): Promise<Connection>; |
| LOW | …/symphony-api-client-node/ConnectionsClient/index.d.ts | 29 | export function getInboundPendingConnections(sessionToken: string): Promise<Connection[]>; |
| LOW | types/upyun/index.d.ts | 312 | function getPolicyAndAuthorization( |
| LOW | types/azure-sb/index.d.ts | 14 | export function createNotificationHubService( |
| LOW | types/find-duplicated-property-keys/index.d.ts | 5 | declare function findDuplicatedPropertyKeys(content: string): findDuplicatedPropertyKeys.PropertyInfo[]; |
| LOW | types/make-async-generator-function/index.d.ts | 5 | declare function makeAsyncGeneratorFunction(): readonly AsyncGeneratorFunction[]; |
| LOW | types/dygraphs/test/dygraphs-tests-old.ts | 276 | function linearRegressionAddSeries() { |
| LOW | …al-management/webappsec-credential-management-tests.ts | 3 | function passwordBasedSignInDeprecated() { |
| LOW | …al-management/webappsec-credential-management-tests.ts | 156 | function passwordPostSignInConfirmation() { |
| LOW | …al-management/webappsec-credential-management-tests.ts | 177 | function federationPostSignInConfirmation() { |
| LOW | …al-management/webappsec-credential-management-tests.ts | 265 | function createPasswordCredentialWithForm() { |
| LOW | …al-management/webappsec-credential-management-tests.ts | 281 | function createFederatedCredential() { |
| LOW | …al-management/webappsec-credential-management-tests.ts | 375 | function mockAuthenticatorAssertionResponse() { |
| LOW | types/i18n-iso-countries-regions/index.d.ts | 45 | declare function getAllCountriesCallingCode(language?: string): CountryWithCallingCode[]; |
| LOW | types/i18n-iso-countries-regions/index.d.ts | 52 | declare function getCallingCodeByCountryName(countryName: string): string | null; |
| LOW | types/i18n-iso-countries-regions/index.d.ts | 59 | declare function getCallingCodeByCountryCode(isoCode: string): string | null; |
| LOW | types/i18n-iso-countries-regions/index.d.ts | 83 | declare function getCountryInfoByCountryCode(language: string, countryCode: string): CountryInfo | null; |
| LOW | types/wx-js-sdk-dt/index.d.ts | 253 | function updateAppMessageShareData(config: ShareToUserConfig): void; |
| LOW | types/react-instantsearch-dom/index.d.ts | 173 | export function getInsightsAnonymousUserToken(): string | undefined; |
| LOW | types/react-instantsearch-dom/index.d.ts | 211 | export function createInfiniteHitsSessionStorageCache(...args: any[]): any; |
| LOW | types/rails__ujs/features/remote.d.ts | 3 | export function preventInsignificantClick(e: Event): void; |
| LOW | types/graphql-validation-complexity/index.d.ts | 14 | export function createComplexityLimitRule( |
| LOW | types/graphql-validation-complexity/index.d.ts | 19 | export function complexityLimitExceededErrorMessage(): string; |
| LOW | types/digibyte/index.d.ts | 182 | function buildWitnessMultisigOutFromScript(script: Script): Script; |
| LOW | types/rdf-ext/rdf-ext-tests.ts | 521 | function testEnvironmentAssignable() { |
| LOW | types/weapp-api/index.d.ts | 386 | function getBackgroundAudioPlayerState(options: GetBackgroundAudioPlayerStateOptions): void; |
| LOW | types/wx-js-sdk-browser/index.d.ts | 253 | function updateAppMessageShareData(config: ShareToUserConfig): void; |
| LOW | types/mojang-minecraft/mojang-minecraft-tests.ts | 24 | export function createFireAndWaterExplosions( |
| LOW | types/mojang-minecraft/mojang-minecraft-tests.ts | 120 | export function testThatEntityIsFeatherItem( |
| LOW | types/ember__debug/index.d.ts | 18 | export function registerDeprecationHandler( |
| LOW | types/ember__debug/v3/index.d.ts | 23 | export function registerDeprecationHandler( |
| LOW | types/castv2/castv2-tests.ts | 18 | function connectOptionsWithHostOnly(host: string): void { |
| LOW | types/castv2/castv2-tests.ts | 26 | function connectOptionsWithHostAndPort(host: string, port: number): void { |
| LOW | types/castv2/castv2-tests.ts | 35 | function connectOptionsWithHostAndReject(host: string, reject: boolean): void { |
| LOW | types/castv2/castv2-tests.ts | 132 | function sendExplicitLaunchRequest(channel: Channel) { |
| LOW | types/castv2/castv2-tests.ts | 141 | function sendExplicitLaunchRequestWithParameters(channel: Channel) { |
| LOW | types/castv2/castv2-tests.ts | 151 | function handleLaunchErrorMessages(channel: Channel) { |
| LOW | types/castv2/castv2-tests.ts | 162 | function handleLaunchStatusMessage(channel: Channel) { |
| LOW | types/relay-runtime/relay-runtime-tests.tsx | 345 | function connectionHandlerWithoutStore() { |
| LOW | types/relay-runtime/relay-runtime-tests.tsx | 727 | function NonNullableFragmentResolver(userKey: UserComponent_user$key) { |
| LOW | types/relay-runtime/relay-runtime-tests.tsx | 774 | function NonNullableArrayFragmentResolver(usersKey: UserComponent_users$key) { |
| LOW | types/relay-runtime/relay-runtime-tests.tsx | 790 | function NullableArrayFragmentResolver(usersKey: UserComponent_users$key | null) { |
| LOW | types/relay-runtime/relay-runtime-tests.tsx | 806 | function ArrayOfNullableFragmentResolver(usersKey: ReadonlyArray<UserComponent_users$key[0] | null>) { |
| LOW | types/relay-runtime/relay-runtime-tests.tsx | 1107 | function myResolverTypeRelayModelInstanceResolver(id: DataID): MyResolverType { |
| LOW | …-runtime/lib/util/getPendingOperationsForFragment.d.ts | 4 | export default function getPendingOperationsForFragment( |
| 1507 more matches not shown… | |||
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | types/gapi.client.managedidentities-v1/index.d.ts | 1 | // Referenced type definitions are generated by https://github.com/Maxim-Mazurok/google-api-typings-generator |
| LOW | types/gapi.client.apigeeregistry-v1/index.d.ts | 1 | // Referenced type definitions are generated by https://github.com/Maxim-Mazurok/google-api-typings-generator |
| LOW | types/browserify/index.d.ts | 61 | // sets the algorithm used to parse out the common paths. Use false to turn this off, otherwise it uses the comm |
| LOW | …pes/gapi.client.cloudcontrolspartner-v1beta/index.d.ts | 1 | // Referenced type definitions are generated by https://github.com/Maxim-Mazurok/google-api-typings-generator |
| LOW | types/kaluma/kaluma-tests.ts | 281 | // $ExpectType void |
| LOW | types/gapi.client.admob-v1beta/index.d.ts | 1 | // Referenced type definitions are generated by https://github.com/Maxim-Mazurok/google-api-typings-generator |
| LOW | types/draco3dgltf/index.d.ts | 1 | // The 'draco3d' and 'draco3dgltf' packages have identical APIs, but the latter |
| LOW | types/gapi.client.searchads360-v0/index.d.ts | 1 | // Referenced type definitions are generated by https://github.com/Maxim-Mazurok/google-api-typings-generator |
| LOW | types/gapi.client.discovery-v1/index.d.ts | 1 | // Referenced type definitions are generated by https://github.com/Maxim-Mazurok/google-api-typings-generator |
| LOW | types/azure-sb/lib/models/topicresult.d.ts | 1 | // |
| LOW | types/azure-sb/lib/models/queuemessageresult.d.ts | 1 | // |
| LOW | types/azure-sb/lib/models/acstokenresult.d.ts | 1 | // |
| LOW | types/azure-sb/lib/models/registrationresult.d.ts | 1 | // |
| LOW | types/azure-sb/lib/models/ruleresult.d.ts | 1 | // |
| LOW | types/azure-sb/lib/models/queueresult.d.ts | 1 | // |
| LOW | types/azure-sb/lib/models/subscriptionresult.d.ts | 1 | // |
| LOW | types/azure-sb/lib/models/notificationhubresult.d.ts | 1 | // |
| LOW | types/azure-sb/lib/models/resourceresult.d.ts | 1 | // |
| LOW | types/gapi.client.bigtableadmin-v2/index.d.ts | 1 | // Referenced type definitions are generated by https://github.com/Maxim-Mazurok/google-api-typings-generator |
| LOW | types/ramda/test/reduceBy-tests.ts | 21 | // 'A': ['Lucy'], |
| LOW | types/ramda/test/pipe-tests.ts | 61 | // interface MyObject { |
| LOW | types/ramda/test/converge-tests.ts | 141 | |
| LOW | types/gapi.client.domains-v1beta1/index.d.ts | 1 | // Referenced type definitions are generated by https://github.com/Maxim-Mazurok/google-api-typings-generator |
| LOW | types/gapi.client.analyticsadmin-v1beta/index.d.ts | 1 | // Referenced type definitions are generated by https://github.com/Maxim-Mazurok/google-api-typings-generator |
| LOW | types/gapi.client.monitoring-v3/index.d.ts | 1 | // Referenced type definitions are generated by https://github.com/Maxim-Mazurok/google-api-typings-generator |
| LOW | types/gapi.client.retail-v2beta/index.d.ts | 1 | // Referenced type definitions are generated by https://github.com/Maxim-Mazurok/google-api-typings-generator |
| LOW | types/cryptojs/test/x64-word-tests.ts | 21 | // }, |
| LOW | types/cryptojs/test/x64-word-tests.ts | 41 | // testXor: function () { |
| LOW | types/cryptojs/test/x64-word-tests.ts | 61 | // Y.Assert.areEqual(0x00000000, word.low, 'word.low'); |
| LOW | types/cryptojs/test/x64-word-tests.ts | 81 | // Y.Assert.areEqual(0x06080a0c, word.high, 'word.high'); |
| LOW | types/gapi.client.sts-v1beta/index.d.ts | 1 | // Referenced type definitions are generated by https://github.com/Maxim-Mazurok/google-api-typings-generator |
| LOW | types/gapi.client.checks-v1alpha/index.d.ts | 1 | // Referenced type definitions are generated by https://github.com/Maxim-Mazurok/google-api-typings-generator |
| LOW | types/gapi.client.prod_tt_sasportal-v1alpha1/index.d.ts | 1 | // Referenced type definitions are generated by https://github.com/Maxim-Mazurok/google-api-typings-generator |
| LOW | types/ember__controller/v3/index.d.ts | 41 | // A type registry for Ember `Controller`s. Meant to be declaration-merged |
| LOW | types/gapi.client.eventarc-v1/index.d.ts | 1 | // Referenced type definitions are generated by https://github.com/Maxim-Mazurok/google-api-typings-generator |
| LOW | types/gapi.client.cloudfunctions-v2/index.d.ts | 1 | // Referenced type definitions are generated by https://github.com/Maxim-Mazurok/google-api-typings-generator |
| LOW | types/gapi.client.identitytoolkit-v2/index.d.ts | 1 | // Referenced type definitions are generated by https://github.com/Maxim-Mazurok/google-api-typings-generator |
| LOW | types/gapi.client.androidmanagement-v1/index.d.ts | 1 | // Referenced type definitions are generated by https://github.com/Maxim-Mazurok/google-api-typings-generator |
| LOW | types/gapi.client.digitalassetlinks-v1/index.d.ts | 1 | // Referenced type definitions are generated by https://github.com/Maxim-Mazurok/google-api-typings-generator |
| LOW | types/gapi.client.datalineage-v1/index.d.ts | 1 | // Referenced type definitions are generated by https://github.com/Maxim-Mazurok/google-api-typings-generator |
| LOW | …gapi.client.playdeveloperreporting-v1alpha1/index.d.ts | 1 | // Referenced type definitions are generated by https://github.com/Maxim-Mazurok/google-api-typings-generator |
| LOW | types/lodash/index.d.ts | 1 | /// <reference path="./common/common.d.ts" /> |
| LOW | types/gapi.client.safebrowsing-v4/index.d.ts | 1 | // Referenced type definitions are generated by https://github.com/Maxim-Mazurok/google-api-typings-generator |
| LOW | types/gapi.client.servicecontrol-v2/index.d.ts | 1 | // Referenced type definitions are generated by https://github.com/Maxim-Mazurok/google-api-typings-generator |
| LOW | types/gapi.client.mybusinessnotifications-v1/index.d.ts | 1 | // Referenced type definitions are generated by https://github.com/Maxim-Mazurok/google-api-typings-generator |
| LOW | types/gapi.client.workstations-v1beta/index.d.ts | 1 | // Referenced type definitions are generated by https://github.com/Maxim-Mazurok/google-api-typings-generator |
| LOW | types/gapi.client.drive-v2/index.d.ts | 1 | // Referenced type definitions are generated by https://github.com/Maxim-Mazurok/google-api-typings-generator |
| LOW | types/gapi.client.deploymentmanager-v2beta/index.d.ts | 1 | // Referenced type definitions are generated by https://github.com/Maxim-Mazurok/google-api-typings-generator |
| LOW | types/gapi.client.osconfig-v1alpha/index.d.ts | 1 | // Referenced type definitions are generated by https://github.com/Maxim-Mazurok/google-api-typings-generator |
| LOW | types/gapi.client.bigqueryconnection-v1/index.d.ts | 1 | // Referenced type definitions are generated by https://github.com/Maxim-Mazurok/google-api-typings-generator |
| LOW | types/gapi.client.videointelligence-v1beta2/index.d.ts | 1 | // Referenced type definitions are generated by https://github.com/Maxim-Mazurok/google-api-typings-generator |
| LOW | types/kd-tree-javascript/index.d.ts | 1 | export class kdTree<T> { |
| LOW | types/gapi.client.networkservices-v1/index.d.ts | 1 | // Referenced type definitions are generated by https://github.com/Maxim-Mazurok/google-api-typings-generator |
| LOW | types/gapi.client.firebaseappcheck-v1/index.d.ts | 1 | // Referenced type definitions are generated by https://github.com/Maxim-Mazurok/google-api-typings-generator |
| LOW | types/gapi.client.publicca-v1/index.d.ts | 1 | // Referenced type definitions are generated by https://github.com/Maxim-Mazurok/google-api-typings-generator |
| LOW | types/gapi.client.beyondcorp-v1/index.d.ts | 1 | // Referenced type definitions are generated by https://github.com/Maxim-Mazurok/google-api-typings-generator |
| LOW | types/gapi.client.serviceusage-v1beta1/index.d.ts | 1 | // Referenced type definitions are generated by https://github.com/Maxim-Mazurok/google-api-typings-generator |
| LOW | types/gapi.client.dataproc-v1/index.d.ts | 1 | // Referenced type definitions are generated by https://github.com/Maxim-Mazurok/google-api-typings-generator |
| LOW | …ct-instantsearch-dom/react-instantsearch-dom-tests.tsx | 101 | ); |
| LOW | …ct-instantsearch-dom/react-instantsearch-dom-tests.tsx | 121 | |
| 1016 more matches not shown… | |||
| Severity | File | Line | Snippet |
|---|---|---|---|
| HIGH | types/kaluma/kaluma-tests.ts | 104 | print(); |
| HIGH | types/kaluma/kaluma-tests.ts | 106 | print("a"); |
| HIGH | types/kaluma/kaluma-tests.ts | 108 | print("a", 0); |
| HIGH | types/lodash/common/collection.d.ts | 1005 | * @return True if the target element is found, else false. |
| HIGH | types/lodash/v3/index.d.ts | 6773 | * @return True if the target element is found, else false. |
| HIGH | types/node-tlv/index.d.ts | 30 | print(indent?: number): void; |
| HIGH | types/node-tlv/index.d.ts | 35 | print(): void; |
| HIGH | types/node-tlv/index.d.ts | 198 | print(indent?: number): void; |
| HIGH | types/node-cmd/node-cmd-tests.ts | 25 | print(prime) |
| HIGH | types/p5/src/core/environment.d.ts | 22 | print(contents: any): void; |
| HIGH | types/p5/src/io/files.d.ts | 20 | print(data: any[]): void; |
| HIGH | types/p5/src/data/p5.TypedDict.d.ts | 73 | print(): void; |
| HIGH | types/qz-tray/qz-tray-tests.ts | 168 | print().then(r => r); |
| HIGH | types/nw.js/index.d.ts | 1038 | print(options: any | PrintOption): void; |
| HIGH | types/nginstack__engine/lib/print/HtmlToPdf.d.ts | 45 | print(outputFileName: string, generateLog?: boolean): number; |
| HIGH | types/fibjs/declare/WebView.d.ts | 131 | print(mode?: number/** = 1*/): void; |
| HIGH | types/expired-storage/index.d.ts | 65 | * @return True if expired, False otherwise. |
| HIGH | types/xrm/v8/index.d.ts | 387 | * @return True if it succeeds, otherwise false. |
| HIGH | types/xrm/v8/index.d.ts | 577 | * @return True if the entity is offline enabled; otherwise False. |
| HIGH | types/xrm/v8/index.d.ts | 3037 | * @return True is the data binding for a constituent control is complete, otherwise false. |
| HIGH | types/pdfmake/interfaces.d.ts | 2637 | print(win?: Window | null): Promise<void>; |
| HIGH | types/configstore/index.d.ts | 43 | * @return True if the key is present |
| HIGH | types/pico-sdk-js/pico-sdk-js-tests.ts | 18 | print(); |
| HIGH | types/pico-sdk-js/pico-sdk-js-tests.ts | 20 | print(1); |
| HIGH | types/pico-sdk-js/pico-sdk-js-tests.ts | 22 | print("a", 1); |
| HIGH | types/mojang-gametest/index.d.ts | 1468 | print(text: string): void; |
| HIGH | types/uikit/v2/index.d.ts | 97 | * @return True if the modal is current active on the page, false otherwise |
| HIGH | types/johnny-five/index.d.ts | 712 | print(message: string): this; |
| HIGH | types/snapchat-lens-studio/index.d.ts | 4228 | print(message: object): void; |
| HIGH | …pes/snapchat-lens-studio/test/expression-controller.ts | 452 | print(`ExpressionController, ERROR: Please enable '${faceMesh.getSceneObject().name}' Scene Object`); |
| HIGH | …pes/snapchat-lens-studio/test/expression-controller.ts | 455 | print( |
| HIGH | …pes/snapchat-lens-studio/test/expression-controller.ts | 460 | print("ExpressionController, ERROR: Please define Face Mesh Scene Object in Advanced section"); |
| HIGH | …pes/snapchat-lens-studio/test/expression-controller.ts | 464 | print("ExpressionController, ERROR: Please define Blendshapes component"); |
| HIGH | …pes/snapchat-lens-studio/test/expression-controller.ts | 473 | print("ExpressionController, ERROR: No blendshape with name " + blendShapeName); |
| HIGH | …pes/snapchat-lens-studio/test/face-inset-controller.ts | 88 | print( |
| HIGH | …pes/snapchat-lens-studio/test/face-inset-controller.ts | 95 | print("[FaceInsetController] Please set Billboard to your scene's Billboard. Skipping getFillModePosition()."); |
| HIGH | …hat-lens-studio/test/face-in-video-controller/index.ts | 194 | print("WARNING: Please remove Background Video texture from the script component to save memory."); |
| HIGH | …hat-lens-studio/test/face-in-video-controller/index.ts | 398 | print("FaceInVideoController, " + message); |
| HIGH | types/math-toolbox/index.d.ts | 143 | * @return True if |a-b|<epsilona otherwise false. |
| HIGH | types/math-toolbox/index.d.ts | 153 | * @return True if a>b-epsilon. |
| HIGH | types/math-toolbox/index.d.ts | 163 | * @return True if a<b+epsilon. |
| HIGH | types/math-toolbox/index.d.ts | 191 | * @return True if the given number is odd. False if the given number is even. |
| HIGH | types/math-toolbox/index.d.ts | 199 | * @return True if the given number is even. False if the given number is false. |
| HIGH | types/math-toolbox/index.d.ts | 261 | * @return True if a is <= tolerance of b. |
| HIGH | types/chrome-apps/index.d.ts | 12315 | print(): void; |
| HIGH | types/dojo/dojox.calc.d.ts | 728 | print(text: any, isRight: any): void; |
| HIGH | types/dojo/dojox.calc.d.ts | 1545 | print(text: any, isRight: any): void; |
| HIGH | types/devexpress-aspnetcore-bootstrap/index.d.ts | 750 | print(): void; |
| HIGH | types/devexpress-aspnetcore-bootstrap/index.d.ts | 794 | print(): void; |
| HIGH | types/devexpress-aspnetcore-bootstrap/index.d.ts | 836 | print(): void; |
| HIGH | types/devexpress-aspnetcore-bootstrap/index.d.ts | 2238 | print(): void; |
| HIGH | types/underscore/index.d.ts | 3718 | * @return True if `key` is a property on `object`, otherwise false. |
| HIGH | types/jstorage/index.d.ts | 97 | * @return True if storage can be used |
| HIGH | types/oojs-ui/TagMultiselectWidget.d.ts | 338 | * @return True if current tag count is within the limit or |
| HIGH | types/espruino/index.d.ts | 374 | print(string: any): void; |
| HIGH | types/elliemae__em-ssf-guest/index.d.ts | 176 | print(printOptions: PrintOptions): Promise<void>; |
| HIGH | types/emscripten/emscripten-tests.ts | 222 | print() { |
| HIGH | types/emscripten/index.d.ts | 39 | print(str: string): void; |
| HIGH | types/google_interactive_media_ads_types/index.d.ts | 269 | * @return True if the ad is linear, false otherwise. |
| HIGH | types/google_interactive_media_ads_types/index.d.ts | 1200 | * @return True if the ad can currently be skipped, false otherwise. |
| 91 more matches not shown… | |||
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | types/node-unifi/node-unifi-tests.ts | 408 | controller.inviteAdmin("AdminName", "admin@example.com", true, true, true, true); |
| LOW | types/node-unifi/node-unifi-tests.ts | 411 | controller.inviteAdmin("AdminName", "admin@example.com"); |
| LOW | types/blocks/blocks-tests.ts | 210 | defaultValue: "John Doe", |
| LOW | …atlassian-crowd-client/atlassian-crowd-client-tests.ts | 17 | crowd.user.create(new User("John", "Doe", "John Doe", "johndoe@example.com", "johndoe", "secret")); |
| LOW | …-native-material-ui/react-native-material-ui-tests.tsx | 68 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. |
| LOW | …-native-material-ui/react-native-material-ui-tests.tsx | 68 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. |
| LOW | types/jsesc/index.d.ts | 54 | * // → 'Lorem ipsum "dolor" sit \\\'amet\\\' etc.' |
| LOW | types/jsesc/index.d.ts | 129 | * jsesc('Lorem ipsum "dolor" sit \'amet\' etc.', { |
| LOW | types/jsesc/index.d.ts | 133 | * // → '\'Lorem ipsum "dolor" sit \\\'amet\\\' etc.\'' |
| LOW | types/jsesc/index.d.ts | 134 | * // → "\'Lorem ipsum \"dolor\" sit \\\'amet\\\' etc.\'" |
| LOW | types/jsesc/index.d.ts | 136 | * jsesc('Lorem ipsum "dolor" sit \'amet\' etc.', { |
| LOW | types/jsesc/index.d.ts | 140 | * // → '"Lorem ipsum \\"dolor\\" sit \'amet\' etc."' |
| LOW | types/jsesc/index.d.ts | 141 | * // → "\"Lorem ipsum \\\"dolor\\\" sit \'amet\' etc.\"" |
| LOW | …uery.highlight-bartaz/jquery.highlight-bartaz-tests.ts | 6 | $("#content").highlight("lorem ipsum"); |
| LOW | …eact-scroll-to-bottom/react-scroll-to-bottom-tests.tsx | 63 | exercitation excepteur consectetur ea proident. Minim pariatur nisi dolore Lorem ipsum adipisicing do. |
| LOW | types/ember__template/ember__template-tests.ts | 3 | const handlebarsSafeString: SafeString = htmlSafe("lorem ipsum..."); |
| LOW | types/ember__template/ember__template-tests.ts | 4 | htmlSafe("lorem ipsum..."); // $ExpectType SafeString |
| LOW | types/ember__template/ember__template-tests.ts | 6 | const regularString: string = htmlSafe("lorem ipsum..."); |
| LOW | types/ember__template/v3/ember__template-tests.ts | 4 | const handlebarsSafeString: SafeString = htmlSafe("lorem ipsum..."); |
| LOW | types/ember__template/v3/ember__template-tests.ts | 5 | htmlSafe("lorem ipsum..."); // $ExpectType SafeString |
| LOW | types/ember__template/v3/ember__template-tests.ts | 7 | const regularString: string = htmlSafe("lorem ipsum..."); |
| LOW | types/librato-node/librato-node-tests.ts | 17 | email: "foo@bar.com", |
| LOW | types/librato-node/librato-node-tests.ts | 21 | email: "foo@bar.com", |
| LOW | types/braintree/braintree-tests.ts | 207 | search.billingStreetAddress().is("123 Main St"); |
| LOW | types/rox-node/rox-node-tests.ts | 18 | Rox.setContext({ user: "John Doe" }); |
| LOW | types/rox-node/v4/rox-node-tests.ts | 19 | Rox.setContext({ user: "John Doe" }); |
| LOW | types/titanium/titanium-tests.ts | 129 | title: { text: "Jane Doe" }, |
| LOW | types/winbox/test/winbox-tests.module.ts | 17 | new WinBox({ title: "Set innerHTML", html: "<h1>Lorem Ipsum</h1>" }); |
| LOW | types/imap/index.d.ts | 177 | /** Searches the currently open mailbox for messages using given criteria. criteria is a list describing what yo |
| LOW | types/imap/index.d.ts | 272 | /** Searches the currently open mailbox for messages using given criteria. criteria is a list describing what you wa |
| LOW | types/nes/test/route-authentication-server.ts | 31 | name: "John Doe", |
| LOW | types/nes/test/subscription-filter-server.ts | 24 | name: "John Doe", |
| LOW | …xing-method/proposal-relative-indexing-method-tests.ts | 1 | const string = "Lorem ipsum"; |
| LOW | types/mui-datatables/index.d.ts | 501 | * For example, given a value of `"."` for `enableNestedDataAccess` and a column name of `"phone.cell"`, the column |
| LOW | types/fundamental-react/fundamental-react-tests.tsx | 471 | Lorem ipsum dolor sit amet, consectetur adipiscing. |
| LOW | types/fundamental-react/fundamental-react-tests.tsx | 471 | Lorem ipsum dolor sit amet, consectetur adipiscing. |
| LOW | types/fundamental-react/fundamental-react-tests.tsx | 738 | text="Lorem ipsum dolor sit amet, consectetur adipiscing." |
| LOW | types/fundamental-react/fundamental-react-tests.tsx | 738 | text="Lorem ipsum dolor sit amet, consectetur adipiscing." |
| LOW | types/fundamental-react/fundamental-react-tests.tsx | 2314 | Lorem ipsum dolor sit amet consectetur adipisicing elit. |
| LOW | types/fundamental-react/fundamental-react-tests.tsx | 2314 | Lorem ipsum dolor sit amet consectetur adipisicing elit. |
| LOW | types/fundamental-react/fundamental-react-tests.tsx | 2317 | Numquam libero id corporis odit animi voluptat, Lorem ipsum dolor sit amet consectetur adipisicing elit. |
| LOW | types/fundamental-react/fundamental-react-tests.tsx | 2317 | Numquam libero id corporis odit animi voluptat, Lorem ipsum dolor sit amet consectetur adipisicing elit. |
| LOW | types/fundamental-react/fundamental-react-tests.tsx | 2322 | Lorem ipsum dolor sit amet consectetur adipisicing elit. |
| LOW | types/fundamental-react/fundamental-react-tests.tsx | 2322 | Lorem ipsum dolor sit amet consectetur adipisicing elit. |
| LOW | types/tablesorter/test/Settings.ts | 846 | () => [1, [[1, 1000, "John Doe"]], ["ID", "Medals", "Name"]]; |
| LOW | types/react-mdl/react-mdl-tests.tsx | 230 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris sagittis pellentesque lacus |
| LOW | types/react-mdl/react-mdl-tests.tsx | 230 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris sagittis pellentesque lacus |
| LOW | types/react-mdl/react-mdl-tests.tsx | 253 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenan convallis. |
| LOW | types/react-mdl/react-mdl-tests.tsx | 253 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenan convallis. |
| LOW | types/react-mdl/react-mdl-tests.tsx | 1085 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce varius luctus quam. Fusce quis |
| LOW | types/react-mdl/react-mdl-tests.tsx | 1085 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce varius luctus quam. Fusce quis |
| LOW | types/sparkpost/sparkpost-tests.ts | 805 | client.suppressionList.delete("test@test.com", (err, data) => { |
| LOW | types/sparkpost/sparkpost-tests.ts | 816 | client.suppressionList.delete("test@test.com") |
| LOW | types/sparkpost/sparkpost-tests.ts | 827 | client.suppressionList.get("test@test.com") |
| LOW | types/sparkpost/sparkpost-tests.ts | 838 | client.suppressionList.get("test@test.com", (err, data) => { |
| LOW | types/sparkpost/sparkpost-tests.ts | 986 | from: "test@test.com", |
| LOW | types/sparkpost/sparkpost-tests.ts | 1004 | from: "test@test.com", |
| LOW | types/sparkpost/sparkpost-tests.ts | 1128 | from: "test@test.com", |
| LOW | types/sparkpost/sparkpost-tests.ts | 1147 | from: "test@test.com", |
| LOW | types/sparkpost/sparkpost-tests.ts | 1163 | from: "test@test.com", |
| 720 more matches not shown… | |||
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | types/atvlegacycontentkit/index.d.ts | 2823 | * // ┌─────────┬─────┬─────┐ |
| MEDIUM | types/atvlegacycontentkit/index.d.ts | 2825 | * // ├─────────┼─────┼─────┤ |
| MEDIUM | types/atvlegacycontentkit/index.d.ts | 2828 | * // └─────────┴─────┴─────┘ |
| MEDIUM | types/atvlegacycontentkit/index.d.ts | 2831 | * // ┌─────────┬─────┐ |
| MEDIUM | types/atvlegacycontentkit/index.d.ts | 2833 | * // ├─────────┼─────┤ |
| MEDIUM | types/atvlegacycontentkit/index.d.ts | 2836 | * // └─────────┴─────┘ |
| MEDIUM | types/node/v24/console.d.ts | 241 | * // ┌─────────┬─────┬─────┐ |
| MEDIUM | types/node/v24/console.d.ts | 243 | * // ├─────────┼─────┼─────┤ |
| MEDIUM | types/node/v24/console.d.ts | 246 | * // └─────────┴─────┴─────┘ |
| MEDIUM | types/node/v24/console.d.ts | 249 | * // ┌─────────┬─────┐ |
| MEDIUM | types/node/v24/console.d.ts | 251 | * // ├─────────┼─────┤ |
| MEDIUM | types/node/v24/console.d.ts | 254 | * // └─────────┴─────┘ |
| MEDIUM | types/node/v22/console.d.ts | 241 | * // ┌─────────┬─────┬─────┐ |
| MEDIUM | types/node/v22/console.d.ts | 243 | * // ├─────────┼─────┼─────┤ |
| MEDIUM | types/node/v22/console.d.ts | 246 | * // └─────────┴─────┴─────┘ |
| MEDIUM | types/node/v22/console.d.ts | 249 | * // ┌─────────┬─────┐ |
| MEDIUM | types/node/v22/console.d.ts | 251 | * // ├─────────┼─────┤ |
| MEDIUM | types/node/v22/console.d.ts | 254 | * // └─────────┴─────┘ |
| MEDIUM | types/node/v20/console.d.ts | 241 | * // ┌─────────┬─────┬─────┐ |
| MEDIUM | types/node/v20/console.d.ts | 243 | * // ├─────────┼─────┼─────┤ |
| MEDIUM | types/node/v20/console.d.ts | 246 | * // └─────────┴─────┴─────┘ |
| MEDIUM | types/node/v20/console.d.ts | 249 | * // ┌─────────┬─────┐ |
| MEDIUM | types/node/v20/console.d.ts | 251 | * // ├─────────┼─────┤ |
| MEDIUM | types/node/v20/console.d.ts | 254 | * // └─────────┴─────┘ |
| MEDIUM | types/react-dragtastic/index.d.ts | 30 | // ────────────────────────────────────────────────────────────────────────────────────────────────────────────────── |
| MEDIUM | types/react-dragtastic/index.d.ts | 32 | // ────────────────────────────────────────────────────────────────────────────────────────────────────────────────── |
| MEDIUM | types/react-dragtastic/index.d.ts | 72 | // ────────────────────────────────────────────────────────────────────────────────────────────────────────────────── |
| MEDIUM | types/react-dragtastic/index.d.ts | 74 | // ────────────────────────────────────────────────────────────────────────────────────────────────────────────────── |
| MEDIUM | types/react-dragtastic/index.d.ts | 119 | // ────────────────────────────────────────────────────────────────────────────────────────────────────────────────── |
| MEDIUM | types/react-dragtastic/index.d.ts | 121 | // ────────────────────────────────────────────────────────────────────────────────────────────────────────────────── |
| MEDIUM | types/react-dragtastic/index.d.ts | 149 | // ────────────────────────────────────────────────────────────────────────────────────────────────────────────────── |
| MEDIUM | types/react-dragtastic/index.d.ts | 151 | // ────────────────────────────────────────────────────────────────────────────────────────────────────────────────── |
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | types/material__base/component.d.ts | 26 | // "constructor". Essentially, it is a hook into the parent constructor before the foundation is |
| MEDIUM | types/pouchdb-mapreduce/index.d.ts | 24 | // Assume that Content | Reduction is enough leverage in most cases to handle intermediate map emits |
| MEDIUM | types/google.maps/index.d.ts | 6319 | * Returns the signed area of a closed path, where counterclockwise is positive, in the range [-2×pi×radius², 2×pi×rad |
| MEDIUM | types/google.maps/index.d.ts | 6319 | * Returns the signed area of a closed path, where counterclockwise is positive, in the range [-2×pi×radius², 2×pi×rad |
| MEDIUM | types/google.maps/index.d.ts | 12769 | * The USPS data for the address. USPSData is not guaranteed to be fully populated for every US or PR address sent to |
| MEDIUM | types/aws-sdk2-types/clients/sqs.d.ts | 671 | * This parameter applies only to FIFO (first-in-first-out) queues. The token used for deduplication of ReceiveM |
| MEDIUM | types/aws-sdk2-types/clients/sqs.d.ts | 723 | * This parameter applies only to FIFO (first-in-first-out) queues. The token used for deduplication of messages |
| MEDIUM | types/aws-sdk2-types/clients/sqs.d.ts | 727 | * This parameter applies only to FIFO (first-in-first-out) queues. The tag that specifies that a message belong |
| MEDIUM | types/aws-sdk2-types/clients/sqs.d.ts | 791 | * This parameter applies only to FIFO (first-in-first-out) queues. The token used for deduplication of sent mes |
| MEDIUM | types/aws-sdk2-types/clients/sqs.d.ts | 795 | * This parameter applies only to FIFO (first-in-first-out) queues. The tag that specifies that a message belong |
| MEDIUM | types/seamless/seamless-tests.ts | 2 | $("#myiframe").seamless(); |
| MEDIUM | types/seamless/seamless-tests.ts | 3 | $("#myiframe").seamless({ |
| MEDIUM | types/seamless/seamless-tests.ts | 10 | spinner: "http://www.travistidwell.com/seamless.js/src/loader.gif", |
| MEDIUM | types/seamless/seamless-tests.ts | 50 | $("#myiframe").seamless(defaults); |
| MEDIUM | types/seamless/seamless-tests.ts | 65 | var child = $("#myiframe").seamless(); |
| MEDIUM | types/seamless/seamless-tests.ts | 99 | var child = $("#myiframe").seamless(); |
| MEDIUM | types/seamless/package.json | 6 | "https://github.com/travist/seamless.js" |
| MEDIUM | types/seamless/index.d.ts | 23 | * @default 'http://www.travistidwell.com/seamless.js/src/loader.gif' |
| MEDIUM | types/telegram-mini-app/index.d.ts | 507 | Optional. Bot API 7.0+ Background color for the section in the #RRGGBB format. It is recommended to use this in conjun |
| MEDIUM | types/facebook-nodejs-business-sdk/scripts/gen-types.js | 276 | // Using a more robust pattern to capture constructor parameters including complex function types |
| MEDIUM | types/robust-segment-intersect/package.json | 6 | "https://github.com/mikolalysenko/robust-segment-intersect" |
| MEDIUM | types/redux-seamless-immutable/package.json | 6 | "https://github.com/eadmundo/redux-seamless-immutable" |
| MEDIUM | types/seamless-immutable/package.json | 6 | "https://github.com/rtfeldman/seamless-immutable" |
| MEDIUM | types/seamless-immutable/index.d.ts | 246 | // These methods are banned by seamless-immutable |
| MEDIUM | types/robust-point-in-polygon/package.json | 6 | "https://github.com/mikolalysenko/robust-point-in-polygon" |
| Severity | File | Line | Snippet |
|---|---|---|---|
| HIGH | types/apple-mapkit/apple-mapkit-tests.ts | 362 | data: { apiKey: "your-api-key" }, |
| HIGH | types/sparkpost/sparkpost-tests.ts | 3 | const key = "YOURAPIKEY"; |
| HIGH | types/sparkpost/v1/sparkpost-tests.ts | 3 | let key = "YOURAPIKEY"; |
| HIGH | types/google-apps-script/google-apps-script.maps.d.ts | 71 | * 'Please open: ' + map.getMapUrl() + '&key=YOUR_API_KEY', { |
| HIGH | types/google-apps-script/google-apps-script.maps.d.ts | 272 | * var url = map.getMapUrl() + "&key=YOUR_API_KEY"; |
| HIGH | types/pendo-io-browser/pendo-io-browser-tests.ts | 119 | apiKey: "YOUR_API_KEY", |
| HIGH | types/pendo-io-browser/pendo-io-browser-tests.ts | 130 | apiKey: "YOUR_API_KEY", |
| HIGH | types/gapi/gapi-tests.ts | 15 | "apiKey": "YOUR_API_KEY", |
| HIGH | types/gapi/gapi-tests.ts | 40 | "apiKey": "YOUR_API_KEY", |
| HIGH | types/heremaps/heremaps-tests.ts | 39 | apikey: "{YOUR_APIKEY}", |
| HIGH | types/gapi.auth2/gapi.auth2-tests.ts | 118 | const apiKey = "YOUR_API_KEY"; |
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | types/ntp-client/index.d.ts | 35 | * This function is intended for demonstration purposes. It requests the |
| LOW | types/branchy/index.d.ts | 18 | * // Don't forget to wrap in async function |
| LOW | types/leaflet-freedraw/index.d.ts | 51 | * Instantiate a new FreeDraw instance, don't forget to add it to leaflet with addLayer |
| LOW | types/to-json-schema/index.d.ts | 97 | * to preserve default functionality, don't forget to call defaultFunc |
| LOW | …es/google-apps-script/test/google-apps-script-tests.ts | 1464 | // (Don't forget to remove the copied file if you want to clean up) |
| LOW | types/two.js/two.js-tests.ts | 21 | // Don't forget to tell two to render everything |
| LOW | types/nodegit/commit.d.ts | 115 | * event when the walk is completed. Don't forget to call start() on the returned EventEmitter. |
| LOW | types/keymaster/index.d.ts | 106 | * Don't forget to return `true` so the any shortcuts get processed. |
| MEDIUM | types/google.maps/index.d.ts | 3542 | * A polygon (like a polyline) defines a series of connected coordinates in an ordered sequence. Additionally, polygon |
| LOW | types/google.maps/index.d.ts | 13894 | * Specifies the url of the 3D model. At this time, only models in the <code>.glb</code> format are supported. <br / |
| LOW | types/google.maps/index.d.ts | 13898 | * Specifies the url of the 3D model. At this time, only models in the <code>.glb</code> format are supported. <br / |
| LOW | types/espruino/index.d.ts | 957 | * disconnecting it from power you'll have to make sure you have <code>save()</code>d after calling |
| MEDIUM | types/jsrsasign/modules/X509.d.ts | 350 | * {@link X509#readCertPEM}. After then, you can use |
| MEDIUM | types/gulp-connect/gulp-connect-tests.ts | 67 | // .pipe(stylus()) // just here for demonstration purposes |
| LOW | types/react-native-vector-icons/index.d.ts | 20 | * Don't forget to import the font as described above and drop the config.json |
| LOW | types/haxball-headless-browser/index.d.ts | 180 | * @warning Don't forget to call stopRecording or it will cause a memory leak. |
| MEDIUM | types/video.js/index.d.ts | 457 | * A cross-browser XMLHttpRequest wrapper. Here's a simple example: |
| MEDIUM | types/box2d/index.d.ts | 79 | * Friction mixing law. Feel free to customize this. |
| MEDIUM | types/box2d/index.d.ts | 89 | * Restitution mixing law. Feel free to customize this. Restitution is used to make objects bounce. |
| MEDIUM | types/waitme/index.d.ts | 54 | * Use: '#000', ['','',...] - you can use multicolor for effect |
| LOW | types/webvis/index.d.ts | 1835 | * // Don't forget to unregister the listener when you are done |
| LOW | types/tooltipster/tooltipster-tests.ts | 264 | // don't forget to provide content here as the first tooltip will have deleted the original title attribute of the e |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | types/heremaps/heremaps-tests.ts | 37 | // Step 1: initialize communication with the platform |
| LOW | types/heremaps/heremaps-tests.ts | 48 | // Step 2: initialize a map |
| LOW | types/heremaps/heremaps-tests.ts | 56 | // Step 3: make the map interactive |
| LOW | types/heremaps/heremaps-tests.ts | 61 | // Step 4: Create the default UI |
| LOW | types/heremaps/heremaps-tests.ts | 64 | // Step 6: Create "Capture" button and place for showing the captured area |
| LOW | types/heremaps/heremaps-tests.ts | 82 | // Step 7: Handle capture button click event |
| LOW | types/facebook-nodejs-business-sdk/scripts/gen-types.js | 114 | // Step 1: Replace "static get Fields (): Object {" with "static get Fields () {" |
| LOW | types/facebook-nodejs-business-sdk/scripts/gen-types.js | 124 | // Step 2: Convert to .ts using flow-to-ts |
| LOW | types/facebook-nodejs-business-sdk/scripts/gen-types.js | 429 | // Step 3: Generate .d.ts |
| Severity | File | Line | Snippet |
|---|---|---|---|
| HIGH | types/googletag/index.d.ts | 991 | * @param eventType A string representing the type of event generated by GPT. Event types are case sensitive. |
| HIGH | types/googletag/index.d.ts | 1037 | * @param eventType A string representing the type of event generated by GPT. Event types are case sensitive. |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | types/sic-list/index.d.ts | 34 | export function getData(): Array<{ code: string; description: string }>; |
| LOW | types/rails__ujs/utils/dom.d.ts | 8 | export function getData(element: Element, key: string): unknown; |
| LOW | types/nvd3/test/sunburst.ts | 18 | function getData() { |
| LOW | …google-apps-script/google-apps-script.data-studio.d.ts | 342 | * function getData() { |
| LOW | …google-apps-script/google-apps-script.data-studio.d.ts | 574 | * function getData(request: GoogleAppsScript.Data_Studio.Request<YourConnectorParams>) |
| LOW | types/meteor/blaze.d.ts | 107 | function getData(elementOrView?: HTMLElement | View): Object; |
| LOW | types/meteor/globals/blaze.d.ts | 103 | function getData(elementOrView?: HTMLElement | View): Object; |
| LOW | types/samirrayani__metascraper-shopping/index.d.ts | 3 | declare function getData(): metascraper.RuleSet; |
| LOW | types/iso-3166-1-alpha-2/index.d.ts | 5 | export function getData(): { [code: string]: string | undefined }; |
| LOW | types/metascraper-address/index.d.ts | 3 | declare function getData(): metascraper.Rules; |
| LOW | types/country-list/index.d.ts | 44 | export function getData(): Country[]; |
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | types/webvis/index.d.ts | 10451 | * ### Creating a Measurement Entity |
| MEDIUM | scripts/update-codeowners.js | 4 | const header = `# This file is generated. |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | types/accounting/accounting-tests.ts | 46 | // Example usage: |
| LOW | types/accounting/accounting-tests.ts | 67 | // Example usage: |
| LOW | types/react-gamepad/test/readme-tests.tsx | 6 | // Usage example |