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

@pnpm/matcher

Package Overview
Dependencies
Maintainers
3
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/matcher - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

1

lib/index.js

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

}
//# sourceMappingURL=index.js.map

28

package.json
{
"name": "@pnpm/matcher",
"version": "1.0.0",
"version": "1.0.1",
"description": "A simple pattern matcher for pnpm",

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

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

@@ -27,7 +29,3 @@ "repository": "https://github.com/pnpm/pnpm/blob/master/packages/matcher",

],
"author": {
"name": "Zoltan Kochan",
"email": "z@kochan.io",
"url": "https://www.kochan.io"
},
"author": "Zoltan Kochan <z@kochan.io> (https://www.kochan.io/)",
"license": "MIT",

@@ -39,9 +37,7 @@ "bugs": {

"devDependencies": {
"@pnpm/matcher": "link:",
"rimraf": "3.0.0",
"tape": "4.11.0"
"@pnpm/matcher": "link:"
},
"dependencies": {
"escape-string-regexp": "2.0.0"
"escape-string-regexp": "3.0.0"
}
}

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