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

react-diff

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-diff - npm Package Compare versions

Comparing version 0.0.2 to 0.0.4

21

package.json
{
"name": "react-diff",
"version": "0.0.2",
"version": "0.0.4",
"description": "Highlight differences between inputs",
"main": "lib/react-diff.js",
"main": "dist/react-diff.js",
"scripts": {
"test": "script/test --browsers Firefox --single-run",
"start": "script/build"
"build": "./node_modules/.bin/babel lib/react-diff.js > dist/react-diff.js"
},
"browserify": {
"transform": [
"reactify"
]
},
"repository": {

@@ -21,3 +15,2 @@ "type": "git",

"react",
"react-component",
"diff"

@@ -32,3 +25,3 @@ ],

"peerDependencies": {
"react": "^0.12.1"
"react": "^0.12.0 < 0.14.0"
},

@@ -39,8 +32,4 @@ "dependencies": {

"devDependencies": {
"jsx-loader": "^0.12.2",
"reactify": "^0.17.1",
"uglify-js": "^2.4.15",
"webpack": "^1.4.13",
"webpack-dev-server": "^1.6.6"
"babel": "^5.1.10"
}
}

@@ -13,3 +13,3 @@ # react-diff

http://cezary.github.io/react-diff/example/
http://cezary.github.io/react-diff/

@@ -25,3 +25,3 @@ ## Example

return (
<Diff inputA="gogol" inputB="google" type="words" />
<Diff inputA="gogol" inputB="google" type="chars" />
);

@@ -28,0 +28,0 @@ }

Sorry, the diff of this file is too big to display

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