Comparing version 0.0.4 to 0.1.0
{ | ||
"name": "rebass", | ||
"version": "0.0.4", | ||
"description": "React UI components for Basscss", | ||
"version": "0.1.0", | ||
"description": "Stateless React UI components built with Basscss", | ||
"author": "Brent Jackson", | ||
"license": "MIT", | ||
"scripts": { | ||
"babel": "babel src --out-dir dist", | ||
"babel:watch": "babel src -w --out-dir dist", | ||
"docs": "webpack -p --progress --colors", | ||
"docs:dev": "webpack-dev-server --progress --colors", | ||
"start": "npm run babel:watch & npm run docs:dev" | ||
}, | ||
"dependencies": { | ||
"basscss": "^7.0.0", | ||
"basscss-color-input-range": "^1.0.0", | ||
"basscss-color-progress": "^1.0.0", | ||
"basscss-input-range": "^1.1.5", | ||
"basscss-progress": "^1.0.5", | ||
"classnames": "^1.1.4", | ||
"colorbass": "^1.0.0", | ||
"react-geomicons": "^2.0.0", | ||
"react-hsl-sliders": "^1.0.4" | ||
"colorbass": "^1.0.0" | ||
}, | ||
"devDependencies": { | ||
"basscss-defaults": "^1.0.0", | ||
"basscss-progress": "^1.0.0", | ||
"basswork": "^1.2.1", | ||
"browserify": "^8.0.3", | ||
"highlight.js": "^8.4.0", | ||
"http-server": "^0.7.4", | ||
"babel": "^5.5.6", | ||
"babel-core": "^5.5.6", | ||
"babel-loader": "^5.1.4", | ||
"basscss-logo": "^1.0.0", | ||
"basscss.github.io": "github:basscss/basscss.github.io", | ||
"css-loader": "^0.15.1", | ||
"cssnext": "^1.8.0", | ||
"cssnext-loader": "^1.0.1", | ||
"highlight.js": "^8.6.0", | ||
"jsx-loader": "^0.12.2", | ||
"node-jsx": "^0.12.4", | ||
"parallelshell": "^1.0.4", | ||
"react": "^0.12.2", | ||
"react-bootstrap": "^0.15.1", | ||
"react-html": "0.0.4", | ||
"react-router": "^0.12.4", | ||
"react-tools": "^0.12.2", | ||
"reactify": "^1.0.0", | ||
"rebass-example": "^1.1.1", | ||
"uglify-js": "^2.4.16", | ||
"watch": "^0.14.0" | ||
"lodash": "^3.10.0", | ||
"node-libs-browser": "^0.5.2", | ||
"react": "^0.13.3", | ||
"react-to-jsx": "^1.3.2", | ||
"static-site-generator-webpack-plugin": "^1.0.0", | ||
"webpack": "^1.9.10", | ||
"webpack-dev-server": "^1.9.0" | ||
}, | ||
"keywords": [ | ||
"React", | ||
"Components", | ||
"basscss", | ||
"components", | ||
"react", | ||
"react-component", | ||
"UI", | ||
"Basscss" | ||
"ui" | ||
], | ||
"scripts": { | ||
"uglify": "uglifyjs ./docs/js/app.js -o docs/js/app.min.js", | ||
"js": "browserify docs/src/app.js -o docs/js/app.js", | ||
"watch:js": "watch 'npm run js && npm run uglify' ./docs/src", | ||
"html": "node docs/src/build", | ||
"watch:html": "watch 'npm run html' ./docs/src", | ||
"jsx": "jsx -x jsx src dist", | ||
"watch:jsx": "jsx -x jsx -w src dist", | ||
"docs:css": "basswork docs/src/index.css docs/css/docs.css", | ||
"watch:docs:css": "watch 'npm run docs:css' ./docs/src", | ||
"serve": "http-server -p 8000", | ||
"deploy": "export NODE_ENV=development && npm run jsx && npm run html && npm run js && npm run uglify && npm run docs:css", | ||
"start": "export NODE_ENV=development && parallelshell 'npm run watch:jsx' 'npm run watch:js' 'npm run watch:html' 'npm run watch:docs:css'" | ||
}, | ||
"browserify": { | ||
"transform": [ | ||
"reactify" | ||
] | ||
}, | ||
"main": "index.js", | ||
"main": "dist/index.js", | ||
"repository": { | ||
@@ -61,0 +51,0 @@ "type": "git", |
# Rebass | ||
React UI components for Basscss (WIP) | ||
React UI components for Basscss | ||
http://jxnbk.com/rebass | ||
http://jxnblk.com/rebass | ||
@@ -34,3 +34,3 @@ ## Getting Started | ||
http://jxnblk.com/rebass/docs/components | ||
http://jxnblk.com/rebass | ||
@@ -37,0 +37,0 @@ --- |
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
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
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
17
99
1
0
968974
7
6297
+ Addedbasscss@^7.0.0
+ Addedbasscss-input-range@^1.1.5
+ Addedbasscss-progress@^1.0.5
+ Addedbasscss@7.1.1(transitive)
+ Addedbasscss-align@1.0.2(transitive)
+ Addedbasscss-background-colors@1.1.3(transitive)
+ Addedbasscss-base-forms@2.0.2(transitive)
+ Addedbasscss-base-reset@2.0.3(transitive)
+ Addedbasscss-base-tables@1.0.2(transitive)
+ Addedbasscss-base-typography@2.0.3(transitive)
+ Addedbasscss-border@3.0.4(transitive)
+ Addedbasscss-border-colors@1.1.3(transitive)
+ Addedbasscss-borders@2.0.5(transitive)
+ Addedbasscss-btn@1.1.1(transitive)
+ Addedbasscss-btn-outline@1.1.0(transitive)
+ Addedbasscss-btn-primary@1.1.0(transitive)
+ Addedbasscss-color-base@2.0.2(transitive)
+ Addedbasscss-color-forms@3.0.2(transitive)
+ Addedbasscss-color-input-range@1.0.2(transitive)
+ Addedbasscss-color-progress@1.0.2(transitive)
+ Addedbasscss-color-tables@1.0.4(transitive)
+ Addedbasscss-colors@2.2.0(transitive)
+ Addedbasscss-defaults@2.1.3(transitive)
+ Addedbasscss-grid@1.0.6(transitive)
+ Addedbasscss-input-range@1.1.5(transitive)
+ Addedbasscss-layout@3.1.0(transitive)
+ Addedbasscss-margin@1.0.9(transitive)
+ Addedbasscss-padding@1.1.3(transitive)
+ Addedbasscss-position@2.0.3(transitive)
+ Addedbasscss-positions@1.0.5(transitive)
+ Addedbasscss-progress@1.0.5(transitive)
+ Addedbasscss-responsive-states@1.0.6(transitive)
+ Addedbasscss-type-scale@1.0.6(transitive)
+ Addedbasscss-typography@3.0.4(transitive)
+ Addedcolors.css@2.3.03.0.0(transitive)
+ Addedflex-object@2.0.5(transitive)
- Removedreact-geomicons@^2.0.0
- Removedreact-hsl-sliders@^1.0.4
- Removedacorn@5.7.4(transitive)
- Removedamdefine@1.0.1(transitive)
- Removedasap@2.0.6(transitive)
- Removedast-types@0.9.6(transitive)
- Removedbalanced-match@1.0.2(transitive)
- Removedbase62@1.2.8(transitive)
- Removedbrace-expansion@1.1.11(transitive)
- Removedcolor@0.7.3(transitive)
- Removedcolor-convert@0.5.3(transitive)
- Removedcolor-name@1.0.1(transitive)
- Removedcolor-string@0.2.4(transitive)
- Removedcommander@2.20.3(transitive)
- Removedcommoner@0.10.8(transitive)
- Removedconcat-map@0.0.1(transitive)
- Removedcore-js@1.2.7(transitive)
- Removedcreate-react-class@15.7.0(transitive)
- Removeddefined@1.0.1(transitive)
- Removeddetective@4.7.1(transitive)
- Removedencoding@0.1.13(transitive)
- Removedenvify@3.4.1(transitive)
- Removedesprima@3.1.3(transitive)
- Removedesprima-fb@15001.1.0-dev-harmony-fb(transitive)
- Removedfbjs@0.8.18(transitive)
- Removedgeomicons-open@3.0.0-beta.2(transitive)
- Removedglob@5.0.15(transitive)
- Removedgraceful-fs@4.2.11(transitive)
- Removediconv-lite@0.4.240.6.3(transitive)
- Removedinflight@1.0.6(transitive)
- Removedinherits@2.0.4(transitive)
- Removedis-stream@1.1.0(transitive)
- Removedisomorphic-fetch@2.2.1(transitive)
- Removedjs-tokens@4.0.0(transitive)
- Removedjstransform@11.0.3(transitive)
- Removedloose-envify@1.4.0(transitive)
- Removedminimatch@3.1.2(transitive)
- Removedminimist@1.2.8(transitive)
- Removedmkdirp@0.5.6(transitive)
- Removednode-fetch@1.7.3(transitive)
- Removedobject-assign@2.1.14.1.1(transitive)
- Removedonce@1.4.0(transitive)
- Removedpath-is-absolute@1.0.1(transitive)
- Removedprivate@0.1.8(transitive)
- Removedpromise@7.3.1(transitive)
- Removedprop-types@15.8.1(transitive)
- Removedq@1.5.1(transitive)
- Removedreact@0.12.215.7.0(transitive)
- Removedreact-geomicons@2.1.0(transitive)
- Removedreact-hsl-sliders@1.0.6(transitive)
- Removedreact-is@16.13.1(transitive)
- Removedrecast@0.11.23(transitive)
- Removedsafer-buffer@2.1.2(transitive)
- Removedsetimmediate@1.0.5(transitive)
- Removedsource-map@0.4.40.5.7(transitive)
- Removedthrough@2.3.8(transitive)
- Removedua-parser-js@0.7.40(transitive)
- Removedwhatwg-fetch@3.6.20(transitive)
- Removedwrappy@1.0.2(transitive)