rest-client-sdk
Advanced tools
Comparing version 2.0.1-rc.1 to 2.0.1
@@ -5,2 +5,7 @@ # Changelog | ||
## 2.0.1 | ||
### Changed | ||
* Better packaging system [#48](https://github.com/mapado/rest-client-js-sdk/pull/48) | ||
## 2.0.0 | ||
@@ -7,0 +12,0 @@ ### Added |
{ | ||
"name": "rest-client-sdk", | ||
"version": "v2.0.1-rc.1", | ||
"version": "v2.0.1", | ||
"description": "Rest Client SDK for API", | ||
"main": "dist/index.js", | ||
"module": "dist/index.es.js", | ||
"files": [ | ||
"dist", | ||
"src" | ||
], | ||
"files": ["dist", "src"], | ||
"scripts": { | ||
@@ -58,7 +55,3 @@ "clean": "rimraf dist", | ||
}, | ||
"keywords": [ | ||
"Rest", | ||
"SDK", | ||
"API" | ||
], | ||
"keywords": ["Rest", "SDK", "API"], | ||
"author": "Mapado", | ||
@@ -80,12 +73,7 @@ "license": "MIT", | ||
"lint-staged": { | ||
"*.{js,jsx,json,md}": [ | ||
"prettier --write", | ||
"git add" | ||
] | ||
"*.{js,jsx,json,md}": ["prettier --write", "git add"] | ||
}, | ||
"jest": { | ||
"setupFiles": [ | ||
"./setupJest.js" | ||
] | ||
"setupFiles": ["./setupJest.js"] | ||
} | ||
} |
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
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
319037
0
10