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 8.0.0 to 8.0.2

lib/utils/js_utils.d.ts

2

lib/BrowserDetector.js

@@ -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

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