Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@pnpm/normalize-registries

Package Overview
Dependencies
Maintainers
2
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/normalize-registries - npm Package Compare versions

Comparing version 3.0.8 to 4.0.0

2

lib/index.d.ts

@@ -5,4 +5,4 @@ import { Registries } from '@pnpm/types';

};
export default function normalizeRegistries(registries?: {
export declare function normalizeRegistries(registries?: {
[scope: string]: string;
}): Registries;

@@ -6,3 +6,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.DEFAULT_REGISTRIES = void 0;
exports.normalizeRegistries = exports.DEFAULT_REGISTRIES = void 0;
const normalize_registry_url_1 = __importDefault(require("normalize-registry-url"));

@@ -24,3 +24,3 @@ exports.DEFAULT_REGISTRIES = {

}
exports.default = normalizeRegistries;
exports.normalizeRegistries = normalizeRegistries;
//# sourceMappingURL=index.js.map
{
"name": "@pnpm/normalize-registries",
"description": "Accepts a mapping of registry URLs and returns a mapping with the same URLs but normalized",
"version": "3.0.8",
"version": "4.0.0",
"bugs": {

@@ -29,3 +29,3 @@ "url": "https://github.com/pnpm/pnpm/issues"

"devDependencies": {
"@pnpm/normalize-registries": "3.0.8"
"@pnpm/normalize-registries": "4.0.0"
},

@@ -32,0 +32,0 @@ "exports": {

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc