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

febs-opm

Package Overview
Dependencies
Maintainers
3
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

febs-opm - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

1

lib/config.js

@@ -52,2 +52,3 @@ 'use strict';

}
this.upInfo.name = this.name;
this.upInfo.ver = ver;

@@ -54,0 +55,0 @@ }

@@ -56,2 +56,5 @@ 'use strict';

await cfg.save();
if(cfg.debug){
console.log("begin update");
}
await update.run(cfg);

@@ -58,0 +61,0 @@ }

2

package.json

@@ -30,3 +30,3 @@ {

],
"version": "1.2.0"
"version": "1.2.1"
}

@@ -8,3 +8,3 @@ 'use strict';

appName: "test",
appVer: "1.1",
appVer: "1.2",
rootPath: process.cwd(), // 系统根目录.

@@ -11,0 +11,0 @@ debug: false, // 是否输出错误日志.

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