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

@felte/common

Package Overview
Dependencies
Maintainers
1
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@felte/common - npm Package Compare versions

Comparing version 1.0.0-next.3 to 1.0.0-next.4

2

dist/esm/utils/unset.js

@@ -14,3 +14,3 @@ import { _cloneDeep } from './cloneDeep.js';

: path;
const foundProp = _get(obj, newPath.slice(0, -1).join('.'));
const foundProp = newPath.length === 1 ? obj : _get(obj, newPath.slice(0, -1).join('.'));
if (Array.isArray(foundProp)) {

@@ -17,0 +17,0 @@ foundProp.splice(Number(newPath[newPath.length - 1]), 1);

@@ -168,3 +168,3 @@ 'use strict';

: path;
const foundProp = _get(obj, newPath.slice(0, -1).join('.'));
const foundProp = newPath.length === 1 ? obj : _get(obj, newPath.slice(0, -1).join('.'));
if (Array.isArray(foundProp)) {

@@ -171,0 +171,0 @@ foundProp.splice(Number(newPath[newPath.length - 1]), 1);

{
"name": "@felte/common",
"version": "1.0.0-next.3",
"version": "1.0.0-next.4",
"description": "Common utilities for Felte packages",

@@ -5,0 +5,0 @@ "author": "Pablo Berganza <pablo@berganza.dev>",

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