@walletconnect/logger
Advanced tools
Comparing version 2.0.1 to 2.1.0-1385741
{ | ||
"name": "@walletconnect/logger", | ||
"description": "Logger Utils", | ||
"version": "2.0.1", | ||
"version": "2.1.0-1385741", | ||
"author": "WalletConnect, Inc. <walletconnect.com>", | ||
@@ -26,13 +26,20 @@ "license": "MIT", | ||
], | ||
"main": "dist/cjs/index.js", | ||
"types": "dist/cjs/index.d.ts", | ||
"unpkg": "dist/umd/index.min.js", | ||
"main": "dist/index.cjs.js", | ||
"module": "dist/index.es.js", | ||
"browser": "dist/index.es.js", | ||
"unpkg": "dist/index.umd.js", | ||
"types": "dist/types/index.d.ts", | ||
"scripts": { | ||
"clean": "rm -rf dist", | ||
"build:cjs": "tsc -p tsconfig.cjs.json", | ||
"build:esm": "tsc -p tsconfig.esm.json", | ||
"build:umd": "webpack", | ||
"build": "run-s clean build:cjs build:esm build:umd ", | ||
"build:pre": "npm run clean", | ||
"build:types": "tsc", | ||
"build:source": "rollup --config rollup.config.js", | ||
"build": "npm run build:pre && npm run build:source && npm run build:types", | ||
"test": "env TS_NODE_PROJECT=\"tsconfig.cjs.json\" mocha --timeout 5000 --exit -r ts-node/register ./test/**/*.test.ts", | ||
"lint": "eslint -c '../../.eslintrc' --fix './src/**/*.ts'" | ||
"lint": "eslint -c '../../.eslintrc' --fix './src/**/*.ts'", | ||
"npm-publish:latest": "npm publish --access public --tag latest", | ||
"npm-publish:canary": "npm publish --access public --tag canary", | ||
"prepublishOnly": "npm run test && npm run build", | ||
"prettier": "prettier --config ../../.prettierrc --check {src,test}/**/*.ts", | ||
"format": "prettier --config ../../.prettierrc --write {src,test}/**/*.ts" | ||
}, | ||
@@ -43,23 +50,12 @@ "devDependencies": { | ||
"@types/pino": "^6.3.3", | ||
"husky": "^4.3.0", | ||
"@types/sinon": "^17.0.3", | ||
"pino-pretty": "^7.6.0", | ||
"typescript": "^3.7.5", | ||
"sinon": "^17.0.1", | ||
"webpack": "^4.41.6", | ||
"webpack-cli": "^3.3.11" | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"pre-commit": "run-s lint" | ||
} | ||
}, | ||
"prettier": { | ||
"printWidth": 80, | ||
"semi": true, | ||
"singleQuote": false, | ||
"trailingComma": "es5" | ||
}, | ||
"dependencies": { | ||
"pino": "7.11.0", | ||
"tslib": "1.14.1" | ||
"@walletconnect/safe-json": "^1.0.2", | ||
"pino": "7.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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
187
124938
23
3
1
+ Added@walletconnect/safe-json@1.0.2(transitive)
- Removedtslib@1.14.1