rest-client-sdk
Advanced tools
Comparing version 2.0.0 to 2.0.1-rc.1
{ | ||
"name": "rest-client-sdk", | ||
"version": "2.0.0", | ||
"version": "v2.0.1-rc.1", | ||
"description": "Rest Client SDK for API", | ||
"main": "dist/index.js", | ||
"module": "dist/index.es.js", | ||
"files": ["dist", "src"], | ||
"files": [ | ||
"dist", | ||
"src" | ||
], | ||
"scripts": { | ||
@@ -18,3 +21,2 @@ "clean": "rimraf dist", | ||
"deep-diff": "^0.3.8", | ||
"immutable": "^4.0.0-rc.9", | ||
"urijs": "^1.19.0" | ||
@@ -39,2 +41,3 @@ }, | ||
"husky": "^0.14.3", | ||
"immutable": "^4.0.0-rc.9", | ||
"jest": "^22.1.1", | ||
@@ -57,3 +60,7 @@ "lint-staged": "^6.0.0", | ||
}, | ||
"keywords": ["Rest", "SDK", "API"], | ||
"keywords": [ | ||
"Rest", | ||
"SDK", | ||
"API" | ||
], | ||
"author": "Mapado", | ||
@@ -71,11 +78,16 @@ "license": "MIT", | ||
"path": "./dist/index.es.js", | ||
"maxSize": "31 Kb" | ||
"maxSize": "11 Kb" | ||
} | ||
], | ||
"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" | ||
] | ||
} | ||
} |
@@ -1,3 +0,3 @@ | ||
import { isImmutable } from 'immutable'; | ||
import diff from 'deep-diff'; | ||
import { isImmutable } from './isImmutable'; | ||
@@ -4,0 +4,0 @@ /** |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
3
26
318989
26
4171
1
11
- Removedimmutable@^4.0.0-rc.9
- Removedimmutable@4.3.7(transitive)