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

@data-driven-forms/editor-core

Package Overview
Dependencies
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@data-driven-forms/editor-core - npm Package Compare versions

Comparing version 0.0.9 to 0.0.10

2

esm/reducer/reducer.js

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

case 'UPDATE_PROPS':
state.components[action.id] = __assign({}, action.props);
state.components[action.id] = __assign(__assign({}, action.props), { ref: state.components[action.id].ref });
return __assign({}, state);

@@ -34,0 +34,0 @@ case 'REMOVE_COMPONENT':

{
"name": "@data-driven-forms/editor-core",
"version": "0.0.9",
"version": "0.0.10",
"description": "---",

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

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

case 'UPDATE_PROPS':
state.components[action.id] = __assign({}, action.props);
state.components[action.id] = __assign(__assign({}, action.props), { ref: state.components[action.id].ref });
return __assign({}, state);

@@ -36,0 +36,0 @@ case 'REMOVE_COMPONENT':

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