@pnpm/normalize-registries
Advanced tools
Comparing version 2.0.3 to 2.0.4
{ | ||
"name": "@pnpm/normalize-registries", | ||
"description": "Accepts a mapping of registry URLs and returns a mapping with the same URLs but normalized", | ||
"version": "2.0.3", | ||
"bugs": { | ||
"url": "https://github.com/pnpm/pnpm/issues" | ||
}, | ||
"main": "lib/index.js", | ||
"typings": "lib/index.d.ts", | ||
"files": [ | ||
"lib", | ||
"!*.map" | ||
], | ||
"keywords": [], | ||
"license": "MIT", | ||
"engines": { | ||
"node": ">=12.17" | ||
}, | ||
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/normalize-registries", | ||
"dependencies": { | ||
"@pnpm/types": "7.3.0", | ||
"normalize-registry-url": "1.0.0" | ||
}, | ||
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/normalize-registries#readme", | ||
"funding": "https://opencollective.com/pnpm", | ||
"scripts": { | ||
"test": "pnpm run compile", | ||
"lint": "eslint -c ../../eslint.json src/**/*.ts", | ||
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix" | ||
} | ||
} | ||
"name": "@pnpm/normalize-registries", | ||
"description": "Accepts a mapping of registry URLs and returns a mapping with the same URLs but normalized", | ||
"version": "2.0.4", | ||
"bugs": { | ||
"url": "https://github.com/pnpm/pnpm/issues" | ||
}, | ||
"main": "lib/index.js", | ||
"typings": "lib/index.d.ts", | ||
"files": [ | ||
"lib", | ||
"!*.map" | ||
], | ||
"keywords": [], | ||
"license": "MIT", | ||
"engines": { | ||
"node": ">=12.17" | ||
}, | ||
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/normalize-registries", | ||
"dependencies": { | ||
"@pnpm/types": "7.4.0", | ||
"normalize-registry-url": "1.0.0" | ||
}, | ||
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/normalize-registries#readme", | ||
"funding": "https://opencollective.com/pnpm", | ||
"scripts": { | ||
"test": "pnpm run compile", | ||
"lint": "eslint -c ../../eslint.json src/**/*.ts", | ||
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4174
6
+ Added@pnpm/types@7.4.0(transitive)
- Removed@pnpm/types@7.3.0(transitive)
Updated@pnpm/types@7.4.0