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

@data-driven-forms/dnd

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@data-driven-forms/dnd - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

2

esm/find-target-element/find-target-element.js

@@ -30,3 +30,3 @@ var __assign = (this && this.__assign) || function () {

for (var index = 0; index < container.children.length; index++) {
var id = container.children[index].id;
var id = container.children[index];
var component = state.components[id] || state.containers[id];

@@ -33,0 +33,0 @@ var componentPosition = component.ref.getBoundingClientRect().toJSON();

@@ -32,3 +32,3 @@ "use strict";

for (var index = 0; index < container.children.length; index++) {
var id = container.children[index].id;
var id = container.children[index];
var component = state.components[id] || state.containers[id];

@@ -35,0 +35,0 @@ var componentPosition = component.ref.getBoundingClientRect().toJSON();

{
"name": "@data-driven-forms/dnd",
"version": "0.0.5",
"version": "0.0.6",
"description": "---",

@@ -5,0 +5,0 @@ "main": "index.js",

Sorry, the diff of this file is not supported yet

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