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

react-dnd-touch-backend

Package Overview
Dependencies
Maintainers
3
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-dnd-touch-backend - npm Package Compare versions

Comparing version 9.5.0 to 9.5.1

7

package.json
{
"name": "react-dnd-touch-backend",
"version": "9.5.0",
"version": "9.5.1",
"description": "Touch backend for react-dnd",

@@ -23,5 +23,6 @@ "type": "module",

"@types/invariant": "^2.2.30",
"dnd-core": "^9.5.0",
"dnd-core": "^9.5.1",
"invariant": "^2.2.4"
}
},
"gitHead": "db9e93ee434fda1d4e0d599c75328aef3d858866"
}

@@ -15,2 +15,7 @@ import path from 'path'

format: 'umd',
globals: {
react: 'React',
'react-dom': 'ReactDOM',
'react-dnd': 'ReactDnD',
},
plugins: [

@@ -27,2 +32,7 @@ replace({

format: 'umd',
globals: {
react: 'React',
'react-dom': 'ReactDOM',
'react-dnd': 'ReactDnD',
},
plugins: [

@@ -38,7 +48,2 @@ terser(),

external: ['react', 'react-dom', 'react-dnd'],
globals: {
react: 'React',
'react-dom': 'ReactDOM',
'react-dnd': 'ReactDnD',
},
plugins: [

@@ -54,3 +59,2 @@ resolve(),

modules: 'false',
corejs: '3.0.0',
targets: {

@@ -57,0 +61,0 @@ browsers: '> 0.25%, not dead',

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