react-shadow
Advanced tools
Comparing version 0.4.0 to 1.0.0-beta
@@ -10,4 +10,4 @@ (function($process) { | ||
app.use(express.static(__dirname + '/..')); | ||
server.listen($process.env.PORT || 3507); | ||
server.listen($process.env.PORT || 5000); | ||
})(process); |
{ | ||
"name": "react-shadow", | ||
"version": "0.4.0", | ||
"version": "1.0.0-beta", | ||
"description": "Use Shadow DOM with React.js and CSS imports; write your component styles in CSS!", | ||
"main": "dist/react-shadow.min.js", | ||
"main": "dist/react-shadow.js", | ||
"scripts": { | ||
"test": "gulp test" | ||
"start": "node example/server/default.js", | ||
"build": "webpack -p && npm run example", | ||
"example": "webpack --config webpack.dev-config.js", | ||
"test": "xo src/*" | ||
}, | ||
@@ -14,17 +17,8 @@ "repository": { | ||
"keywords": [ | ||
"react.js", | ||
"react.js shadow dom", | ||
"react.js template", | ||
"react.js html5", | ||
"react", | ||
"react shadow dom", | ||
"react shadow boundary", | ||
"react template", | ||
"react html5", | ||
"shadow dom", | ||
"html5 shadow", | ||
"shadow html5", | ||
"dom", | ||
"html5", | ||
"shadow", | ||
"template" | ||
"react webcomponents", | ||
"react web components", | ||
"react encapsulation" | ||
], | ||
@@ -38,14 +32,59 @@ "author": "Adam Timberlake <adam.timberlake@gmail.com>", | ||
"devDependencies": { | ||
"bower": "^1.3.12", | ||
"axios": "^0.14.0", | ||
"babel-core": "^6.14.0", | ||
"babel-loader": "^6.2.5", | ||
"babel-preset-es2015": "^6.14.0", | ||
"babel-preset-react": "^6.11.1", | ||
"babel-preset-stage-0": "^6.5.0", | ||
"document-ready-promise": "^3.0.1", | ||
"eslint-config-xo-react": "^0.9.0", | ||
"eslint-plugin-react": "^6.2.0", | ||
"eslint-plugin-xo": "^0.5.1", | ||
"express": "^4.11.2", | ||
"gulp": "^3.8.11", | ||
"gulp-jshint": "^1.9.2", | ||
"gulp-karma": "0.0.4", | ||
"gulp-rename": "^1.2.0", | ||
"gulp-uglify": "^1.1.0", | ||
"jasmine-core": "^2.2.0", | ||
"karma": "^0.12.31", | ||
"karma-chrome-launcher": "^0.1.7", | ||
"karma-jasmine": "^0.3.5" | ||
"jsdom": "^9.5.0", | ||
"ramda": "^0.22.1", | ||
"react": "^15.3.1", | ||
"react-dom": "^15.3.1", | ||
"sinon": "^1.17.5", | ||
"webpack": "^2.1.0-beta.22", | ||
"xo": "^0.16.0" | ||
}, | ||
"xo": { | ||
"space": 4, | ||
"esnext": true, | ||
"globals": [ | ||
"window", | ||
"document" | ||
], | ||
"extends": "xo-react", | ||
"rules": { | ||
"padded-blocks": "off", | ||
"max-lines": [ | ||
2, | ||
500 | ||
], | ||
"babel/object-curly-spacing": [ | ||
2, | ||
"always" | ||
], | ||
"babel/array-bracket-spacing": "off", | ||
"no-unused-vars": [ | ||
1 | ||
], | ||
"max-nested-callbacks": [ | ||
1, | ||
5 | ||
], | ||
"default-case": "off", | ||
"no-unused-expressions": "off", | ||
"no-case-declarations": "off", | ||
"import/no-named-as-default": "off", | ||
"react/jsx-indent": "off", | ||
"react/jsx-space-before-closing": "off", | ||
"react/no-danger": "off", | ||
"react/jsx-no-bind": "off", | ||
"react/jsx-filename-extension": [1, { "extensions": [".js", ".jsx"] }] | ||
} | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
182205
840
1
19
19
3