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

rfc-log-levels

Package Overview
Dependencies
Maintainers
1
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rfc-log-levels - npm Package Compare versions

Comparing version 3.18.0 to 3.19.0-next.1699895313.cfd40cf6e29aa4373b8ce2c247e7303a255f7436

41

package.json
{
"name": "rfc-log-levels",
"version": "3.18.0",
"version": "3.19.0-next.1699895313.cfd40cf6e29aa4373b8ce2c247e7303a255f7436",
"description": "A map of log level aliases matched to their numeric values. Follows the RFC Standard.",

@@ -160,14 +160,14 @@ "homepage": "https://github.com/bevry/rfc-log-levels",

"devDependencies": {
"@bevry/update-contributors": "^1.22.0",
"@types/node": "^20.8.10",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"assert-helpers": "^8.4.0",
"eslint": "^8.52.0",
"eslint-config-bevry": "^3.28.0",
"@bevry/update-contributors": "^1.23.0",
"@types/node": "^20.9.0",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"assert-helpers": "^11.2.0",
"eslint": "^8.53.0",
"eslint-config-bevry": "^3.29.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"filedirname": "^2.8.0",
"kava": "^5.17.0",
"prettier": "^3.0.3",
"kava": "^7.1.0",
"prettier": "^3.1.0",
"projectz": "^2.23.0",

@@ -177,12 +177,12 @@ "surge": "^0.23.1",

"typescript": "5.2.2",
"valid-directory": "^4.0.0",
"valid-module": "^2.0.0"
"valid-directory": "^4.1.0",
"valid-module": "^2.1.0"
},
"scripts": {
"our:clean": "rm -Rf ./docs ./edition* ./es2015 ./es5 ./out ./.next",
"our:clean": "rm -rf ./docs ./edition* ./es2015 ./es5 ./out ./.next",
"our:compile": "npm run our:compile:edition-browsers && npm run our:compile:edition-es2022 && npm run our:compile:edition-es2022-esm && npm run our:compile:types",
"our:compile:edition-browsers": "tsc --module ESNext --target ES2022 --outDir ./edition-browsers --project tsconfig.json && ( test ! -d edition-browsers/source || ( mv edition-browsers/source edition-temp && rm -Rf edition-browsers && mv edition-temp edition-browsers ) )",
"our:compile:edition-es2022": "tsc --module commonjs --target ES2022 --outDir ./edition-es2022 --project tsconfig.json && ( test ! -d edition-es2022/source || ( mv edition-es2022/source edition-temp && rm -Rf edition-es2022 && mv edition-temp edition-es2022 ) ) && printf '%s' '{\"type\": \"commonjs\"}' > edition-es2022/package.json",
"our:compile:edition-es2022-esm": "tsc --module ESNext --target ES2022 --outDir ./edition-es2022-esm --project tsconfig.json && ( test ! -d edition-es2022-esm/source || ( mv edition-es2022-esm/source edition-temp && rm -Rf edition-es2022-esm && mv edition-temp edition-es2022-esm ) ) && printf '%s' '{\"type\": \"module\"}' > edition-es2022-esm/package.json",
"our:compile:types": "tsc --project tsconfig.json --emitDeclarationOnly --declaration --declarationMap --declarationDir ./compiled-types && ( test ! -d compiled-types/source || ( mv compiled-types/source edition-temp && rm -Rf compiled-types && mv edition-temp compiled-types ) )",
"our:compile:edition-browsers": "tsc --module ESNext --target ES2022 --outDir ./edition-browsers --project tsconfig.json && ( test ! -d edition-browsers/source || ( mv edition-browsers/source edition-temp && rm -rf edition-browsers && mv edition-temp edition-browsers ) )",
"our:compile:edition-es2022": "tsc --module commonjs --target ES2022 --outDir ./edition-es2022 --project tsconfig.json && ( test ! -d edition-es2022/source || ( mv edition-es2022/source edition-temp && rm -rf edition-es2022 && mv edition-temp edition-es2022 ) ) && printf '%s' '{\"type\": \"commonjs\"}' > edition-es2022/package.json",
"our:compile:edition-es2022-esm": "tsc --module ESNext --target ES2022 --outDir ./edition-es2022-esm --project tsconfig.json && ( test ! -d edition-es2022-esm/source || ( mv edition-es2022-esm/source edition-temp && rm -rf edition-es2022-esm && mv edition-temp edition-es2022-esm ) ) && printf '%s' '{\"type\": \"module\"}' > edition-es2022-esm/package.json",
"our:compile:types": "tsc --project tsconfig.json --emitDeclarationOnly --declaration --declarationMap --declarationDir ./compiled-types && ( test ! -d compiled-types/source || ( mv compiled-types/source edition-temp && rm -rf compiled-types && mv edition-temp compiled-types ) )",
"our:deploy": "printf '%s\n' 'no need for this project'",

@@ -192,3 +192,3 @@ "our:meta": "npm run our:meta:contributors && npm run our:meta:docs && npm run our:meta:projectz",

"our:meta:docs": "npm run our:meta:docs:typedoc",
"our:meta:docs:typedoc": "rm -Rf ./docs && typedoc --exclude '**/+(*test*|node_modules)' --excludeExternals --out ./docs ./source",
"our:meta:docs:typedoc": "rm -rf ./docs && typedoc --exclude '**/+(*test*|node_modules)' --excludeExternals --out ./docs ./source",
"our:meta:projectz": "projectz compile",

@@ -218,4 +218,5 @@ "our:release": "npm run our:release:prepare && npm run our:release:check-changelog && npm run our:release:check-dirty && npm run our:release:tag && npm run our:release:push",

"semi": false,
"singleQuote": true
"singleQuote": true,
"trailingComma": "es5"
}
}
}

@@ -66,3 +66,3 @@ <!-- TITLE/ -->

<script type="module">
import pkg from '//cdn.skypack.dev/rfc-log-levels@^3.18.0'
import pkg from '//cdn.skypack.dev/rfc-log-levels@^3.19.0'
</script>

@@ -75,3 +75,3 @@ ```

<script type="module">
import pkg from '//unpkg.com/rfc-log-levels@^3.18.0'
import pkg from '//unpkg.com/rfc-log-levels@^3.19.0'
</script>

@@ -84,3 +84,3 @@ ```

<script type="module">
import pkg from '//dev.jspm.io/rfc-log-levels@3.18.0'
import pkg from '//dev.jspm.io/rfc-log-levels@3.19.0'
</script>

@@ -87,0 +87,0 @@ ```

@@ -41,3 +41,3 @@ /**

name: string,
levels: LevelsMap = rfcLogLevels,
levels: LevelsMap = rfcLogLevels
): number | null {

@@ -56,3 +56,3 @@ if (levels[name] == null) {

number: number,
levels: LevelsMap = rfcLogLevels,
levels: LevelsMap = rfcLogLevels
): string | null {

@@ -92,3 +92,3 @@ for (const name in levels) {

level: string | number,
levels: LevelsMap = rfcLogLevels,
levels: LevelsMap = rfcLogLevels
): LevelInfo | null {

@@ -95,0 +95,0 @@ if (typeof level === 'string') {

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