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

@nexustech/logger

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nexustech/logger - npm Package Compare versions

Comparing version 1.2.4 to 1.3.0

.env

27

package.json
{
"name": "@nexustech/logger",
"version": "1.2.4",
"version": "1.3.0",
"description": "Simple logger tool to send messages to the console at set levels",
"files": [
"dist"
],
"main": "./dist/index.js",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"require": "./dist/index.js",
"import": "./dist/index.js",
"import": "./dist/esm/index.js",
"require": "./dist/cjs/index.js",
"types": "./dist/index.d.ts"

@@ -18,3 +16,3 @@ }

"scripts": {
"build": "rm -rf dist && tsc",
"build": "rm -rf dist && tsc --emitDeclarationOnly && node esbuild.mjs && ./package.sh",
"verify": "eslint './src/**/*.ts' && tsc --noEmit",

@@ -25,3 +23,2 @@ "test": "LOG_LEVEL=trace jest --config ./jest.config.ts",

"lint:fix": "eslint './src/**/*.ts' --fix",
"lint-staged": "lint-staged .",
"prepublish": "npm run verify && npm run test && npm run build"

@@ -39,8 +36,5 @@ },

"devDependencies": {
"@commitlint/config-conventional": "^16.2.1",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^9.0.4",
"@semantic-release/npm": "^10.0.5",
"@swc/helpers": "^0.5.1",
"@swc/jest": "^0.2.29",
"@types/browser-util-inspect": "^0.2.1",
"@types/jest": "^29.5.3",

@@ -51,3 +45,3 @@ "@types/node": "^20.5.1",

"babel-eslint": "10.1.0",
"commitlint": "^17.7.1",
"esbuild": "^0.19.2",
"eslint": "^7.32.0",

@@ -62,8 +56,9 @@ "eslint-config-prettier": "^8.3.0",

"jest": "^29.6.3",
"lint-staged": "^12.3.5",
"prettier": "^2.5.1",
"semantic-release": "^21.0.9",
"ts-jest": "^29.0.5",
"typescript": "^4.5.5"
},
"dependencies": {
"browser-util-inspect": "^0.2.0"
}
}

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