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

@xylabs/object

Package Overview
Dependencies
Maintainers
7
Versions
101
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 3.1.2 to 3.1.3

2

dist/browser/Base.d.ts

@@ -12,5 +12,5 @@ import { Logger } from '@xylabs/logger';

constructor(params?: TParams);
get params(): TParams | undefined;
protected get logger(): Logger | undefined;
protected get params(): TParams | undefined;
}
//# sourceMappingURL=Base.d.ts.map

@@ -99,8 +99,8 @@ // src/AsTypeFactory.ts

}
get params() {
return this._params;
}
get logger() {
return this.params?.logger ?? _Base.defaultLogger;
}
get params() {
return this._params;
}
};

@@ -107,0 +107,0 @@

@@ -12,5 +12,5 @@ import { Logger } from '@xylabs/logger';

constructor(params?: TParams);
get params(): TParams | undefined;
protected get logger(): Logger | undefined;
protected get params(): TParams | undefined;
}
//# sourceMappingURL=Base.d.ts.map

@@ -100,2 +100,5 @@ // src/AsTypeFactory.ts

}
get params() {
return this._params;
}
get logger() {

@@ -105,5 +108,2 @@ var _a;

}
get params() {
return this._params;
}
};

@@ -110,0 +110,0 @@

@@ -14,5 +14,5 @@ {

"dependencies": {
"@xylabs/assert": "^3.1.2",
"@xylabs/logger": "^3.1.2",
"@xylabs/promise": "^3.1.2"
"@xylabs/assert": "^3.1.3",
"@xylabs/logger": "^3.1.3",
"@xylabs/promise": "^3.1.3"
},

@@ -62,4 +62,4 @@ "devDependencies": {

"sideEffects": false,
"version": "3.1.2",
"version": "3.1.3",
"type": "module"
}

@@ -24,9 +24,9 @@ import { Logger } from '@xylabs/logger'

get params() {
return this._params
}
protected get logger() {
return this.params?.logger ?? Base.defaultLogger
}
protected get params() {
return this._params
}
}

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

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

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

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