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

new-i18n

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

new-i18n - npm Package Compare versions

Comparing version 2.0.0 to 3.0.0-0

lib/index.d.ts

2

CHANGELOG.md

@@ -12,5 +12,5 @@ # Changelog

- If there's no value, it will return `null` instead of the keyword
- If there's no return value, it will return `null` instead of the keyword
- `.update` now accepts a deeply nested object (`{ some: { key: 'value' } }`) instead of an object with period delimited keys (`{ 'some.key': 'value' }`)
[2.0.0]: https://github.com/YouTwitFace/new-i18n/tree/v2.0.0
{
"name": "new-i18n",
"version": "2.0.0",
"version": "3.0.0-0",
"description": "new-i18n is a simple and easy to use internationalization library.",
"main": "index.js",
"main": "lib/index.js",
"author": "YouTwitFace <contact@lungers.com>",
"scripts": {
"test": "mocha",
"lint": "eslint ."
"test": "mocha -r ts-node/register test/**/*.ts",
"lint": "eslint src/",
"prepare": "rm -rf lib/ && tsc",
"preversion": "npm run test"
},
"repository": {
"type": "git",
"url": "https://github.com/YouTwitFaceTG/new-i18n"
"url": "https://github.com/YouTwitFace/new-i18n"
},
"license": "ISC",
"license": "MIT",
"devDependencies": {
"eslint": "^6.8.0",
"mocha": "^7.1.1"
"@types/mocha": "^7.0.2",
"@types/node": "^14.0.1",
"@typescript-eslint/eslint-plugin": "^2.33.0",
"@typescript-eslint/parser": "^2.33.0",
"eslint": "^7.0.0",
"mocha": "^7.1.2",
"ts-node": "^8.10.1",
"typescript": "^3.9.2"
}
}
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