react-dnd-html5-backend
Advanced tools
Comparing version 7.6.2 to 8.0.0
{ | ||
"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" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8
Yes
203396
32
944
1
+ Added@types/asap@2.0.2(transitive)
+ Added@types/invariant@2.2.37(transitive)
+ Addeddnd-core@8.0.3(transitive)
- Removeddnd-core@7.7.0(transitive)
Updateddnd-core@^8.0.0