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

@aurium/i18n

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aurium/i18n - npm Package Compare versions

Comparing version 0.1.4 to 0.2.0

i18n.mjs

8

package.json
{
"name": "@aurium/i18n",
"version": "0.1.4",
"version": "0.2.0",
"description": "Internationalization made simple",
"main": "i18n.js",
"main": "i18n.mjs",
"bin": {

@@ -12,3 +12,3 @@ "extract-i18n-keys": "bin/extract-i18n-keys"

"test:watch": "while inotifywait -r -e create -e modify -e move -e delete --exclude dist .; do npm -s test; done",
"test:node": "mocha -r ./test/chai.js -r ./register.js --growl test/i18n.spec.js",
"test:node": "mocha -r ./test/chai.js -r ./register.mjs --growl test/i18n.spec.js",
"test:browser": "node test/browser-test.js",

@@ -34,3 +34,3 @@ "test:docker:build": "docker image build --network=host -f test/Dockerfile -t i18n-test:$npm_package_version .",

"devDependencies": {
"mocha": "^7.1.1",
"mocha": "^9.0.2",
"puppeteer": "^3.0.0"

@@ -37,0 +37,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