draft-extend
Advanced tools
Comparing version 1.0.2 to 1.1.0
{ | ||
"name": "draft-extend", | ||
"version": "1.0.2", | ||
"version": "1.1.0", | ||
"description": "Build extensible Draft.js editors with configurable plugins and integrated serialization.", | ||
"main": "index.js", | ||
"main": "lib/index.js", | ||
"repository": "HubSpot/draft-extend", | ||
"scripts": { | ||
"build": "./bin/build", | ||
"test": "./bin/test", | ||
"build": "npm run clean && npm run build:commonjs && npm run build:umd && npm run build:umd:min && npm run build:css", | ||
"build:commonjs": "BABEL_ENV=commonjs babel src --out-dir lib", | ||
"build:umd": "webpack --config webpack.config.development.js ./src/index.js ./dist/draft-extend.js", | ||
"build:umd:min": "webpack --config webpack.config.production.js ./src/index.js ./dist/draft-extend.min.js", | ||
"build:css": "cp ./src/style/*.css ./dist/", | ||
"clean": "rm -rf ./dist && rm -rf ./lib", | ||
"prepublish": "npm run build" | ||
}, | ||
"files": [ | ||
"dist", | ||
"lib" | ||
], | ||
"keywords": [ | ||
@@ -27,2 +35,3 @@ "draft", | ||
"devDependencies": { | ||
"babel-cli": "^6.10.1", | ||
"babel-core": "^6.7.7", | ||
@@ -34,6 +43,6 @@ "babel-loader": "^6.2.4", | ||
"babel-standalone": "^6.7.7", | ||
"draft-convert": "^1.1.0", | ||
"es6-shim": "^0.35.0", | ||
"webpack": "^1.13.0", | ||
"draft-convert": "^1.0.0" | ||
"webpack": "^1.13.0" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
92502
1488
10
14
2
1