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

kraken-devtools

Package Overview
Dependencies
Maintainers
3
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kraken-devtools - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

2

package.json
{
"name": "kraken-devtools",
"version": "1.2.0",
"version": "1.2.1",
"description": "A development mode toolkit for kraken",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -38,7 +38,7 @@ /*───────────────────────────────────────────────────────────────────────────*\

});
try {
localizr.createReadStream(opt).pipe(out);
} catch (err) {
cb(err);
}
var readStream = localizr.createReadStream(opt);
var writeStream = readStream.pipe(out);
readStream.on('error', cb);
writeStream.on('error', cb);
};

@@ -45,0 +45,0 @@

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