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

cy2

Package Overview
Dependencies
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cy2 - npm Package Compare versions

Comparing version 3.1.3 to 3.1.4

4

dist/index.js

@@ -68,3 +68,5 @@ "use strict";

yield lib.patchServerInit(`${__dirname}/injected.js`);
yield lib.run();
const childProcess = yield lib.run();
childProcess.on('exit', (code)=>process.exit(code !== null && code !== void 0 ? code : 1)
);
});

@@ -71,0 +73,0 @@ exports.run = run;

{
"name": "cy2",
"version": "3.1.3",
"version": "3.1.4",
"author": "Andrew Goldis",

@@ -5,0 +5,0 @@ "main": "./dist",

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