@medusajs/medusa-js
Advanced tools
Comparing version 1.0.0 to 1.0.1-alpha.1582
{ | ||
"name": "@medusajs/medusa-js", | ||
"version": "1.0.0", | ||
"version": "1.0.1-alpha.1582+84b0f46f", | ||
"description": "Client for Medusa Commerce Rest API", | ||
@@ -11,11 +11,10 @@ "main": "./lib/index.js", | ||
"scripts": { | ||
"build": "tsc", | ||
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"", | ||
"lint": "tslint -p tsconfig.json", | ||
"build": "tsc --build", | ||
"test": "jest --config jestconfig.json" | ||
}, | ||
"author": "mrbltech", | ||
"license": "ISC", | ||
"author": "Oliver Juhl", | ||
"license": "MIT", | ||
"dependencies": { | ||
"axios": "^0.21.0" | ||
"axios": "^0.21.0", | ||
"retry-axios": "^2.6.0" | ||
}, | ||
@@ -31,9 +30,8 @@ "repository": { | ||
"@types/jest": "^26.0.19", | ||
"eslint": "^8.2.0", | ||
"jest": "^26.6.3", | ||
"prettier": "^2.2.1", | ||
"ts-jest": "^26.4.4", | ||
"tslint": "^6.1.3", | ||
"tslint-config-prettier": "^1.18.0", | ||
"typescript": "^4.1.3" | ||
} | ||
} | ||
}, | ||
"gitHead": "84b0f46f93b600d2936cce6d0ffb078576642c83" | ||
} |
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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 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
5
1937
2
3
0
2
4
+ Addedretry-axios@^2.6.0
+ Addedretry-axios@2.6.0(transitive)