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

logger4node

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

logger4node - npm Package Compare versions

Comparing version 0.0.17 to 0.1.0

20

package.json
{
"name": "logger4node",
"version": "0.0.17",
"version": "0.1.0",
"description": "",

@@ -21,20 +21,20 @@ "main": "index.js",

"dependencies": {
"util": "^0.12.3"
"util": "^0.12.4"
},
"devDependencies": {
"@types/debug": "^4.1.5",
"@types/node": "^14.14.10",
"@typescript-eslint/eslint-plugin": "^4.9.0",
"@typescript-eslint/parser": "^4.9.0",
"eslint": "^7.14.0",
"@types/node": "^15.12.4",
"@typescript-eslint/eslint-plugin": "^4.28.0",
"@typescript-eslint/parser": "^4.28.0",
"eslint": "^7.29.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-typescript": "^0.14.0",
"node-tslint-rules": "^1.20.3",
"ts-node": "^9.1.0",
"ts-node": "^10.0.0",
"tslint": "^6.1.3",
"typescript": "^4.1.2"
"typescript": "^4.3.4"
}
}

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

debug: '\x1b[34m',
error: '\x1b[31m',
error: '\x1b[31m', // Red
};

@@ -53,3 +53,3 @@ const matches = [];

static matches(value) {
return matches.every((pattern) => new RegExp(`^${pattern}$`).test(value));
return matches.some((pattern) => new RegExp(`^${pattern}$`).test(value));
}

@@ -56,0 +56,0 @@ static doesNotMatches(value) {

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