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

@scalar/object-utils

Package Overview
Dependencies
Maintainers
0
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@scalar/object-utils - npm Package Compare versions

Comparing version 1.1.10 to 1.1.11

6

CHANGELOG.md
# @scalar/object-utils
## 1.1.11
### Patch Changes
- 0e19781: feat: fix reactivitiy of references + client
## 1.1.10

@@ -4,0 +10,0 @@

2

dist/mutator-record/handlers.d.ts

@@ -20,2 +20,4 @@ import { Mutation } from '../mutator-record/mutations.js';

redo: (uid: string) => void;
/** Destructive, clears the record */
reset: () => void;
};

@@ -22,0 +24,0 @@ export type Mutators<T extends object & {

@@ -63,2 +63,10 @@ import { Mutation } from './mutations.js';

},
/** Destructive, clears the record */
reset: () => {
Object.keys(entityMap).forEach((uid) => {
delete entityMap[uid];
delete mutationMap[uid];
});
onChange();
},
};

@@ -65,0 +73,0 @@ }

4

package.json

@@ -16,3 +16,3 @@ {

],
"version": "1.1.10",
"version": "1.1.11",
"engines": {

@@ -77,3 +77,3 @@ "node": ">=18"

"type-fest": "^4.20.0",
"vite": "^5.2.10",
"vite": "^5.4.9",
"@scalar/build-tooling": "0.1.11"

@@ -80,0 +80,0 @@ },

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