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

@platform/util.value

Package Overview
Dependencies
Maintainers
1
Versions
145
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@platform/util.value - npm Package Compare versions

Comparing version 0.7.7 to 0.7.8

2

lib/props/props.observable.d.ts
import * as t from './types';
export declare function observable<P extends t.IProps>(initial?: P | Array<keyof P>): t.IObservableProps<P>;
export declare function observable<P extends t.IProps>(initial?: P | (keyof P)[]): t.IObservableProps<P>;

@@ -20,5 +20,5 @@ export declare function walk(obj: any | any[], fn: (obj: any | any[]) => void): void;

};
export declare function toArray<T = any, K = keyof T>(obj: object): Array<{
export declare function toArray<T = any, K = keyof T>(obj: object): {
key: K;
value: T[keyof T];
}>;
}[];
{
"name": "@platform/util.value",
"version": "0.7.7",
"version": "0.7.8",
"description": "Helpers for working with, transforming, and formatting values.",

@@ -16,12 +16,12 @@ "main": "lib/index",

"@platform/libs": "0.2.0",
"@platform/types": "0.4.8",
"@platform/util.is": "0.0.111",
"@types/semver": "6.2.0",
"@platform/types": "0.4.9",
"@platform/util.is": "0.0.112",
"@types/semver": "7.1.0",
"cuid": "2.1.8",
"dayjs": "1.8.19",
"semver": "7.1.1"
"dayjs": "1.8.21",
"semver": "7.1.3"
},
"devDependencies": {
"@platform/test": "0.1.2",
"@platform/ts": "3.7.14"
"@platform/test": "0.1.3",
"@platform/ts": "3.7.15"
},

@@ -28,0 +28,0 @@ "files": [

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