@pnpm/package-bins
Advanced tools
Comparing version 4.0.1 to 4.0.2
@@ -53,2 +53,1 @@ "use strict"; | ||
} | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@pnpm/package-bins", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"description": "Returns bins of a package", | ||
@@ -14,14 +14,9 @@ "main": "lib/index.js", | ||
"scripts": { | ||
"lint": "tslint -c tslint.json --project .", | ||
"lint": "tslint -c ../../tslint.json --project .", | ||
"tsc": "rimraf lib && tsc", | ||
"test": "npm run lint && preview && ts-node test --type-check", | ||
"test-md": "mos t", | ||
"md": "mos", | ||
"prepublishOnly": "npm run tsc", | ||
"test": "ts-node test --type-check", | ||
"prepublishOnly": "pnpm run tsc", | ||
"fix": "tslint -c tslint.json --project . --fix" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/pnpm/package-bins.git" | ||
}, | ||
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/package-bins", | ||
"keywords": [ | ||
@@ -34,32 +29,18 @@ "pnpm", | ||
"bugs": { | ||
"url": "https://github.com/pnpm/package-bins/issues" | ||
"url": "https://github.com/pnpm/pnpm/issues" | ||
}, | ||
"homepage": "https://github.com/pnpm/package-bins#readme", | ||
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/package-bins#readme", | ||
"dependencies": { | ||
"@pnpm/types": "^4.0.0", | ||
"graceful-fs": "^4.2.3", | ||
"is-subdir": "^1.1.1", | ||
"p-filter": "^2.1.0" | ||
"@pnpm/types": "5.0.0", | ||
"graceful-fs": "4.2.3", | ||
"is-subdir": "1.1.1", | ||
"p-filter": "2.1.0" | ||
}, | ||
"devDependencies": { | ||
"@pnpm/package-bins": "link:", | ||
"@types/graceful-fs": "^4.1.3", | ||
"@types/node": "^12.12.17", | ||
"@types/node": "^12.12.24", | ||
"@types/tape": "^4.2.33", | ||
"mos": "^2.0.0-alpha.3", | ||
"mos-plugin-readme": "^1.0.4", | ||
"package-preview": "^3.0.0", | ||
"rimraf": "^3.0.0", | ||
"tape": "^4.11.0", | ||
"ts-node": "^8.5.4", | ||
"tslint": "^5.20.1", | ||
"typescript": "^3.7.3" | ||
}, | ||
"mos": { | ||
"plugins": [ | ||
"readme" | ||
], | ||
"installation": { | ||
"useShortAlias": true | ||
} | ||
"rimraf": "^3.0.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
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
No website
QualityPackage does not have a website.
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
5
4913
5
1
1
+ Added@pnpm/types@5.0.0(transitive)
+ Addedgraceful-fs@4.2.3(transitive)
+ Addedis-subdir@1.1.1(transitive)
- Removed@pnpm/types@4.0.0(transitive)
- Removedgraceful-fs@4.2.11(transitive)
- Removedis-subdir@1.2.0(transitive)
Updated@pnpm/types@5.0.0
Updatedgraceful-fs@4.2.3
Updatedis-subdir@1.1.1
Updatedp-filter@2.1.0