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

translated-react

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

translated-react - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

7

package.json
{
"name": "translated-react",
"version": "0.0.1",
"version": "0.0.2",
"main": "dist",

@@ -14,4 +14,4 @@ "module": "dist-es6",

"prop-types": "^15.6.0",
"react": "^16.2.0",
"react-dom": "^16.2.0"
"react": ">= 15.5.1 < 17.0.0",
"react-dom": ">= 15.5.1 < 17.0.0"
},

@@ -32,2 +32,3 @@ "devDependencies": {

"babel-preset-stage-3": "^6.24.1",
"catalog": "^3.2.3",
"cross-env": "^5.1.3",

@@ -34,0 +35,0 @@ "enzyme": "^3.2.0",

@@ -1,2 +0,2 @@

[![Build Status](https://travis-ci.org/miguelcalderon/translated-react.svg?branch=master)](https://travis-ci.org/miguelcalderon/translated-react) [![codecov](https://codecov.io/gh/miguelcalderon/translated-react/branch/master/graph/badge.svg)](https://codecov.io/gh/miguelcalderon/translated-react)
[![npm version](https://badge.fury.io/js/translated-react.svg)](https://badge.fury.io/js/translated-react) [![Build Status](https://travis-ci.org/miguelcalderon/translated-react.svg?branch=master)](https://travis-ci.org/miguelcalderon/translated-react) [![codecov](https://codecov.io/gh/miguelcalderon/translated-react/branch/master/graph/badge.svg)](https://codecov.io/gh/miguelcalderon/translated-react)

@@ -3,0 +3,0 @@

@@ -16,7 +16,16 @@ var path = require('path')

include: path.resolve(__dirname, 'src'),
exclude: /(node_modules|bower_components|build)/,
exclude: /(node_modules|bower_components|dist)/,
use: {
loader: 'babel-loader',
options: {
presets: ['env', 'react', 'stage-3']
presets: ['env', 'react', 'stage-3'],
plugins: ['transform-es2015-destructuring', [
'transform-react-remove-prop-types',
{
mode: 'wrap'
}
],
'add-module-exports',
'transform-class-properties'
]
}

@@ -23,0 +32,0 @@ }

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