react-dnd-html5-backend
Advanced tools
Comparing version 8.0.0 to 8.0.2
@@ -1,3 +0,3 @@ | ||
import { memoize } from './utils/discount_lodash'; | ||
import { memoize } from './utils/js_utils'; | ||
export const isFirefox = memoize(() => /firefox/i.test(navigator.userAgent)); | ||
export const isSafari = memoize(() => Boolean(window.safari)); |
@@ -1,2 +0,2 @@ | ||
import { union, without } from './utils/discount_lodash'; | ||
import { union, without } from './utils/js_utils'; | ||
export default class EnterLeaveCounter { | ||
@@ -3,0 +3,0 @@ constructor(isNodeInDocument) { |
@@ -35,3 +35,3 @@ export default class MonotonicInterpolant { | ||
const common = dx + dxNext; | ||
c1s.push(3 * common / ((common + dxNext) / m2 + (common + dx) / mNext)); | ||
c1s.push((3 * common) / ((common + dxNext) / m2 + (common + dx) / mNext)); | ||
} | ||
@@ -38,0 +38,0 @@ } |
{ | ||
"name": "react-dnd-html5-backend", | ||
"version": "8.0.0", | ||
"version": "8.0.2", | ||
"description": "HTML5 backend for React DnD", | ||
@@ -17,7 +17,6 @@ "type": "module", | ||
"build": "tsc -b tsconfig.json", | ||
"test": "run-s clean build", | ||
"start": "tsc -b tsconfig.json -w --preserveWatchOutput" | ||
}, | ||
"dependencies": { | ||
"dnd-core": "^8.0.0" | ||
"dnd-core": "^8.0.2" | ||
}, | ||
@@ -28,9 +27,8 @@ "devDependencies": { | ||
"react": "^16.8.6", | ||
"react-dnd-test-backend": "^8.0.0", | ||
"react-dnd-test-backend": "^8.0.2", | ||
"react-dom": "^16.8.6", | ||
"rimraf": "^2.6.3", | ||
"ts-loader": "^6.0.2", | ||
"typescript": "^3.5.1" | ||
}, | ||
"gitHead": "1ac1094a5d1cd6b57294eaae6e860456b8e6563d" | ||
"typescript": "^3.5.2" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
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
205895
945
0
Updateddnd-core@^8.0.2