Socket
Socket
Sign inDemoInstall

kraken-devtools

Package Overview
Dependencies
28
Maintainers
4
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.3 to 1.3.0

4

CHANGELOG.md

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

##### v1.3.0
- Allow for locales with more than two letter country codes (e.g. `en-EMEA`) in order to group several countries together
##### v1.2.3 - 23062015

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

9

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

@@ -26,8 +26,3 @@ "main": "index.js",

],
"licenses": [
{
"type": "Apache 2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
}
],
"license": "Apache-2.0",
"dependencies": {

@@ -34,0 +29,0 @@ "async": "^0.2.7",

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

var locale = config.name.match(/(?:([A-Za-z0-9]{2})\/([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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc