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

react-dnd-scrolling

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-dnd-scrolling - npm Package Compare versions

Comparing version 1.3.6 to 1.3.7

lib/esm/index.d.ts

11

package.json
{
"name": "react-dnd-scrolling",
"version": "1.3.6",
"version": "1.3.7",
"description": "A cross browser solution to scrolling during drag and drop.",
"type": "module",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
"types": "types/index.d.ts",
"exports": {
"util": {
"import": "./lib/esm/util.js",
"require": "./lib/cjs/util.js"
},
"default": {
".": {
"import": "./lib/esm/index.js",

@@ -20,3 +15,3 @@ "require": "./lib/cjs/index.js"

"scripts": {
"build": "rm -rf lib && npm run build:cjs && npm run build:esm",
"build": "rm -rf lib && npm run build:cjs && npm run build:esm && cp types/* lib/esm",
"build:cjs": "babel --config-file ./babel.config.cjs.json src --out-dir lib/cjs",

@@ -23,0 +18,0 @@ "build:esm": "babel src --out-dir lib/esm",

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