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

draft-js-checkable-list-item

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

draft-js-checkable-list-item - npm Package Compare versions

Comparing version 3.0.3 to 3.0.4

2

es/index.js
export { default as blockRenderMap, blockRenderMapForSameWrapperAsUnorderedListItem, WRAPPER } from './blockRenderMap';
export { default as CheckableListItem, CheckableListItemBlock } from './CheckableListItem';
export { default as CheckableListItem } from './CheckableListItem';
export { default as CheckableListItemUtils } from './CheckableListItemUtils';
export * from './constants';

@@ -11,3 +11,2 @@ "use strict";

CheckableListItem: true,
CheckableListItemBlock: true,
CheckableListItemUtils: true

@@ -39,8 +38,2 @@ };

});
Object.defineProperty(exports, "CheckableListItemBlock", {
enumerable: true,
get: function get() {
return _CheckableListItem.CheckableListItemBlock;
}
});
Object.defineProperty(exports, "CheckableListItemUtils", {

@@ -55,3 +48,3 @@ enumerable: true,

var _CheckableListItem = _interopRequireWildcard(require("./CheckableListItem"));
var _CheckableListItem = _interopRequireDefault(require("./CheckableListItem"));

@@ -58,0 +51,0 @@ var _CheckableListItemUtils = _interopRequireDefault(require("./CheckableListItemUtils"));

{
"name": "draft-js-checkable-list-item",
"version": "3.0.3",
"version": "3.0.4",
"description": "Checkable list item for Draft.js",

@@ -38,4 +38,3 @@ "main": "lib/index.js",

"build": "NODE_ENV=production webpack",
"deploy": "/bin/bash scripts/deploy.sh",
"prepublishOnly": "npm run check && npm run jest && npm run compile"
"deploy": "/bin/bash scripts/deploy.sh"
},

@@ -42,0 +41,0 @@ "repository": {

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