Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vi18n

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vi18n - npm Package Compare versions

Comparing version 2.0.0 to 3.0.0

.babelrc

23

package.json
{
"name": "vi18n",
"version": "2.0.0",
"version": "3.0.0",
"description": "Simple number, currency and date formatters based on the Internationalization API",
"main": "lib/index.js",
"repository": "vicompany/vi18n",

@@ -10,7 +11,9 @@ "engines": {

"scripts": {
"build": "babel src -d lib",
"coveralls": "nyc report --reporter=text-lcov | coveralls",
"lint": "eslint index.js",
"lint": "eslint src",
"preversion": "npm run lint && npm run test",
"postversion": "git push --follow-tags",
"prepublish": "npm run build",
"test": "nyc ava",
"preversion": "npm run lint && npm run test",
"postversion": "git push && git push --tags",
"watch": "ava --watch"

@@ -28,9 +31,11 @@ },

"ava": "^0.22.0",
"coveralls": "^2.13.1",
"eslint": "^4.5.0",
"eslint-config-vi": "^7.2.0",
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"coveralls": "^3.0.0",
"eslint": "^4.9.0",
"eslint-config-vi": "^8.1.0",
"intl": "^1.2.5",
"intl-locales-supported": "^1.0.0",
"nyc": "^11.1.0",
"sinon": "^3.2.1"
"nyc": "^11.2.1",
"sinon": "^4.0.1"
},

@@ -37,0 +42,0 @@ "ava": {

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