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

@ladjs/i18n

Package Overview
Dependencies
Maintainers
2
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ladjs/i18n - npm Package Compare versions

Comparing version 0.0.3 to 0.0.5

lib/index.js

15

package.json
{
"name": "@ladjs/i18n",
"description": "i18n wrapper and Koa middleware for Lad",
"version": "0.0.3",
"version": "0.0.5",
"author": "Nick Baugh <niftylettuce@gmail.com> (http://niftylettuce.com/)",

@@ -28,2 +28,4 @@ "bugs": {

"ava": "^0.22.0",
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.1",
"codecov": "^2.3.0",

@@ -43,3 +45,3 @@ "cross-env": "^5.0.5",

"engines": {
"node": ">=7.6.0"
"node": ">=6.4.0"
},

@@ -56,3 +58,4 @@ "homepage": "https://github.com/ladjs/i18n",

},
"main": "index.js",
"main": "lib/index.js",
"files": ["lib", "locales"],
"remarkConfig": {

@@ -69,4 +72,6 @@ "plugins": ["preset-github"]

"precommit": "lint-staged && npm test",
"test": "npm run lint && npm run test-coverage",
"test-coverage": "cross-env NODE_ENV=test nyc ava"
"test": "npm run build && npm run lint && npm run test-coverage",
"test-coverage": "cross-env NODE_ENV=test nyc ava",
"build": "node_modules/.bin/babel src --out-dir lib",
"watch": "node_modules/.bin/babel src --watch --out-dir lib"
},

@@ -73,0 +78,0 @@ "ava": {

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