New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@artilleryio/int-commons

Package Overview
Dependencies
Maintainers
2
Versions
356
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@artilleryio/int-commons - npm Package Compare versions

Comparing version 1.0.0 to 2.0.0-06989c6

5

engine_util.js

@@ -609,4 +609,5 @@ /* This Source Code Form is subject to the terms of the Mozilla Public

}
if (group && match[group]) {
return match[group];
if (group && match.groups) {
return match.groups[group];
} else if (match[0]) {

@@ -613,0 +614,0 @@ return match[0];

2

index.js
module.exports = {
engine_util: require('./engine_util'),
jitter: require('./jitter')
}
};
{
"name": "@artilleryio/int-commons",
"version": "1.0.0",
"version": "2.0.0-06989c6",
"main": "./index.js",

@@ -13,3 +13,7 @@ "dependencies": {

"lodash": "^4.17.19"
},
"scripts": {
"lint": "eslint --ext \".js,.ts,.tsx\" .",
"lint-fix": "npm run lint -- --fix"
}
}
}
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