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

@boost/log

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@boost/log - npm Package Compare versions

Comparing version 3.0.3 to 4.0.0-alpha.1

cjs/constants.cjs

2

dts/transports/FileTransport.d.ts
/// <reference types="node" />
/// <reference types="node" />
/// <reference types="node" />
import fs from 'fs';

@@ -3,0 +5,0 @@ import zlib from 'zlib';

45

package.json
{
"name": "@boost/log",
"version": "3.0.3",
"release": "1594765247526",
"version": "4.0.0-alpha.1",
"type": "commonjs",
"release": "1651512176170",
"description": "Lightweight level based logging system.",

@@ -13,15 +14,13 @@ "keywords": [

],
"main": "./lib/index.js",
"main": "./cjs/index.cjs",
"types": "./dts/index.d.ts",
"files": [
"cjs/**/*.{cjs,mjs,map}",
"dts/**/*.d.ts",
"lib/**/*.{js,map}",
"res/",
"src/**/*.{ts,tsx,json}",
"test.d.ts",
"test.js"
"src/**/*.{ts,tsx,json}"
],
"engines": {
"node": ">=12.17.0",
"npm": ">=6.13.0"
"node": ">=14.15.0",
"npm": ">=6.14.0"
},

@@ -39,5 +38,5 @@ "repository": {

"dependencies": {
"@boost/common": "^3.2.1",
"@boost/internal": "^3.0.1",
"@boost/translate": "^3.0.3",
"@boost/common": "^4.0.0-alpha.1",
"@boost/internal": "^4.0.0-alpha.1",
"@boost/translate": "^4.0.0-alpha.1",
"chalk": "^4.1.2"

@@ -50,2 +49,3 @@ },

"packemon": {
"api": "private",
"inputs": {

@@ -55,6 +55,23 @@ "index": "src/index.ts",

},
"format": "lib",
"format": "cjs",
"platform": "node"
},
"gitHead": "5eb62e61451a0b461482ff9ed47f5ee405d44dc3"
"exports": {
"./package.json": "./package.json",
"./test": {
"types": "./dts/test.d.ts",
"node": {
"import": "./cjs/test-wrapper.mjs",
"require": "./cjs/test.cjs"
}
},
".": {
"types": "./dts/index.d.ts",
"node": {
"import": "./cjs/index-wrapper.mjs",
"require": "./cjs/index.cjs"
}
}
},
"gitHead": "0d0595fe3d95951cc0d3936b7d811aed26306d20"
}
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