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.2.0 to 0.2.2

cypress.json

16

package.json
{
"name": "@aurium/i18n",
"version": "0.2.0",
"version": "0.2.2",
"description": "Internationalization made simple",

@@ -10,8 +10,9 @@ "main": "i18n.mjs",

"scripts": {
"test": "npm -s run test:node && npm -s run test:browser",
"test": "npm -s run test:node && npm -s run test:cy",
"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.mjs --growl test/i18n.spec.js",
"test:browser": "node test/browser-test.js",
"test:docker:build": "docker image build --network=host -f test/Dockerfile -t i18n-test:$npm_package_version .",
"test:docker:run": "docker run --rm --volume $(pwd):/opt/src --network=host --name i18n-test i18n-test:$npm_package_version sh -c 'cp /opt/src/package.json . && echo Update source... && cp -vr $(ls -1 /opt/src | grep -v node_modules | sed 's#^#/opt/src/#') ./ && echo Run tests... && npm -s test'"
"test:node": "mocha --growl test/i18n.spec.mjs",
"test:cy": "docker run -it -v $PWD:/e2e -w /e2e cypress/included:8.4.0",
"dev": "parallel --ungroup 'npm run -s {}' ::: dev:srv dev:view",
"dev:srv": "python3 -m http.server ${PORT:-3000}",
"dev:view": "sensible-browser --new-tab http://localhost:${PORT:-3000}/test/test.html"
},

@@ -35,5 +36,6 @@ "repository": {

"mocha": "^9.0.2",
"puppeteer": "^3.0.0"
"puppeteer": "^10.2.0"
},
"dependencies": {
"chai": "^4.3.4",
"commander": "^5.0.0",

@@ -40,0 +42,0 @@ "globby": "^11.0.0"

Sorry, the diff of this file is not supported yet

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