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

@magijs/data-collection

Package Overview
Dependencies
Maintainers
2
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@magijs/data-collection - npm Package Compare versions

Comparing version 0.0.1-alpha.29 to 0.0.1-alpha.31

6

esm/index.js

@@ -21,2 +21,8 @@ import path from 'path';

}
// 是否存在package-lock.json
const lock = require(path.resolve(process.cwd(), 'package-lock.json'));
if (lock) {
// @ts-ignore
this.options.isPackageLock = true;
}
}

@@ -23,0 +29,0 @@ /**

@@ -26,2 +26,8 @@ "use strict";

}
// 是否存在package-lock.json
const lock = require(path_1.default.resolve(process.cwd(), 'package-lock.json'));
if (lock) {
// @ts-ignore
this.options.isPackageLock = true;
}
}

@@ -28,0 +34,0 @@ /**

4

package.json
{
"name": "@magijs/data-collection",
"version": "0.0.1-alpha.29",
"version": "0.0.1-alpha.31",
"description": "企业级应用框架",

@@ -26,3 +26,3 @@ "main": "lib/index.js",

},
"gitHead": "e76374722ee96298080979b0cb9dcd687d5c603e"
"gitHead": "312cd62181c2664ecf0cd65d363d164a1c95b67c"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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