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

ilib-locale

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ilib-locale - npm Package Compare versions

Comparing version 1.1.1 to 1.2.0

28

package.json
{
"name": "ilib-locale",
"version": "1.1.1",
"version": "1.2.0",
"main": "./lib/Locale.js",
"module": "./src/Locale.js",
"description": "A BCP-47/IETF locale specifier parser/validator",

@@ -60,18 +61,21 @@ "keywords": [

"generate": "node generate.js",
"dist": "npm run doc ; npm run build:prod ; npm run build:web; npm pack",
"test": "LANG=en_US.UTF8 npm run build:dev ; node test/testSuite.js",
"testall": "LANG=en_US.UTF8 npm run test; npm run build:test ; open-cli ./test/testSuite.html ; open-cli ./test/testSuite.html -- firefox",
"dist": "npm-run-all doc build:prod build:web; npm pack",
"test": "LANG=en_US.UTF8 npm-run-all build:dev test:cli",
"test:cli": "LANG=en_US.UTF8 node test/testSuite.js",
"test:all": "LANG=en_US.UTF8 npm-run-all test:cli test:web",
"test:web": "LANG=en_US.UTF8 npm run build:test ; open-cli ./test/testSuite.html ; open-cli ./test/testSuite.html -- firefox",
"debug": "npm run build:dev ; node --inspect-brk test/testSuite.js",
"clean": "git clean -f -d *",
"doc": "jsdoc2md -c jsdoc.json --separators --source src/* -m table > docs/Locale.md",
"clean": "git clean -f -d * ; rm -rf lib tz",
"doc": "mkdir -p docs ; jsdoc2md -c jsdoc.json --separators --source src/* -m table > docs/Locale.md",
"doc:html": "jsdoc -c jsdoc.json"
},
"devDependencies": {
"@babel/core": "^7.17.10",
"@babel/preset-env": "^7.17.10",
"@babel/core": "^7.18.5",
"@babel/preset-env": "^7.18.2",
"@babel/register": "^7.17.7",
"@babel/runtime": "^7.17.9",
"@babel/runtime": "^7.18.3",
"assertextras": "^1.1.0",
"babel-loader": "^8.2.5",
"babel-plugin-add-module-exports": "^1.0.4",
"core-js": "^3.23.1",
"docdash": "^1.2.0",

@@ -89,10 +93,10 @@ "grunt": "^1.5.3",

"nodeunit": "^0.11.3",
"npm-run-all": "^4.1.5",
"open-cli": "^7.0.1",
"webpack": "^5.72.1",
"webpack-cli": "^4.9.2"
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0"
},
"dependencies": {
"core-js": "^3.22.5",
"ilib-env": "^1.2.1"
}
}

@@ -120,2 +120,8 @@ # ilib-locale

### v1.2.0
* Now ships both the ES6 modules in the src directory and the commonjs code
(transpiled with babel) in the lib directory. Callers can choose which one
they would like to use.
### v1.1.1

@@ -122,0 +128,0 @@

Sorry, the diff of this file is not supported yet

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