Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@xylabs/object-model

Package Overview
Dependencies
Maintainers
5
Versions
142
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xylabs/object-model - npm Package Compare versions

Comparing version
6.0.0
to
6.0.1
+6
dist/neutral/model.d.ts
export type * from './AnyObject.ts';
export type * from './AsTypeFunction.ts';
export type * from './Compare.ts';
export type * from './EmptyObject.ts';
export type * from './types.ts';
//# sourceMappingURL=model.d.ts.map
{"version":3,"file":"model.d.ts","sourceRoot":"","sources":["../../src/model.ts"],"names":[],"mappings":"AAAA,mBAAmB,gBAAgB,CAAA;AACnC,mBAAmB,qBAAqB,CAAA;AACxC,mBAAmB,cAAc,CAAA;AACjC,mBAAmB,kBAAkB,CAAA;AACrC,mBAAmB,YAAY,CAAA"}
//# sourceMappingURL=model.mjs.map
{
"version": 3,
"sources": [],
"sourcesContent": [],
"mappings": "",
"names": []
}
+11
-7
{
"name": "@xylabs/object-model",
"version": "6.0.0",
"version": "6.0.1",
"description": "Base functionality used throughout XY Labs TypeScript/JavaScript libraries",

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

},
"./model": {
"types": "./dist/neutral/model.d.ts",
"default": "./dist/neutral/model.mjs"
},
"./package.json": "./package.json"

@@ -38,10 +42,10 @@ },

"dependencies": {
"@xylabs/assert": "~6.0.0",
"@xylabs/logger": "~6.0.0",
"@xylabs/promise": "~6.0.0",
"@xylabs/typeof": "~6.0.0"
"@xylabs/assert": "~6.0.1",
"@xylabs/logger": "~6.0.1",
"@xylabs/promise": "~6.0.1",
"@xylabs/typeof": "~6.0.1"
},
"devDependencies": {
"@xylabs/toolchain": "^8.0.8",
"@xylabs/tsconfig": "^8.0.8",
"@xylabs/toolchain": "^8.1.0",
"@xylabs/tsconfig": "^8.1.0",
"eslint": "^10.4.0",

@@ -48,0 +52,0 @@ "typescript": "^6.0.3",