@nexeraid/logger
Advanced tools
Comparing version 2.3.41-dev to 2.3.41-hotfix-fix-founders-install-issue-1731067762674
{ | ||
"name": "@nexeraid/logger", | ||
"version": "2.3.41", | ||
"version": "2.3.41-hotfix-fix-founders-install-issue-1731067762674", | ||
"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-dev", | ||
"version": "2.3.41-hotfix-fix-founders-install-issue-1731067762674", | ||
"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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12078
12
197
3