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

@spinajs/log

Package Overview
Dependencies
Maintainers
1
Versions
288
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spinajs/log - npm Package Compare versions

Comparing version 1.2.13 to 1.2.14

1

lib/config/log.d.ts

@@ -7,4 +7,3 @@ declare const config: {

};
log: {};
};
export default config;

@@ -13,5 +13,4 @@ "use strict";

},
log: {},
};
exports.default = config;
//# sourceMappingURL=log.js.map

4

lib/log.js

@@ -97,5 +97,3 @@ "use strict";

const found = this.Options.targets.filter((t) => {
return Array.isArray(r.target)
? r.target.includes(t.name)
: r.target === t.name;
return Array.isArray(r.target) ? r.target.includes(t.name) : r.target === t.name;
});

@@ -102,0 +100,0 @@ if (!found) {

{
"name": "@spinajs/log",
"version": "1.2.13",
"version": "1.2.14",
"description": "Log lib for all spinejs related libs",

@@ -19,3 +19,3 @@ "main": "lib/index.js",

"preversion": "npm run lint",
"version": "npm run format && git add -A src",
"version": "git add -A src",
"postversion": "git push && git push --tags"

@@ -30,3 +30,3 @@ },

"dependencies": {
"@spinajs/configuration": "^1.2.13",
"@spinajs/configuration": "^1.2.14",
"@spinajs/di": "^1.2.12",

@@ -46,3 +46,3 @@ "@spinajs/exceptions": "^1.2.7",

},
"gitHead": "2a1ed1172e872191ccf7f624e8b9fde9634e970b"
"gitHead": "cd486feec1f81b84cc3646fc2dc1776be2b83fcb"
}

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