@tayeh/web-client
Advanced tools
Comparing version 1.0.8-alpha.2 to 1.0.9
{ | ||
"name": "@tayeh/web-client", | ||
"version": "1.0.8-alpha.2", | ||
"version": "1.0.9", | ||
"description": "tayeh shop-api client", | ||
@@ -13,3 +13,4 @@ "main": "dist/index.js", | ||
"build": "microbundle", | ||
"dev": "microbundle watch" | ||
"dev": "microbundle watch", | ||
"publish": "npm run test && npm run build && cp ./package.json ./dist/package.json && cd ./dist/ && npm publish --publich" | ||
}, | ||
@@ -36,9 +37,12 @@ "repository": { | ||
"devDependencies": { | ||
"@types/dotenv": "^8.2.0", | ||
"@types/jest": "^26.0.8", | ||
"jest": "^26.4.2", | ||
"microbundle": "^0.12.3", | ||
"nock": "^13.0.4" | ||
"nock": "^13.0.4", | ||
"ts-jest": "^26.4.4" | ||
}, | ||
"dependencies": { | ||
"axios": "^0.20.0", | ||
"dotenv": "^8.2.0", | ||
"isomorphic-unfetch": "^3.0.0", | ||
@@ -45,0 +49,0 @@ "querystringify": "^2.2.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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances 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
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
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
2
119787
5
6
17
240
1
2
0
8
1
+ Addeddotenv@^8.2.0
+ Addeddotenv@8.6.0(transitive)