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

@goldfishjs/reactive-connect

Package Overview
Dependencies
Maintainers
2
Versions
146
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@goldfishjs/reactive-connect - npm Package Compare versions

Comparing version 1.1.12 to 1.1.13

6

lib/MiniDataSetter/index.js

@@ -78,3 +78,5 @@ import _classCallCheck from "@babel/runtime/helpers/classCallCheck";

value: function set(view, fullObj, keyPathList, newV, oldV, options) {
if ((options === null || options === void 0 ? void 0 : options.type) === 'computed') {
var _a, _b;
if (((_a = options) === null || _a === void 0 ? void 0 : _a.type) === 'computed') {
newV = this.getValue(fullObj, keyPathList);

@@ -98,3 +100,3 @@ }

if ((options === null || options === void 0 ? void 0 : options.isArray) && options.method && isModifyArrayMethod(options.method)) {
if (((_b = options) === null || _b === void 0 ? void 0 : _b.isArray) && options.method && isModifyArrayMethod(options.method)) {
var optionsOldV = options.oldV || [];

@@ -101,0 +103,0 @@ updater.setSpliceObjectValue(keyPathString, newV, optionsOldV);

{
"name": "@goldfishjs/reactive-connect",
"version": "1.1.12",
"version": "1.1.13",
"description": "goldfish-reactive-connect",

@@ -18,4 +18,4 @@ "main": "lib/index.js",

"dependencies": {
"@goldfishjs/reactive": "^1.1.12",
"@goldfishjs/utils": "^1.1.12",
"@goldfishjs/reactive": "^1.1.13",
"@goldfishjs/utils": "^1.1.13",
"mini-types": "^0.1.0"

@@ -22,0 +22,0 @@ },

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