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

comb

Package Overview
Dependencies
Maintainers
4
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

comb - npm Package Compare versions

Comparing version 1.2.0 to 2.0.0

.nvmrc

4

lib/logging/appenders/rollingFileAppender.js

@@ -183,3 +183,3 @@ "use strict";

if (a > b) {
ret = 0;
ret = -1;
} else if (a < b) {

@@ -231,2 +231,2 @@ ret = 1;

}
}).registerType("RollingFileAppender").as(module);
}).registerType("RollingFileAppender").as(module);
{
"name": "comb",
"description": "A framework for node",
"version": "1.2.0",
"version": "2.0.0",
"keywords": [

@@ -42,4 +42,4 @@ "OO",

"engines": {
"node": ">= 4.0.0"
"node": ">= 10.0.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