Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

draft-extend

Package Overview
Dependencies
Maintainers
2
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

draft-extend - npm Package Compare versions

Comparing version 1.0.2 to 1.1.0

dist/draft-extend.css

21

package.json
{
"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"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc