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

draft-js-export-html

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

draft-js-export-html - npm Package Compare versions

Comparing version 0.5.0 to 0.5.1

.gitattributes

16

package.json
{
"name": "draft-js-export-html",
"version": "0.5.0",
"version": "0.5.1",
"description": "DraftJS: Export ContentState to HTML",
"main": "lib/main.js",
"scripts": {
"build": "babel src --ignore '_*' --out-dir lib",
"build": "babel src --ignore \"_*\" --out-dir lib",
"lint": "eslint --max-warnings 0 .",

@@ -12,3 +12,3 @@ "typecheck": "flow",

"test": "npm run lint && npm run typecheck && npm run test-src",
"test-src": "mocha src/__tests__/*.js src/**/__tests__/*.js",
"test-src": "mocha \"src/**/__tests__/*.js\"",
"watch": "npm run build -- --watch"

@@ -26,3 +26,3 @@ },

"babel-core": "^6.9.1",
"babel-eslint": "^6.0.4",
"babel-eslint": "^7.0.0",
"babel-plugin-transform-class-properties": "^6.9.1",

@@ -32,9 +32,9 @@ "babel-preset-es2015": "^6.9.0",

"babel-preset-stage-2": "^6.5.0",
"eslint": "^2.12.0",
"eslint": "^3.7.1",
"eslint-plugin-babel": "^3.2.0",
"eslint-plugin-flow-vars": "^0.4.0",
"eslint-plugin-react": "^5.1.1",
"eslint-plugin-flow-vars": "^0.5.0",
"eslint-plugin-react": "^6.3.0",
"expect": "^1.20.1",
"flow-bin": "^0.32.0",
"mocha": "^2.5.3",
"mocha": "^3.1.0",
"react": "^15.1.0",

@@ -41,0 +41,0 @@ "react-dom": "^15.1.0"

Sorry, the diff of this file is not supported yet

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