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

fable-log

Package Overview
Dependencies
Maintainers
0
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fable-log - npm Package Compare versions

Comparing version 3.0.14 to 3.0.15

6

package.json
{
"name": "fable-log",
"version": "3.0.14",
"version": "3.0.15",
"description": "A simple logging wrapper.",

@@ -52,7 +52,7 @@ "main": "source/Fable-Log.js",

"devDependencies": {
"quackage": "^1.0.22"
"quackage": "^1.0.33"
},
"dependencies": {
"fable-serviceproviderbase": "^3.0.12"
"fable-serviceproviderbase": "^3.0.14"
}
}

@@ -15,2 +15,4 @@ /**

this._Package = require('../package.json');
let tmpSettings = (typeof(pSettings) === 'object') ? pSettings : {}

@@ -17,0 +19,0 @@ this._Settings = tmpSettings;

@@ -40,2 +40,6 @@ /**

.to.be.an('object', 'Fable-Log should initialize as an object directly from the require statement.');
Expect(tmpFableLog._PackageFableServiceProvider).to.be.an('object', 'Fable-Log should have a _PackageFableServiceProvider object.');
Expect(tmpFableLog._PackageFableServiceProvider.name).equal('fable-serviceproviderbase', 'Fable-Log _PackageFableServiceProvider.package.name should be set.');
Expect(tmpFableLog._Package).to.be.an('object', 'Fable-Log should have a _Package object.');
Expect(tmpFableLog._Package.name).to.equal('fable-log', 'Fable-Log _Package.package.name should be set.');
}

@@ -42,0 +46,0 @@ );

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