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.0.0 to 3.1.0

2

dist/index.d.ts

@@ -0,2 +1,4 @@

import * as lib from './patch';
export declare const patch: () => Promise<void>;
export declare const run: () => Promise<void>;
export declare const inject: typeof lib.patchServerInit;

4

dist/index.js

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

});
exports.patch = exports.run = void 0;
exports.patch = exports.run = exports.inject = void 0;
var lib = _interopRequireWildcard(require("./patch"));

@@ -69,1 +69,3 @@ function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) {

exports.run = run;
const inject = lib.patchServerInit;
exports.inject = inject;
{
"name": "cy2",
"version": "3.0.0",
"version": "3.1.0",
"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