Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@pnpm/pnpmfile

Package Overview
Dependencies
Maintainers
3
Versions
149
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/pnpmfile - npm Package Compare versions

Comparing version 0.1.6 to 0.1.7

1

lib/index.js

@@ -7,1 +7,2 @@ "use strict";

exports.requirePnpmfile = requirePnpmfile_1.default;
//# sourceMappingURL=index.js.map

@@ -55,1 +55,2 @@ "use strict";

}
//# sourceMappingURL=requireHooks.js.map

@@ -80,1 +80,2 @@ "use strict";

}
//# sourceMappingURL=requirePnpmfile.js.map

20

package.json
{
"name": "@pnpm/pnpmfile",
"version": "0.1.6",
"version": "0.1.7",
"description": "Reading a pnpmfile.js",

@@ -8,12 +8,14 @@ "main": "lib/index.js",

"files": [
"lib"
"lib",
"!*.map"
],
"engines": {
"node": ">=10"
"node": ">=10.13"
},
"scripts": {
"lint": "tslint -c ../../tslint.json src/**/*.ts test/**/*.ts",
"tsc": "rimraf lib && tsc",
"test": "pnpm run tsc && ts-node test --type-check",
"prepublishOnly": "pnpm run tsc"
"_test": "cd ../.. && c8 --reporter lcov --reports-dir packages/pnpmfile/coverage ts-node packages/pnpmfile/test --type-check",
"test": "pnpm run compile && pnpm run _test",
"prepublishOnly": "pnpm run compile",
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build"
},

@@ -29,11 +31,11 @@ "repository": "https://github.com/pnpm/pnpm/blob/master/packages/pnpmfile",

},
"homepage": "https://pnpm.js.org",
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/pnpmfile#readme",
"devDependencies": {
"@pnpm/logger": "^3.1.0",
"@pnpm/pnpmfile": "link:",
"@types/ramda": "^0.26.43"
"@types/ramda": "^0.26.44"
},
"dependencies": {
"@pnpm/core-loggers": "4.0.1",
"@pnpm/error": "1.1.0",
"@pnpm/error": "1.2.0",
"@pnpm/types": "5.0.0",

@@ -40,0 +42,0 @@ "chalk": "3.0.0",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc