Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@magnet.me/logger-js

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

@magnet.me/logger-js - npm Package Compare versions

Comparing version
1.0.1
to
1.0.2
+7
tsconfig-cjs.json
{
"extends": "./tsconfig.json",
"compilerOptions": {
"module": "CommonJS",
"outDir": "./dist/cjs"
},
}
+4
-3
{
"name": "@magnet.me/logger-js",
"version": "1.0.1",
"main": "dist/index.js",
"version": "1.0.2",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/index.d.ts",

@@ -11,3 +12,3 @@ "repository": "https://github.com/Magnetme/logger-js",

"scripts": {
"build": "tsc",
"build": "tsc -p tsconfig.json && tsc -p tsconfig-cjs.json",
"prepublish": "yarn run build",

@@ -14,0 +15,0 @@ "format": "prettier src --check --write"

{
"compilerOptions": {
"target": "es2016",
"target": "es3",
"module": "esnext",

@@ -8,3 +8,3 @@ "moduleResolution": "node",

"declaration": true,
"outDir": "dist",
"outDir": "dist/esm",
"strict": true,

@@ -19,2 +19,2 @@ "esModuleInterop": true,

]
}
}