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

@xylabs/object

Package Overview
Dependencies
Maintainers
0
Versions
150
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.18 to 4.4.19

2

dist/neutral/AnyObject.d.ts

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

import type { TypedKey } from '@xylabs/promise';
import type { TypedKey } from '@xylabs/typeof';
/**

@@ -3,0 +3,0 @@ * Any object, which means that it does not enforce the set of fields that it has. Extending from AnyObject

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

import type { TypedObject } from '@xylabs/promise';
import type { TypedObject } from '@xylabs/typeof';
import type { TypeCheck } from './AsTypeFactory.ts';

@@ -3,0 +3,0 @@ export declare const AsObjectFactory: {

import type { AssertExMessageFunc } from '@xylabs/assert';
import type { Logger } from '@xylabs/logger';
import type { AnyNonPromise, TypedValue } from '@xylabs/promise';
import type { AnyNonPromise } from '@xylabs/promise';
import type { TypedValue } from '@xylabs/typeof';
export interface TypeCheckConfig {

@@ -5,0 +6,0 @@ log?: boolean | Logger;

@@ -1,3 +0,2 @@

import type { TypedObject } from '@xylabs/promise';
import type { ObjectTypeShape } from '@xylabs/typeof';
import type { ObjectTypeShape, TypedObject } from '@xylabs/typeof';
import type { TypeCheck, TypeCheckConfig } from './AsTypeFactory.ts';

@@ -4,0 +3,0 @@ export interface ObjectTypeConfig extends TypeCheckConfig {

{
"name": "@xylabs/object",
"version": "4.4.18",
"version": "4.4.19",
"description": "Primary SDK for using XYO Protocol 2.0",

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

"dependencies": {
"@xylabs/assert": "^4.4.18",
"@xylabs/logger": "^4.4.18",
"@xylabs/promise": "^4.4.18",
"@xylabs/typeof": "^4.4.18"
"@xylabs/assert": "^4.4.19",
"@xylabs/logger": "^4.4.19",
"@xylabs/promise": "^4.4.19",
"@xylabs/typeof": "^4.4.19"
},

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

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

import type { TypedKey } from '@xylabs/promise'
import type { TypedKey } from '@xylabs/typeof'

@@ -3,0 +3,0 @@ /**

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

import type { TypedObject } from '@xylabs/promise'
import type { TypedObject } from '@xylabs/typeof'

@@ -3,0 +3,0 @@ import type { TypeCheck } from './AsTypeFactory.ts'

import type { AssertExMessageFunc } from '@xylabs/assert'
import { assertEx } from '@xylabs/assert'
import type { Logger } from '@xylabs/logger'
import type { AnyNonPromise, TypedValue } from '@xylabs/promise'
import type { AnyNonPromise } from '@xylabs/promise'
import { isPromise } from '@xylabs/promise'
import type { TypedValue } from '@xylabs/typeof'

@@ -7,0 +8,0 @@ export interface TypeCheckConfig {

@@ -1,3 +0,2 @@

import type { TypedObject } from '@xylabs/promise'
import type { ObjectTypeShape } from '@xylabs/typeof'
import type { ObjectTypeShape, TypedObject } from '@xylabs/typeof'

@@ -4,0 +3,0 @@ import type { TypeCheck, TypeCheckConfig } from './AsTypeFactory.ts'

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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