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.15 to 3.0.16

11

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

@@ -10,8 +10,3 @@ "main": "source/Fable-Log.js",

"test": "./node_modules/.bin/mocha -u tdd -R spec",
"build": "./node_modules/.bin/gulp build",
"docker-dev-build-image": "docker build ./ -f Dockerfile_LUXURYCode -t retold/fable-log:local",
"docker-dev-run": "docker run -it -d --name retold-fable-log-dev -p 30004:8080 -v \"$PWD/.config:/home/coder/.config\" -v \"$PWD:/home/coder/fable-log\" -u \"$(id -u):$(id -g)\" -e \"DOCKER_USER=$USER\" retold/fable-log:local",
"tests": "npx mocha -u tdd --exit -R spec --grep",
"docker-dev-build": "docker build ./ -f Dockerfile_LUXURYCode -t fable-log-image:local",
"docker-dev-shell": "docker exec -it fable-log-dev /bin/bash"
"tests": "npx mocha -u tdd --exit -R spec --grep"
},

@@ -56,4 +51,4 @@ "mocha": {

"dependencies": {
"fable-serviceproviderbase": "^3.0.14"
"fable-serviceproviderbase": "^3.0.15"
}
}

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

const libPackage = require('../package.json');
class FableLog extends libFableServiceProviderBase

@@ -15,5 +17,5 @@ {

this.serviceType = 'Logging';
/** @type {Object} */
this._Package = libPackage;
this._Package = require('../package.json');
let tmpSettings = (typeof(pSettings) === 'object') ? pSettings : {}

@@ -20,0 +22,0 @@ this._Settings = tmpSettings;

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