Socket
Socket
Sign inDemoInstall

cloudrail-si

Package Overview
Dependencies
0
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.4.0 to 2.4.1

2

package.json

@@ -37,5 +37,5 @@ {

"engineStrict": true,
"version": "2.4.0",
"version": "2.4.1",
"main": "index.js",
"typings": "index.d.ts"
}

@@ -76,3 +76,7 @@ "use strict";

try {
pjson = require(path);
let tmp = require(path);
if (tmp.name === "cloudrail-si")
throw Error();
else
pjson = tmp;
}

@@ -79,0 +83,0 @@ catch (err) {

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