@pnpm/pnpmfile
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "@pnpm/pnpmfile", | ||
"version": "1.0.4", | ||
"description": "Reading a .pnpmfile.cjs", | ||
"main": "lib/index.js", | ||
"typings": "lib/index.d.ts", | ||
"files": [ | ||
"lib", | ||
"!*.map" | ||
], | ||
"engines": { | ||
"node": ">=12.17" | ||
}, | ||
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/pnpmfile", | ||
"keywords": [ | ||
"pnpm" | ||
], | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/pnpm/pnpm/issues" | ||
}, | ||
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/pnpmfile#readme", | ||
"devDependencies": { | ||
"@pnpm/logger": "^4.0.0" | ||
}, | ||
"dependencies": { | ||
"@pnpm/core-loggers": "6.0.3", | ||
"@pnpm/error": "2.0.0", | ||
"@pnpm/types": "7.3.0", | ||
"chalk": "^4.1.0", | ||
"path-absolute": "^1.0.1" | ||
}, | ||
"peerDependencies": { | ||
"@pnpm/logger": "^4.0.0" | ||
}, | ||
"funding": "https://opencollective.com/pnpm", | ||
"scripts": { | ||
"lint": "eslint -c ../../eslint.json src/**/*.ts test/**/*.ts", | ||
"_test": "jest", | ||
"test": "pnpm run compile && pnpm run _test", | ||
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix" | ||
} | ||
} | ||
"name": "@pnpm/pnpmfile", | ||
"version": "1.0.5", | ||
"description": "Reading a .pnpmfile.cjs", | ||
"main": "lib/index.js", | ||
"typings": "lib/index.d.ts", | ||
"files": [ | ||
"lib", | ||
"!*.map" | ||
], | ||
"engines": { | ||
"node": ">=12.17" | ||
}, | ||
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/pnpmfile", | ||
"keywords": [ | ||
"pnpm" | ||
], | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/pnpm/pnpm/issues" | ||
}, | ||
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/pnpmfile#readme", | ||
"devDependencies": { | ||
"@pnpm/logger": "^4.0.0" | ||
}, | ||
"dependencies": { | ||
"@pnpm/core-loggers": "6.0.4", | ||
"@pnpm/error": "2.0.0", | ||
"@pnpm/types": "7.4.0", | ||
"chalk": "^4.1.0", | ||
"path-absolute": "^1.0.1" | ||
}, | ||
"peerDependencies": { | ||
"@pnpm/logger": "^4.0.0" | ||
}, | ||
"funding": "https://opencollective.com/pnpm", | ||
"scripts": { | ||
"lint": "eslint -c ../../eslint.json src/**/*.ts test/**/*.ts", | ||
"_test": "jest", | ||
"test": "pnpm run compile && pnpm run _test", | ||
"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
16718
12
+ Added@pnpm/core-loggers@6.0.4(transitive)
+ Added@pnpm/types@7.4.0(transitive)
- Removed@pnpm/core-loggers@6.0.3(transitive)
- Removed@pnpm/types@7.3.0(transitive)
Updated@pnpm/core-loggers@6.0.4
Updated@pnpm/types@7.4.0