@devmehq/sdk-js
Advanced tools
Comparing version 1.1.2 to 1.1.3-beta.1
# Change Log | ||
## v1.1.1 | ||
## v1.1.2 | ||
- Remove node-fetch dependency | ||
@@ -5,0 +5,0 @@ - Add axios client for request |
{ | ||
"name": "@devmehq/sdk-js", | ||
"version": "1.1.2", | ||
"version": "1.1.3-beta.1", | ||
"private": false, | ||
@@ -36,5 +36,6 @@ "description": "DEV.ME SDK for JavaScript & TypeScript for Server & Browser, Compatible with Node.js & React & Vue.js & Angular", | ||
"build": "rm -rf dist && tsc -p .", | ||
"lint": "eslint src test", | ||
"lint": "eslint src __tests__", | ||
"lint-fix": "yarn lint -- --fix", | ||
"prettier": "prettier --write \"src/**/*.{ts,json}\" \"test/**/*.{ts,json}\"", | ||
"prepare": "yarn husky install", | ||
"prettier": "prettier --write \"src/**/*.{ts,json}\" \"__tests__/**/*.{ts,json}\"", | ||
"test": "TS_NODE_TRANSPILE_ONLY=1 TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' mocha", | ||
@@ -45,22 +46,20 @@ "test-ci": "TS_NODE_TRANSPILE_ONLY=1 TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' mocha" | ||
"src/**/*.{ts,json}": "prettier --write", | ||
"__tests__/**/*.{ts}": "prettier --write", | ||
"__api_flows__/**/*.ts": "prettier --write", | ||
"swagger/**/*.json": "prettier --write" | ||
"__tests__/**/*.{ts,json}": "prettier --write" | ||
}, | ||
"dependencies": { | ||
"axios": "0.25.0" | ||
"axios": "1.2.3" | ||
}, | ||
"devDependencies": { | ||
"@types/chai": "4.3.0", | ||
"@types/mocha": "9.1.0", | ||
"chai": "4.3.6", | ||
"husky": "7.0.4", | ||
"lint-staged": "12.3.3", | ||
"mocha": "9.2.0", | ||
"prettier": "2.5.1", | ||
"@types/chai": "4.3.4", | ||
"@types/mocha": "10.0.1", | ||
"chai": "4.3.7", | ||
"husky": "8.0.3", | ||
"lint-staged": "13.1.0", | ||
"mocha": "10.2.0", | ||
"prettier": "2.8.3", | ||
"pretty-quick": "3.1.3", | ||
"should": "13.2.3", | ||
"ts-node": "10.4.0", | ||
"typescript": "4.5.5" | ||
"ts-node": "10.9.1", | ||
"typescript": "4.9.4" | ||
} | ||
} |
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
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
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
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
26
19911
275
2
2
+ Addedasynckit@0.4.0(transitive)
+ Addedaxios@1.2.3(transitive)
+ Addedcombined-stream@1.0.8(transitive)
+ Addeddelayed-stream@1.0.0(transitive)
+ Addedform-data@4.0.1(transitive)
+ Addedmime-db@1.52.0(transitive)
+ Addedmime-types@2.1.35(transitive)
+ Addedproxy-from-env@1.1.0(transitive)
- Removedaxios@0.25.0(transitive)
Updatedaxios@1.2.3