Socket
Socket
Sign inDemoInstall

@pushrocks/smartmatch

Package Overview
Dependencies
2
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.6 to 1.0.7

dist_bundle/bundle.js

22

package.json
{
"name": "@pushrocks/smartmatch",
"version": "1.0.6",
"version": "1.0.7",
"private": false,
"description": "a minimal matching library using picomatch",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"author": "Lossless GmbH",

@@ -12,15 +12,16 @@ "license": "MIT",

"test": "(tstest test/)",
"build": "(tsbuild)",
"build": "(tsbuild && tsbundle npm)",
"format": "(gitzone format)"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.0.22",
"@gitzone/tsbuild": "^2.1.24",
"@gitzone/tsbundle": "^1.0.68",
"@gitzone/tstest": "^1.0.15",
"@pushrocks/tapbundle": "^3.0.7",
"@types/node": "^10.11.7",
"tslint": "^5.11.0",
"@pushrocks/tapbundle": "^3.2.1",
"@types/node": "^14.0.5",
"tslint": "^6.1.2",
"tslint-config-prettier": "^1.15.0"
},
"dependencies": {
"matcher": "^2.1.0"
"matcher": "^3.0.0"
},

@@ -31,3 +32,4 @@ "files": [

"dist/**/*",
"dist_web/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",

@@ -34,0 +36,0 @@ "assets/**/*",

@@ -12,2 +12,2 @@ import * as plugins from './smartmatch.plugins';

}
}
}
// third party scope
import matcher from 'matcher';
export {
matcher
}
export { matcher };
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc