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

react-rnd

Package Overview
Dependencies
Maintainers
1
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-rnd - npm Package Compare versions

Comparing version 8.0.2 to 9.0.0

lib/index.test.js

2

lib/index.d.ts

@@ -113,3 +113,3 @@ import * as React from "react";

};
export default class Rnd extends React.Component<Props, State> {
export declare class Rnd extends React.Component<Props, State> {
static defaultProps: {

@@ -116,0 +116,0 @@ maxWidth: number;

'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }

@@ -381,2 +383,2 @@

module.exports = Rnd;
exports.Rnd = Rnd;

@@ -377,2 +377,2 @@ import { createElement, Component } from 'react';

export default Rnd;
export { Rnd };
{
"name": "react-rnd",
"version": "8.0.2",
"version": "9.0.0",
"description": "",

@@ -46,3 +46,3 @@ "title": "react-rnd",

"@storybook/react": "3.4.8",
"@types/enzyme": "3.1.11",
"@types/enzyme": "3.1.12",
"@types/enzyme-adapter-react-16": "1.0.2",

@@ -53,3 +53,3 @@ "@types/react": "16.4.1",

"@types/storybook__addon-actions": "3.0.3",
"@types/storybook__react": "3.0.7",
"@types/storybook__react": "3.0.8",
"avaron": "0.2.0",

@@ -62,3 +62,3 @@ "cpy-cli": "2.0.0",

"npm-run-all": "4.1.3",
"prettier": "1.13.6",
"prettier": "1.13.7",
"react": "16.4.1",

@@ -75,4 +75,4 @@ "react-dom": "16.4.1",

"rollup-watch": "4.3.1",
"sinon": "6.0.1",
"tslint": "5.10.0",
"sinon": "6.1.4",
"tslint": "5.11.0",
"tslint-eslint-rules": "5.3.1",

@@ -79,0 +79,0 @@ "tslint-plugin-prettier": "1.3.0",

@@ -11,4 +11,4 @@ <p align="center"><img src ="https://github.com/bokuweb/react-rnd/blob/master/logo.png?raw=true" /></p>

<img src="https://img.shields.io/npm/dm/react-rnd.svg" /></a>
<a href="https://greenkeeper.io/">
<img src="https://badges.greenkeeper.io/bokuweb/react-rnd.svg" /></a>
<a href="https://renovatebot.com/">
<img src="https://img.shields.io/badge/renovate-enabled-brightgreen.svg" /></a>
<a href="https://github.com/prettier/prettier">

@@ -478,2 +478,6 @@ <img src="https://img.shields.io/badge/styled_with-prettier-ff69b4.svg" /></a>

#### v9.0.0
- fix: change `default export` to `export` #405
#### v8.0.2

@@ -480,0 +484,0 @@

Sorry, the diff of this file is not supported yet

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