🚀 Socket Launch Week 🚀 Day 4: Introducing Historical Analytics.Learn More

react-shadow

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-shadow - npm Package Compare versions

Comparing version

to
1.0.4

{
"name": "react-shadow",
"version": "1.0.3",
"version": "1.0.4",
"description": "Utilise Shadow DOM in React with all the benefits of style encapsulation.",

@@ -8,3 +8,3 @@ "main": "dist/react-shadow.js",

"start": "node example/server/default.js",
"build": "webpack -p && npm run example",
"build": "webpack && npm run example",
"example": "webpack --config webpack.dev-config.js",

@@ -54,5 +54,3 @@ "test": "npm run spec && npm run lint",

"ramda": "^0.22.1",
"react": "^15.3.1",
"react-addons-test-utils": "^15.3.1",
"react-dom": "^15.3.1",
"sinon": "^1.17.5",

@@ -115,3 +113,7 @@ "webpack": "^2.1.0-beta.22",

}
},
"dependencies": {
"react": "^15.3.1",
"react-dom": "^15.3.1"
}
}

@@ -10,2 +10,10 @@ module.exports = {

},
externals: {
'react': {
commonjs2: 'react',
},
'react-dom':{
commonjs2: 'react-dom',
}
},
module: {

@@ -12,0 +20,0 @@ loaders: [

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