New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@nodescript/logger

Package Overview
Dependencies
Maintainers
4
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nodescript/logger - npm Package Compare versions

Comparing version 2.0.4 to 2.0.5

2

out/main/console.js
import { Logger } from './logger.js';
const console = global.console;
const console = globalThis.console;
/**

@@ -4,0 +4,0 @@ * Simple logger using natively available `console` API.

{
"name": "@nodescript/logger",
"version": "2.0.4",
"version": "2.0.5",
"description": "Simple logger interface",

@@ -35,10 +35,10 @@ "type": "module",

"devDependencies": {
"@nodescript/eslint-config": "^1.0.0",
"@nodescript/eslint-config": "^1.2.0",
"@types/mocha": "^8.2.3",
"@types/node": "^16.3.1",
"eslint": "^8.24.0",
"mocha": "^9.0.2",
"@types/node": "^16.18.87",
"eslint": "^8.57.0",
"mocha": "^9.2.2",
"pre-commit": "^1.2.2",
"typescript": "^4.3.5"
"typescript": "^4.9.5"
}
}

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