Socket
Socket
Sign inDemoInstall

kraken-devtools

Package Overview
Dependencies
Maintainers
4
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.3.0 to 1.4.0

4

CHANGELOG.md

@@ -0,1 +1,5 @@

##### v1.4.0
- Allow underscore character for grouped country identifiers
##### v1.3.0

@@ -2,0 +6,0 @@

2

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

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

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

var locale = config.name.match(/(?:([A-Za-z0-9]+)\/([A-Za-z]{2})\/)?(.*)/),
var locale = config.name.match(/(?:([A-Za-z0-9_]+)\/([A-Za-z]{2})\/)?(.*)/),
copyFile,

@@ -51,0 +51,0 @@ dir,

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