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

@xylabs/object

Package Overview
Dependencies
Maintainers
0
Versions
148
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xylabs/object - npm Package Compare versions

Comparing version 4.4.27 to 4.4.28

4

dist/neutral/StringKeyObject.d.ts

@@ -1,4 +0,4 @@

export type StringKeyObject = {
[key: string]: unknown;
export type StringKeyObject<T = unknown> = {
[key: string]: T;
};
//# sourceMappingURL=StringKeyObject.d.ts.map
{
"name": "@xylabs/object",
"version": "4.4.27",
"version": "4.4.28",
"description": "Primary SDK for using XYO Protocol 2.0",

@@ -32,6 +32,6 @@ "homepage": "https://xyo.network",

"dependencies": {
"@xylabs/assert": "^4.4.27",
"@xylabs/logger": "^4.4.27",
"@xylabs/promise": "^4.4.27",
"@xylabs/typeof": "^4.4.27"
"@xylabs/assert": "^4.4.28",
"@xylabs/logger": "^4.4.28",
"@xylabs/promise": "^4.4.28",
"@xylabs/typeof": "^4.4.28"
},

@@ -38,0 +38,0 @@ "devDependencies": {

@@ -1,1 +0,1 @@

export type StringKeyObject = { [key: string]: unknown }
export type StringKeyObject<T = unknown> = { [key: string]: T }

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