@jsenv/logger
Advanced tools
Comparing version 4.1.0 to 4.1.1
{ | ||
"name": "@jsenv/logger", | ||
"version": "4.1.0", | ||
"version": "4.1.1", | ||
"description": "Control verbosity of logs during a function execution.", | ||
"license": "MIT", | ||
"author": { | ||
"name": "dmail", | ||
"email": "dmaillard06@gmail.com", | ||
"url": "https://twitter.com/damienmaillard" | ||
}, | ||
"repository": { | ||
@@ -13,2 +18,5 @@ "type": "git", | ||
}, | ||
"engines": { | ||
"node": ">=16.13.0" | ||
}, | ||
"type": "module", | ||
@@ -24,5 +32,3 @@ "exports": { | ||
}, | ||
"main": "dist/commonjs/jsenv_logger.cjs", | ||
"files": [ | ||
"/dist/", | ||
"/src/", | ||
@@ -35,29 +41,19 @@ "/main.browser.js", | ||
"scripts": { | ||
"eslint-check": "node ./node_modules/eslint/bin/eslint.js .", | ||
"generate-import-map": "node --no-warnings ./script/generate-import-map/generate-import-map.js", | ||
"build": "node --experimental-import-meta-resolve ./script/build/build.js", | ||
"test": "node --no-warnings --unhandled-rejections=strict ./script/test/test.js", | ||
"eslint": "npx eslint . --ext=.js,.mjs,.cjs", | ||
"test": "node ./script/test/test.mjs", | ||
"test-with-coverage": "npm run test -- --coverage", | ||
"prettier-format": "node ./script/prettier-format/prettier-format.js", | ||
"prettier-format-stage": "npm run prettier-format -- --staged", | ||
"prettier-check": "npm run prettier-format -- --dry-run", | ||
"upload-coverage": "node --no-warnings ./script/upload-coverage/upload-coverage.js", | ||
"dist": "npm run build", | ||
"prepublishOnly": "node ./script/transform-package/remove-postinstall.js && npm run dist", | ||
"postpublish": "node ./script/transform-package/restore-postinstall.js" | ||
"prettier": "prettier --write ." | ||
}, | ||
"devDependencies": { | ||
"@jsenv/assert": "2.2.5", | ||
"@jsenv/codecov-upload": "3.4.3", | ||
"@jsenv/core": "18.1.0", | ||
"@jsenv/eslint-config": "15.0.1", | ||
"@jsenv/github-release-package": "1.2.2", | ||
"@jsenv/importmap-eslint-resolver": "5.0.0", | ||
"@jsenv/node-module-import-map": "13.4.1", | ||
"@jsenv/package-publish": "1.5.2", | ||
"@jsenv/prettier-check-project": "5.6.1", | ||
"eslint": "7.26.0", | ||
"eslint-plugin-import": "2.22.1", | ||
"prettier": "2.3.0" | ||
"@jsenv/assert": "2.5.4", | ||
"@jsenv/core": "27.0.0-alpha.61", | ||
"@jsenv/eslint-config": "16.0.9", | ||
"@jsenv/eslint-import-resolver": "0.1.8", | ||
"@jsenv/github-release-package": "1.4.0", | ||
"@jsenv/package-publish": "1.7.4", | ||
"@jsenv/performance-impact": "2.2.11", | ||
"eslint": "8.16.0", | ||
"eslint-plugin-import": "2.26.0", | ||
"prettier": "2.6.2" | ||
} | ||
} | ||
} |
@@ -9,4 +9,2 @@ # logger | ||
`jsenv-logger` github repository corresponds to `@jsenv/logger` package published on github and npm package registries. | ||
# Installation | ||
@@ -13,0 +11,0 @@ |
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
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
10
1
0
8116
9
126
97