New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@solid-primitives/immutable

Package Overview
Dependencies
Maintainers
3
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@solid-primitives/immutable - npm Package Compare versions

Comparing version 0.1.6 to 0.1.7

2

dist/index.js

@@ -80,3 +80,3 @@ import { compare, ofClass } from '@solid-primitives/utils';

const copy = shallowObjectCopy(object);
let result = [];
const result = [];
for (let i = 0; i < _list.length; i++) {

@@ -83,0 +83,0 @@ const keys = _list[i];

{
"name": "@solid-primitives/immutable",
"version": "0.1.6",
"version": "0.1.7",
"description": "Functional programming helpers for making non-mutating changes to data. Keeping it immutable.",

@@ -44,3 +44,3 @@ "author": "Damian Tarnawski @thetarnav <gthetarnav@gmail.com>",

"dependencies": {
"@solid-primitives/utils": "^5.0.0"
"@solid-primitives/utils": "^5.2.1"
},

@@ -47,0 +47,0 @@ "peerDependencies": {

@@ -43,3 +43,3 @@ <p>

name: "John",
street: { name: "Kingston Cei", number: 24 }
street: { name: "Kingston Cei", number: 24 },
});

@@ -46,0 +46,0 @@ setUser(p => update(p, "street", "number", 64));

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