@pnpm/constants
Advanced tools
Comparing version 5.0.0 to 6.0.0
{ | ||
"name": "@pnpm/constants", | ||
"version": "5.0.0", | ||
"version": "6.0.0", | ||
"description": "pnpm constants", | ||
"main": "lib/index.js", | ||
"typings": "lib/index.d.ts", | ||
"types": "lib/index.d.ts", | ||
"engines": { | ||
"node": ">=12.17" | ||
"node": ">=14.19" | ||
}, | ||
@@ -14,10 +14,5 @@ "files": [ | ||
], | ||
"scripts": { | ||
"test": "pnpm run compile", | ||
"prepublishOnly": "pnpm run compile", | ||
"lint": "eslint -c ../../eslint.json src/**/*.ts", | ||
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix" | ||
}, | ||
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/constants", | ||
"repository": "https://github.com/pnpm/pnpm/blob/main/packages/constants", | ||
"keywords": [ | ||
"pnpm7", | ||
"pnpm", | ||
@@ -30,4 +25,15 @@ "constants" | ||
}, | ||
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/constants#readme", | ||
"funding": "https://opencollective.com/pnpm" | ||
} | ||
"homepage": "https://github.com/pnpm/pnpm/blob/main/packages/constants#readme", | ||
"funding": "https://opencollective.com/pnpm", | ||
"devDependencies": { | ||
"@pnpm/constants": "6.0.0" | ||
}, | ||
"exports": { | ||
".": "./lib/index.js" | ||
}, | ||
"scripts": { | ||
"test": "pnpm run compile", | ||
"lint": "eslint src/**/*.ts", | ||
"compile": "tsc --build && pnpm run lint --fix" | ||
} | ||
} |
@@ -12,3 +12,3 @@ # @pnpm/constants | ||
```sh | ||
<pnpm|npm|yarn> add @pnpm/constants | ||
pnpm add @pnpm/constants | ||
``` | ||
@@ -15,0 +15,0 @@ |
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
3394
1
1