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

react-localize

Package Overview
Dependencies
Maintainers
2
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-localize - npm Package Compare versions

Comparing version 3.0.0 to 4.0.0-alpha.1

dist/react-localize.js

8

CHANGELOG.md

@@ -9,3 +9,11 @@ # Change Log

_(add items here to be added to future release)_
### Added
- Support for older react versions via `create-react-context`
### Changed
- Basically everything. Aligned with `react-access` from a deps/structure/tooling standpoint
- The entire API is updated, while conceptually the same its now more
in line with the latest React Context functionality
## 3.0.0, 3.0.0-beta 2017-04-26

@@ -12,0 +20,0 @@ ### Added

64

package.json
{
"name": "react-localize",
"version": "3.0.0",
"version": "4.0.0-alpha.1",
"description": "A simple context wrapper and text localization component for localizing strings",
"main": "build/index.js",
"main": "dist/index.js",
"files": [
"build"
"dist"
],
"scripts": {
"build": "gulp build",
"githooks": "gulp githooks",
"precommit": "npm run test",
"prepublish": "in-publish && npm t && npm run build || not-in-publish",
"test": "gulp test",
"lint": "eslint src/*.jsx"
"dev": "webpack --mode development --module-bind js=babel-loader ./src/index.js --output dist/react-localize.js",
"build": "webpack --mode production --module-bind js=babel-loader ./src/index.js --output dist/react-localize.js",
"prepublish": "in-publish && yarn run test && yarn run build || not-in-publish",
"test": "jest"
},

@@ -32,32 +30,30 @@ "repository": {

"dependencies": {
"in-publish": "2.0.0",
"lodash.get": "4.4.2",
"util": "0.10.3"
"create-react-context": "^0.2.1",
"format-util": "1.0.3"
},
"peerDependencies": {
"prop-types": ">=15",
"react": "^0.14.9 || >=15"
"prop-types": "15.x",
"react": "^0.14.9"
},
"devDependencies": {
"babel-preset-latest": "6.24.1",
"babel-plugin-add-module-exports": "0.2.1",
"babel-plugin-transform-react-jsx": "6.23.0",
"babel-preset-stage-2": "6.24.1",
"babel-register": "6.24.1",
"chai": "3.5.0",
"eslint": "3.19.0",
"eslint-config-airbnb": "14.1.0",
"eslint-plugin-import": "2.2.0",
"eslint-plugin-jsx-a11y": "4.0.0",
"eslint-plugin-react": "6.10.3",
"gulp": "git://github.com/gulpjs/gulp.git#4ed9a4a3275559c73a396eff7e1fde3824951ebb",
"gulp-babel": "6.1.2",
"gulp-mocha": "4.3.0",
"gulp-symlink": "2.1.4",
"gulp-util": "3.0.8",
"mocha": "3.3.0",
"prop-types": ">=15",
"react": "^0.14.9 || >=15",
"react-dom": "^0.14.9 || >=15"
"babel-core": "^6.26.3",
"babel-loader": "7.1.1",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"in-publish": "2.0.0",
"jest": "^22.4.3",
"prop-types": "15.5",
"react": "^16.3.0",
"react-dom": "^16.3.0",
"react-testing-library": "^3.1.0",
"uglifyjs-webpack-plugin": "^1.2.5",
"webpack": "4",
"webpack-bundle-analyzer": "^2.12.0",
"webpack-cli": "^2.1.3"
},
"jest": {
"coverageDirectory": "./coverage/",
"collectCoverage": true
}
}
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