@pnpm/parse-wanted-dependency
Advanced tools
Comparing version 2.0.0 to 3.0.0
{ | ||
"name": "@pnpm/parse-wanted-dependency", | ||
"description": "Parse dependency specifier", | ||
"version": "2.0.0", | ||
"version": "3.0.0", | ||
"bugs": { | ||
@@ -9,3 +9,3 @@ "url": "https://github.com/pnpm/pnpm/issues" | ||
"main": "lib/index.js", | ||
"typings": "lib/index.d.ts", | ||
"types": "lib/index.d.ts", | ||
"files": [ | ||
@@ -16,21 +16,26 @@ "lib", | ||
"devDependencies": { | ||
"@pnpm/parse-wanted-dependency": "3.0.0", | ||
"@types/validate-npm-package-name": "^3.0.2" | ||
}, | ||
"keywords": [], | ||
"keywords": [ | ||
"pnpm7" | ||
], | ||
"license": "MIT", | ||
"engines": { | ||
"node": ">=12.17" | ||
"node": ">=14.19" | ||
}, | ||
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/parse-wanted-dependency", | ||
"scripts": { | ||
"test": "pnpm run compile", | ||
"lint": "eslint -c ../../eslint.json src/**/*.ts", | ||
"prepublishOnly": "pnpm run compile", | ||
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix" | ||
}, | ||
"repository": "https://github.com/pnpm/pnpm/blob/main/packages/parse-wanted-dependency", | ||
"dependencies": { | ||
"validate-npm-package-name": "3.0.0" | ||
}, | ||
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/parse-wanted-dependency#readme", | ||
"funding": "https://opencollective.com/pnpm" | ||
} | ||
"homepage": "https://github.com/pnpm/pnpm/blob/main/packages/parse-wanted-dependency#readme", | ||
"funding": "https://opencollective.com/pnpm", | ||
"exports": { | ||
".": "./lib/index.js" | ||
}, | ||
"scripts": { | ||
"test": "pnpm run compile", | ||
"lint": "eslint src/**/*.ts", | ||
"compile": "tsc --build && pnpm run lint --fix" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
4493
2
1