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 7.0.0 to 7.1.0

2

dist/lib/matchers.js

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

')?' + // end optional second term
'/s*$',
'/s*$', // optional whitespace
].join('').replace(/\//g, '\\'));

@@ -70,0 +70,0 @@ class IntervalMatcher {

{
"name": "patrun",
"version": "7.0.0",
"version": "7.1.0",
"main": "dist/patrun.js",

@@ -29,3 +29,3 @@ "browser": "dist/patrun.min.js",

"clean": "rm -rf node_modules yarn.lock package-lock.json",
"reset": "npm run clean && npm i && npm test",
"reset": "npm run clean && npm i && npm run build && 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;",

@@ -45,7 +45,7 @@ "repo-publish": "npm run clean && npm i && npm run repo-publish-quick",

"dependencies": {
"gex": "^3.0.1"
"gex": "^3.1.0"
},
"devDependencies": {
"@hapi/code": "^8.0.2",
"@hapi/lab": "^24.1.0",
"@hapi/code": "^8.0.3",
"@hapi/lab": "^24.1.1",
"benchmark": "^2.1.4",

@@ -56,8 +56,8 @@ "coveralls": "^3.1.0",

"lab-transform-typescript": "^3.0.1",
"prettier": "^2.1.2",
"prettier": "^2.2.1",
"serve": "^11.3.2",
"browserify": "^17.0.0",
"tinyify": "^3.0.0",
"typescript": "^4.0.5"
"typescript": "^4.2.4"
}
}

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