New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@moderate-cli/core

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@moderate-cli/core - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

bin/index.js

5

lib/index.js

@@ -1,8 +0,7 @@

'use strict';
"use strict";
// 核心库
module.exports = core;
function core() {
// TODO
console.log("exec core");
}

15

package.json
{
"name": "@moderate-cli/core",
"version": "0.1.5",
"version": "0.1.6",
"description": "> TODO: description",

@@ -8,6 +8,3 @@ "author": "qanglee <545540710@qq.com>",

"license": "ISC",
"main": "lib/core.js",
"bin": {
"moderate-cli": "bin/index"
},
"main": "bin/index.js",
"directories": {

@@ -21,8 +18,10 @@ "lib": "lib",

"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1"
"moderate-cli": "bin/index.js"
},
"dependencies": {
"lodash": "^4.17.21"
"import-local": "^3.1.0",
"lodash": "^4.17.21",
"npmlog": "^6.0.2"
},
"gitHead": "c335cf7f0e332d3eaa4aa115f04c453d46f7ed3d",
"gitHead": "9d9e9af11ebb906c454b7abda32d257fb191ab6a",
"publishConfig": {

@@ -29,0 +28,0 @@ "access": "public"

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