New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-localize-redux

Package Overview
Dependencies
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-localize-redux - npm Package Compare versions

Comparing version 2.7.0 to 2.8.0

es/index.d.ts

7

package.json
{
"name": "react-localize-redux",
"version": "2.7.0",
"version": "2.8.0",
"description": "Localization library for React/Redux",

@@ -8,2 +8,3 @@ "main": "./lib/index.js",

"jsnext:main": "./es/index.js",
"typings": "lib/index.d.ts",
"files": [

@@ -16,3 +17,3 @@ "*.md",

"scripts": {
"build": "npm run build:commonjs && npm run build:es && npm run build:flow && npm run build:umd && npm run build:umd:min",
"build": "npm run build:commonjs && npm run build:es && npm run build:flow && npm run build:umd && npm run build:umd:min && npm run copy:ts",
"build:commonjs": "rimraf lib && cross-env BABEL_ENV=commonjs babel ./src -d lib",

@@ -23,2 +24,3 @@ "build:es": "rimraf es && cross-env BABEL_ENV=es babel ./src -d es",

"build:flow": "flow-copy-source ./src lib && flow-copy-source ./src es",
"copy:ts": "ncp ./src/index.d.ts ./lib/index.d.ts && ncp ./src/index.d.ts ./es/index.d.ts",
"coverage": "jest --coverage",

@@ -85,2 +87,3 @@ "prepublish": "npm run build",

"json-loader": "^0.5.4",
"ncp": "^2.0.0",
"progress-bar-webpack-plugin": "^1.9.1",

@@ -87,0 +90,0 @@ "react": "^15.6.1",

Sorry, the diff of this file is not supported yet

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