Socket
Socket
Sign inDemoInstall

query-registry

Package Overview
Dependencies
64
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.0 to 1.0.0

dist/assert-valid-package-name.d.ts.map

1

dist/assert-valid-package-name.d.ts
export declare function assertValidPackageName({ name }: {
name: string;
}): void;
//# sourceMappingURL=assert-valid-package-name.d.ts.map

@@ -8,1 +8,2 @@ /**

}
//# sourceMappingURL=bug-tracker.d.ts.map

@@ -10,1 +10,2 @@ import * as CacheableRequest from 'cacheable-request';

export declare type Cache = string | CacheableRequest.StorageAdapter | false;
//# sourceMappingURL=cache.d.ts.map

@@ -20,1 +20,2 @@ /**

}): string | undefined;
//# sourceMappingURL=definitely-typed-name.d.ts.map

@@ -19,1 +19,2 @@ /**

}
//# sourceMappingURL=dist-info.d.ts.map

@@ -10,1 +10,2 @@ /**

}
//# sourceMappingURL=dist-tags.d.ts.map

@@ -5,1 +5,2 @@ import { DownloadPeriod } from './download-period';

}): string;
//# sourceMappingURL=download-period-to-string.d.ts.map

@@ -40,1 +40,2 @@ /**

}
//# sourceMappingURL=download-period.d.ts.map

@@ -60,1 +60,2 @@ /**

}
//# sourceMappingURL=downloads.d.ts.map

@@ -6,1 +6,2 @@ import { Cache } from './cache';

}): Promise<T>;
//# sourceMappingURL=fetch-json.d.ts.map

@@ -8,1 +8,2 @@ import { Cache } from './cache';

}): Promise<RegistryMetadata>;
//# sourceMappingURL=get-metadata.d.ts.map

@@ -16,1 +16,2 @@ import { Cache } from './cache';

}): Promise<PackageDailyDownloads>;
//# sourceMappingURL=get-package-downloads.d.ts.map

@@ -17,1 +17,2 @@ import { Cache } from './cache';

}): Promise<PackageManifestRaw>;
//# sourceMappingURL=get-package-manifest.d.ts.map

@@ -8,1 +8,2 @@ import { Cache } from './cache';

}): Promise<PackageSearchResult[]>;
//# sourceMappingURL=get-package-suggestions.d.ts.map

@@ -15,1 +15,2 @@ import { Cache } from './cache';

}): Promise<PackumentRaw>;
//# sourceMappingURL=get-packument.d.ts.map

@@ -14,1 +14,2 @@ import { Cache } from './cache';

}): Promise<DailyDownloads>;
//# sourceMappingURL=get-registry-downloads.d.ts.map

@@ -21,1 +21,2 @@ export * from './bug-tracker';

export * from './timestamps-by-version';
//# sourceMappingURL=index.d.ts.map
import debug from 'debug';
export declare const log: debug.Debugger;
//# sourceMappingURL=log.d.ts.map

@@ -5,1 +5,2 @@ import { Repository } from './repository';

}): Repository | undefined;
//# sourceMappingURL=normalize-repository.d.ts.map

@@ -5,1 +5,2 @@ export interface NpmOperationalInternal {

}
//# sourceMappingURL=npm-operational-internal.d.ts.map

@@ -102,1 +102,2 @@ import { BugTracker } from './bug-tracker';

}
//# sourceMappingURL=package-json.d.ts.map

@@ -11,1 +11,2 @@ /**

}
//# sourceMappingURL=package-links.d.ts.map

@@ -65,1 +65,2 @@ import { DistInfo } from './dist-info';

}
//# sourceMappingURL=package-manifest.d.ts.map

@@ -41,1 +41,2 @@ import { PackageLinks } from './package-links';

}
//# sourceMappingURL=package-search-result.d.ts.map

@@ -58,1 +58,2 @@ import { DistTags } from './dist-tags';

}
//# sourceMappingURL=packument.d.ts.map

@@ -10,1 +10,2 @@ /**

}
//# sourceMappingURL=person.d.ts.map

@@ -5,1 +5,2 @@ /**

export declare type QueryParameters = Record<string, string | number | ReadonlyArray<string | number>>;
//# sourceMappingURL=query-parameters.d.ts.map

@@ -16,1 +16,2 @@ import { Cache } from './cache';

}): Promise<T>;
//# sourceMappingURL=query.d.ts.map

@@ -34,1 +34,2 @@ /**

}
//# sourceMappingURL=registry-metadata.d.ts.map

@@ -165,1 +165,2 @@ import { Cache } from './cache';

}
//# sourceMappingURL=registry.d.ts.map

@@ -17,1 +17,2 @@ /**

}
//# sourceMappingURL=repository.d.ts.map

@@ -46,1 +46,2 @@ /**

}
//# sourceMappingURL=search-options.d.ts.map

@@ -10,1 +10,2 @@ import { Cache } from './cache';

}): Promise<SearchResults>;
//# sourceMappingURL=search-packages.d.ts.map

@@ -76,1 +76,2 @@ import { PackageSearchResult } from './package-search-result';

}
//# sourceMappingURL=search-results.d.ts.map

@@ -13,1 +13,2 @@ /**

}
//# sourceMappingURL=timestamps-by-version.d.ts.map

6

package.json

@@ -6,3 +6,3 @@ {

"license": "MIT",
"version": "0.3.0",
"version": "1.0.0",
"main": "dist/index.js",

@@ -92,9 +92,9 @@ "typings": "dist/index.d.ts",

"nock": "13.0.2",
"semantic-release": "17.1.1",
"setup-polly-jest": "0.9.0",
"tsdx": "0.13.2",
"tslib": "2.0.0",
"typescript": "3.9.6",
"semantic-release": "17.1.1"
"typescript": "3.9.6"
},
"peerDependencies": {}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc