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

@pnpm/fs.packlist

Package Overview
Dependencies
Maintainers
0
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/fs.packlist - npm Package Compare versions

Comparing version 2.0.0 to 900.0.0

3

lib/index.js

@@ -6,3 +6,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.packlist = void 0;
exports.packlist = packlist;
const npm_packlist_1 = __importDefault(require("npm-packlist"));

@@ -21,3 +21,2 @@ async function packlist(pkgDir, opts) {

}
exports.packlist = packlist;
//# sourceMappingURL=index.js.map
{
"name": "@pnpm/fs.packlist",
"version": "2.0.0",
"version": "900.0.0",
"description": "Get a list of the files to add from a directory into an npm package",

@@ -28,3 +28,3 @@ "main": "lib/index.js",

"devDependencies": {
"@pnpm/fs.packlist": "2.0.0"
"@pnpm/fs.packlist": "900.0.0"
},

@@ -34,2 +34,5 @@ "exports": {

},
"jest": {
"preset": "@pnpm/jest-config"
},
"scripts": {

@@ -36,0 +39,0 @@ "lint": "eslint \"src/**/*.ts\"",

Sorry, the diff of this file is not supported yet

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