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

react-resize-detector

Package Overview
Dependencies
Maintainers
2
Versions
121
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-resize-detector - npm Package Compare versions

Comparing version 12.0.1 to 12.0.2-beta.0

4

build/utils.js
import * as React from 'react';
import debounce from 'lodash/debounce';
import throttle from 'lodash/throttle';
import debounce from 'lodash/debounce.js';
import throttle from 'lodash/throttle.js';

@@ -5,0 +5,0 @@ /**

{
"name": "react-resize-detector",
"version": "12.0.1",
"version": "12.0.2-beta.0",
"description": "React resize detector",

@@ -15,2 +15,11 @@ "type": "module",

},
"scripts": {
"build": "rollup -c",
"link": "npm link react react-dom",
"prettier": "prettier --write .",
"lint": "eslint . --fix",
"fix": "npm run prettier && npm run lint",
"prerelease": "npm version prerelease --preid=rc",
"prepublishOnly": "npm run build"
},
"dependencies": {

@@ -67,11 +76,3 @@ "lodash": "^4.17.21"

}
],
"scripts": {
"build": "rollup -c",
"link": "npm link react react-dom",
"prettier": "prettier --write .",
"lint": "eslint . --fix",
"fix": "npm run prettier && npm run lint",
"prerelease": "npm version prerelease --preid=rc"
}
}
]
}

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