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

react-dnd-html5-backend

Package Overview
Dependencies
Maintainers
3
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 7.6.2 to 8.0.0

lib/BrowserDetector.d.ts

70

package.json
{
"name": "react-dnd-html5-backend",
"version": "7.6.2",
"description": "HTML5 backend for React DnD",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
"types": "lib/cjs/index.d.ts",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/react-dnd/react-dnd.git"
},
"scripts": {
"clean": "rimraf lib dist",
"transpile:cjs": "tsc -b tsconfig.cjs.json",
"transpile:esm": "tsc -b tsconfig.esm.json",
"transpile": "run-p transpile:*",
"bundle:unmin": "webpack --mode development --output-filename=ReactDnDHTML5Backend.js",
"bundle:min": "webpack --mode production --output-filename=ReactDnDHTML5Backend.min.js",
"build": "run-p bundle:* transpile",
"test": "run-s clean build",
"start": "tsc -b tsconfig.esm.json -w --preserveWatchOutput"
},
"dependencies": {
"dnd-core": "^7.6.0"
},
"devDependencies": {
"@types/react": "^16.8.19",
"npm-run-all": "^4.1.5",
"react": "^16.8.6",
"react-dnd-test-backend": "^7.6.0",
"react-dom": "^16.8.6",
"rimraf": "^2.6.3",
"ts-loader": "^6.0.2",
"typescript": "^3.5.1",
"webpack": "^4.32.2",
"webpack-cli": "^3.3.2"
},
"gitHead": "3edb904df70fabdcc0501cd546edc4827b05c932"
"name": "react-dnd-html5-backend",
"version": "8.0.0",
"description": "HTML5 backend for React DnD",
"type": "module",
"main": "lib/index.js",
"module": "lib/index.js",
"types": "lib/index.d.ts",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/react-dnd/react-dnd.git"
},
"scripts": {
"clean": "rimraf lib",
"build": "tsc -b tsconfig.json",
"test": "run-s clean build",
"start": "tsc -b tsconfig.json -w --preserveWatchOutput"
},
"dependencies": {
"dnd-core": "^8.0.0"
},
"devDependencies": {
"@types/react": "^16.8.19",
"npm-run-all": "^4.1.5",
"react": "^16.8.6",
"react-dnd-test-backend": "^8.0.0",
"react-dom": "^16.8.6",
"rimraf": "^2.6.3",
"ts-loader": "^6.0.2",
"typescript": "^3.5.1"
},
"gitHead": "1ac1094a5d1cd6b57294eaae6e860456b8e6563d"
}
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