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

fis-evaluator-autopack

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fis-evaluator-autopack - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

4

lib/compileHelper.js

@@ -74,4 +74,4 @@ /*

fis.log.notice(fis.log.now() + ' compile failed!');
fs.writeFileSync(path+'/compile.err', info);
fis.log.notice(fis.log.now() + info);
fs.writeFileSync(path+'/compile.err', JSON.stringify(info));
fis.log.notice(fis.log.now() + JSON.stringify(info));
}else{

@@ -78,0 +78,0 @@ fis.log.notice(fis.log.now() + ' compile successfuly!');

{
"name": "fis-evaluator-autopack",
"version": "0.0.8",
"version": "0.0.9",
"main": "index.js",

@@ -5,0 +5,0 @@ "description": "A tool to evaluate autopack profit",

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