Socket
Socket
Sign inDemoInstall

lingui-react

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lingui-react - npm Package Compare versions

Comparing version 0.5.0 to 0.5.1

45

package.json
{
"name": "lingui-react",
"version": "0.5.0",
"version": "0.5.1",
"description": "React components for translations",

@@ -31,43 +31,12 @@ "main": "lib/index.js",

},
"engines": {
"node": ">=4.0"
},
"dependencies": {
"lingui-formats": "^0.1.0",
"lingui-i18n": "^0.4.0"
"lingui-formats": "^0.1.1",
"lingui-i18n": "^0.4.1"
},
"devDependencies": {
"babel-cli": "^6.23.0",
"babel-plugin-transform-class-properties": "^6.23.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-polyfill": "^6.23.0",
"babel-preset-env": "^1.1.8",
"babel-preset-react": "^6.23.0",
"rimraf": "^2.5.4"
},
"scripts": {
"clean": "rimraf lib/",
"build": "babel src/ --out-dir lib/ --ignore *.test.js",
"copy-flow": "find src/ -type f -name '*.js' ! -name '*.test.js' -exec sh -c 'cp -f $0 ${0%.js}.js.flow' {} \\; && mv src/*.js.flow lib/",
"prepublish": "npm run clean && npm run build && npm run copy-flow"
},
"engines": {
"node": ">=4"
},
"babel": {
"presets": [
[
"env",
{
"targets": {
"node": 4
},
"useBuiltIns": true
}
],
"react"
],
"plugins": [
"transform-class-properties",
"transform-object-rest-spread"
],
"comments": false
"prepublish": "../../scripts/prepublish.sh"
}
}
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