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

@ariesclark/state

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ariesclark/state - npm Package Compare versions

Comparing version 0.0.4 to 0.1.0

4

dist/index.d.ts

@@ -22,2 +22,6 @@ import { Keys, OmitByType } from "@ariesclark/utils/dist/objects";

path: K;
/**
* The current state.
*/
state: T;
}

@@ -24,0 +28,0 @@ /**

4

dist/index.js

@@ -38,6 +38,8 @@ "use strict";

var _a, _b;
// eslint-disable-next-line @typescript-eslint/no-explicit-any
const context = utils_1.objects.create({
path,
previousValue: values[path],
value
value,
state: store
});

@@ -44,0 +46,0 @@ values[path] = value;

{
"name": "@ariesclark/state",
"version": "0.0.4",
"version": "0.1.0",
"description": "A cool state container",

@@ -5,0 +5,0 @@ "keywords": [

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