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

@currents/cli

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@currents/cli - npm Package Compare versions

Comparing version 3.1.2 to 3.1.3

3

dist/inject.d.ts

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

declare const Mod: any;
declare const req: any;
export {};
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
const _fs = require("fs");
var ref, ref1;

@@ -6,4 +10,2 @@ const Mod = require("module");

// @ts-ignore
global.integrityCheck = function() {};
// @ts-ignore
if ((ref = global.snapshotResult) == null ? void 0 : (ref1 = ref.customRequire) == null ? void 0 : ref1.exports) {

@@ -58,1 +60,4 @@ // @ts-ignore

};
module.exports = function(entryPointPath, backupPath) {
(0, _fs.copyFileSync)(backupPath, entryPointPath);
};
{
"name": "@currents/cli",
"version": "3.1.2",
"version": "3.1.3",
"license": "MIT",

@@ -35,3 +35,3 @@ "main": "./dist",

"dependencies": {
"cy2": "3.3.0"
"cy2": "3.4.1"
},

@@ -38,0 +38,0 @@ "keywords": [

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