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.2.4 to 1.2.5

.mocharc.cjs

17

babel.config.json
{
"presets": [
"@babel/preset-env",
"@babel/preset-react"
[
"@babel/preset-env",
{
"loose": true,
"modules": false
}
],
[
"@babel/preset-react",
{
"runtime": "automatic"
}
]
]
}
}

24

package.json
{
"name": "react-dnd-scrolling",
"version": "1.2.4",
"version": "1.2.5",
"description": "A cross browser solution to scrolling during drag and drop.",
"main": "lib/index.js",
"type": "module",
"exports": {
"util": {
"import": "./lib/esm/util.js",
"require": "./lib/cjs/util.cjs"
},
"default": {
"import": "./lib/esm/index.js",
"require": "./lib/cjs/index.cjs"
}
},
"types": "types/index.d.ts",
"scripts": {
"build": "rm -rf lib && babel src --out-dir lib",
"build": "rm -rf lib && npm run build:cjs && npm run build:esm",
"build:cjs": "babel --config-file ./babel.config.cjs.json src --out-dir lib/cjs",
"build:esm": "babel src --out-dir lib/esm",
"lint": "eslint src",

@@ -37,6 +49,6 @@ "pretest": "npm run lint",

"prop-types": "15.x",
"raf": "^3.4.1",
"react-display-name": "^0.2.5"
"raf": "^3.4.1"
},
"devDependencies": {
"@node-loader/babel": "^2.0.1",
"@babel/cli": "^7.17.6",

@@ -60,3 +72,3 @@ "@babel/core": "^7.17.8",

"react": "^18.0.0",
"react-dnd": "^15.1.1",
"react-dnd": "^16.0.1",
"react-dom": "^18.0.0",

@@ -63,0 +75,0 @@ "sinon": "^13.0.1",

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