Socket
Socket
Sign inDemoInstall

kraken-devtools

Package Overview
Dependencies
Maintainers
2
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.0.0-alpha to 1.0.0-alpha.2

2

lib/plugins/dust.js

@@ -50,3 +50,3 @@ /*───────────────────────────────────────────────────────────────────────────*\

}
callback(null, lib.compile(data, args.context.name));
callback(null, lib.compile(data, args.context.origName || args.context.name));
});

@@ -53,0 +53,0 @@

@@ -65,2 +65,3 @@ /*───────────────────────────────────────────────────────────────────────────*\

copyFile = path.join( dir, locale[3]);
config.origName = locale[3];
}

@@ -67,0 +68,0 @@ srcFile = path.join(config.srcRoot, copyFile + '.dust');

{
"name": "kraken-devtools",
"version": "1.0.0-alpha",
"version": "1.0.0-alpha.2",
"description": "A development mode toolkit for kraken",

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

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