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

logd-console-output

Package Overview
Dependencies
Maintainers
0
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

logd-console-output - npm Package Compare versions

Comparing version 1.3.0 to 2.0.0

dist/Console.d.ts

4

index.js

@@ -1,3 +0,1 @@

'use strict';
module.exports = require('./src/Console');
export * from './src/Console.js';
{
"name": "logd-console-output",
"version": "1.3.0",
"version": "2.0.0",
"description": "console output for logd",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/section ./test/*.js"
},
"repository": {

@@ -24,10 +20,19 @@ "type": "git",

"devDependencies": {
"section-tests": "^1.3.1"
"@tsconfig/node18": "^18.2.4",
"@types/node": "^22.5.0",
"typescript": "^5.5.4"
},
"dependencies": {
"app-root-path": "^2.1.0",
"chalk": "^2.4.1",
"ee-types": "^2.2.0",
"glob": "^7.1.2"
}
"app-root-path": "^3.1.0",
"chalk": "^5.3.0",
"ee-types": "^4.0.2"
},
"scripts": {
"build": "node ./node_modules/.bin/tsc",
"start": "node ./node_modules/.bin/tsc && node dist/index.js --l --dev",
"clean": "rm -r build"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module"
}
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