Socket
Socket
Sign inDemoInstall

react-resizable-box

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-resizable-box - npm Package Compare versions

Comparing version 2.0.0-rc.2 to 2.0.0-rc.3

index.d.ts

14

package.json
{
"name": "react-resizable-box",
"version": "2.0.0-rc.2",
"version": "2.0.0-rc.3",
"description": "",

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

"watch": "watchify --extension=js -o docs/dist/bundle.js docs/src/index.js",
"compile": "babel -d lib/ src/",
"compile": "babel -d lib/ src/ --copy-files",
"test": "npm run flow && npm run lint && karma start",

@@ -15,3 +15,3 @@ "prepush": "npm run lint && npm t",

"flow": "flow",
"prepublish": "npm run compile && npm run flow:gen"
"prepublish": "npm run compile"
},

@@ -38,3 +38,3 @@ "repository": {

"babel-core": "^6.24.1",
"babel-eslint": "7.2.1",
"babel-eslint": "7.2.2",
"babel-plugin-espower": "2.3.2",

@@ -58,3 +58,3 @@ "babel-plugin-transform-flow-strip-types": "^6.22.0",

"estraverse-fb": "1.3.1",
"flow-bin": "^0.43.1",
"flow-bin": "^0.44.0",
"flow-runtime": "^0.10.0",

@@ -83,4 +83,6 @@ "husky": "^0.13.3",

},
"typings": "./index.d.ts",
"files": [
"lib"
"lib",
"index.d.ts"
],

@@ -87,0 +89,0 @@ "dependencies": {

@@ -9,2 +9,3 @@ # react-resizable-box

[![License](https://img.shields.io/npm/l/react-resizable-box.svg?style=flat-square)](https://github.com/bokuweb/react-resizable-box#license)
[![Greenkeeper badge](https://badges.greenkeeper.io/bokuweb/react-resizable-box.svg)](https://greenkeeper.io/)

@@ -218,2 +219,6 @@ ## Table of Contents

#### v2.0.0-rc.3
- Update index.js.flow
#### v2.0.0-rc.2

@@ -234,3 +239,3 @@

- FIx cursor
- Fix cursor

@@ -237,0 +242,0 @@ #### v1.8.3

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