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

febs

Package Overview
Dependencies
Maintainers
1
Versions
206
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

febs - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

5

package.json

@@ -22,2 +22,5 @@ {

},
"engines": {
"node": ">=6"
},
"files": [

@@ -42,3 +45,3 @@ "doc",

"name": "febs",
"version": "0.2.2"
"version": "0.2.3"
}

12

server/index.js

@@ -51,8 +51,8 @@

//
if (!console.debug) {
if (global.__debug) {
console.debug = console.warn;
} else {
console.debug = ()=>{}
// if (!console.debug) {
console.debug = function() {
if (__debug) {
console.warn(...arguments);
}
}
}
// }
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