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

@nexeraid/logger

Package Overview
Dependencies
Maintainers
0
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nexeraid/logger - npm Package Compare versions

Comparing version 2.3.41-staging to 2.15.1-dev

dist/nexeraid-logger.cjs.cjs

14

dist/package.json
{
"name": "@nexeraid/logger",
"version": "2.3.41",
"version": "2.15.1-dev",
"description": "Unblokt Technology Logger for node and browser",

@@ -16,7 +16,8 @@ "keywords": [],

"types": "./dist/nexeraid-logger.cjs.d.ts",
"default": "./dist/nexeraid-logger.cjs.js"
"default": "./dist/nexeraid-logger.cjs.cjs"
}
}
},
"main": "dist/nexeraid-logger.cjs.js",
"type": "module",
"main": "dist/nexeraid-logger.cjs.cjs",
"module": "dist/nexeraid-logger.esm.js",

@@ -28,10 +29,9 @@ "types": "dist/nexeraid-logger.cjs.d.ts",

"scripts": {
"build": "preconstruct build && npm run copy-package-json-to-dist && npm run copy-type-defs-as-duplicate",
"build": "preconstruct build && npm run copy-package-json-to-dist",
"copy-package-json-to-dist": "copyfiles package.json dist/",
"copy-type-defs-as-duplicate": "cp dist/nexeraid-logger.cjs.d.ts dist/nexeraid-logger.esm.d.mts",
"postinstall": "if [ \"$BUILDING_IN_DOCKER\" != \"true\" ]; then preconstruct dev; fi",
"lint": "eslint ",
"lint:fix": "pnpm lint --fix",
"prepare:release": "sed -i 's/.*\"postinstall\":.*//' package.json",
"prepare:release:mac": "sed -i '' 's/.*\"postinstall\":.*//' package.json",
"prepare:release": "./scripts/prepare_npm_release.sh",
"publish:public": "pnpm run prepare:release && publish --access=public --no-git-checks --registry https://registry.npmjs.org/",
"prettier": "prettier 'src' --check",

@@ -38,0 +38,0 @@ "prettier:fix": "prettier 'src' --write",

{
"name": "@nexeraid/logger",
"version": "2.3.41-staging",
"version": "2.15.1-dev",
"description": "Unblokt Technology Logger for node and browser",

@@ -50,9 +50,8 @@ "keywords": [],

"scripts": {
"build": "preconstruct build && npm run copy-package-json-to-dist && npm run copy-type-defs-as-duplicate",
"build": "preconstruct build && npm run copy-package-json-to-dist",
"copy-package-json-to-dist": "copyfiles package.json dist/",
"copy-type-defs-as-duplicate": "cp dist/nexeraid-logger.cjs.d.ts dist/nexeraid-logger.esm.d.mts",
"lint": "eslint ",
"lint:fix": "pnpm lint --fix",
"prepare:release": "sed -i 's/.*\"postinstall\":.*//' package.json",
"prepare:release:mac": "sed -i '' 's/.*\"postinstall\":.*//' package.json",
"prepare:release": "./scripts/prepare_npm_release.sh",
"publish:public": "pnpm run prepare:release && publish --access=public --no-git-checks --registry https://registry.npmjs.org/",
"prettier": "prettier 'src' --check",

@@ -59,0 +58,0 @@ "prettier:fix": "prettier 'src' --write",

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