rsuite-affix
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "rsuite-affix", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Make an element sticky to viewport Edit", | ||
@@ -26,3 +26,3 @@ "directories": { | ||
"dev": "NODE_ENV=development webpack-dev-server --inline --progress --colors --port 3100 --host 0.0.0.0 ", | ||
"docs": "rm -rf assets && npm run build-css && NODE_ENV=production webpack --progress -colors", | ||
"docs": "rm -rf assets && NODE_ENV=production webpack ", | ||
"build": "rm -rf lib && babel src --out-dir lib", | ||
@@ -63,4 +63,4 @@ "tdd": "karma start", | ||
"babel-eslint": "^6.1.2", | ||
"babel-jest": "^20.0.3", | ||
"babel-loader": "^6.2.4", | ||
"babel-jest": "^20.0.3", | ||
"babel-preset-es2015": "^6.6.0", | ||
@@ -71,4 +71,5 @@ "babel-preset-react": "^6.3.13", | ||
"babel-standalone": "^6.7.7", | ||
"codecov": "^2.2.0", | ||
"compression-webpack-plugin": "^1.0.1", | ||
"css-loader": "^0.23.1", | ||
"codecov": "^2.2.0", | ||
"dom-lib": "^0.2.6", | ||
@@ -84,9 +85,9 @@ "enzyme": "^2.7.1", | ||
"extract-text-webpack-plugin": "^2.0.0", | ||
"compression-webpack-plugin": "^1.0.1", | ||
"file-loader": "^0.11.1", | ||
"gh-pages": "^1.0.0", | ||
"highlight.js": "^9.5.0", | ||
"html-loader": "^0.4.3", | ||
"html-webpack-plugin": "^2.22.0", | ||
"jest": "^20.0.4", | ||
"json-loader": "^0.5.4", | ||
"jest": "^20.0.4", | ||
"file-loader": "^0.11.1", | ||
"less": "^2.7.1", | ||
@@ -99,4 +100,4 @@ "less-loader": "^2.2.3", | ||
"react": "^15.4.2", | ||
"react-addons-test-utils": "^15.4.2", | ||
"react-dom": "^15.4.2", | ||
"react-addons-test-utils": "^15.4.2", | ||
"react-hot-loader": "^1.3.0", | ||
@@ -103,0 +104,0 @@ "rsuite": "^2.0.0-beta.1", |
@@ -5,2 +5,3 @@ const path = require('path'); | ||
const ExtractTextPlugin = require('extract-text-webpack-plugin'); | ||
const CompressionPlugin = require('compression-webpack-plugin'); | ||
const markdownLoader = require('markdownloader').renderer; | ||
@@ -7,0 +8,0 @@ |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
22123
23
403
0
45