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

draftmirror

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

draftmirror - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

9

package.json
{
"name": "draftmirror",
"version": "0.2.0",
"version": "0.2.1",
"description": "React component for ProseMirror providing a Draft.js like API",

@@ -29,2 +29,4 @@ "main": "./lib/index.js",

"dependencies": {
"babel-preset-es2015": "^6.9.0",
"babelify": "^7.3.0",
"immutable": "^3.8.1",

@@ -47,3 +49,8 @@ "prosemirror": "^0.8.1",

"eslint-plugin-react": "^4.2.1"
},
"browser": {
"transform": [
["babelify", {"presets": ["es2015", "react"]}]
]
}
}
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