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

patrun

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

patrun - npm Package Compare versions

Comparing version 2.0.1 to 2.1.0

15

package.json
{
"name": "patrun",
"version": "2.0.1",
"version": "2.1.0",
"description": "A fast pattern matcher on JavaScript object properties.",

@@ -24,2 +24,3 @@ "homepage": "https://github.com/rjrodger/patrun",

"clean": "rm -rf node_modules yarn.lock package-lock.json",
"reset": "npm run clean && npm i && npm test",
"repo-tag": "REPO_VERSION=`node -e \"console.log(require('./package').version)\"` && echo TAG: v$REPO_VERSION && git commit -a -m v$REPO_VERSION && git push && git tag v$REPO_VERSION && git push --tags;",

@@ -40,12 +41,12 @@ "repo-publish": "npm run prettier && npm test && npm run repo-tag && npm publish --registry http://registry.npmjs.org "

"dependencies": {
"gex": "^0.3.0"
"gex": "^1.0.0"
},
"devDependencies": {
"@hapi/code": "^6.0.0",
"@hapi/lab": "^20.2.2",
"@hapi/code": "^7.0.0",
"@hapi/lab": "^21.0.0",
"benchmark": "^2.1.4",
"coveralls": "^3.0.6",
"prettier": "^1.18.2",
"serve": "^11.1.0"
"coveralls": "^3.0.9",
"prettier": "^1.19.1",
"serve": "^11.2.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