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

pub

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pub - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

4

package.json

@@ -9,3 +9,3 @@ {

],
"version": "0.0.1",
"version": "0.0.2",
"repository": {

@@ -31,2 +31,2 @@ "type": "git",

"devDependencies": {}
}
}

@@ -30,3 +30,11 @@ // tpl - a general purpose template cli

};
opt = append(defaultOpt, opt);
var confOpt;
try {
confOpt = JSON.parse(fs.readFileSync(path.resolve(confdir,
'conf.json'), 'utf8'));
} catch (e) {
confOpt = {};
}
confOpt = append(defaultOpt, confOpt);
opt = append(confOpt, opt);

@@ -33,0 +41,0 @@ if (typeof files == 'string')

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