daocrm-client
Advanced tools
Comparing version 0.1.2 to 1.0.2
{ | ||
"name": "daocrm-client", | ||
"version": "0.1.2", | ||
"description": "Official client for the Daocrm API", | ||
"author": "oxilor", | ||
"version": "1.0.2", | ||
"description": "Official library for using the daocrm API", | ||
"license": "MIT", | ||
"repository": "https://github.com/oxilor/daocrm-client", | ||
"bugs": "https://github.com/oxilor/daocrm-client/issues", | ||
"main": "src/index.ts", | ||
"private": false, | ||
"main": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"files": [ | ||
"lib/**/*" | ||
], | ||
"scripts": { | ||
"start": "tsc", | ||
"test": "jest --detectOpenHandles --forceExit" | ||
"test": "jest --config jestconfig.json", | ||
"lint": "tslint -p tsconfig.json", | ||
"build": "tsc", | ||
"prepare": "yarn build", | ||
"prepublishOnly": "yarn test && yarn lint", | ||
"version": "git add -A", | ||
"postversion": "git push && git push --tags" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/oxilor/daocrm-client.git" | ||
}, | ||
"devDependencies": { | ||
"@types/eslint": "^4.16.3", | ||
"@types/jest": "^23.3.2", | ||
"@types/node": "^10.11.3", | ||
"eslint": "^5.6.1", | ||
"jest": "^23.6.0", | ||
"ts-jest": "^23.10.3", | ||
"typescript": "^3.1.1" | ||
"@types/jest": "^24.0.17", | ||
"@types/nock": "^10.0.3", | ||
"@types/node": "^12.7.1", | ||
"jest": "^24.8.0", | ||
"nock": "^10.0.6", | ||
"ts-jest": "^24.0.2", | ||
"tslint": "^5.18.0", | ||
"typescript": "^3.5.3" | ||
}, | ||
"dependencies": { | ||
"axios": "^0.18.0", | ||
"eventemitter3": "^3.1.0" | ||
"axios": "^0.19.0", | ||
"p-queue": "^6.1.1" | ||
} | ||
} |
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
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
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate 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
25681
1
0
8
9
299
3
2
0
1
+ Addedp-queue@^6.1.1
+ Addedaxios@0.19.2(transitive)
+ Addedeventemitter3@4.0.7(transitive)
+ Addedp-finally@1.0.0(transitive)
+ Addedp-queue@6.6.2(transitive)
+ Addedp-timeout@3.2.0(transitive)
- Removedeventemitter3@^3.1.0
- Removedaxios@0.18.1(transitive)
- Removedeventemitter3@3.1.2(transitive)
- Removedis-buffer@2.0.5(transitive)
Updatedaxios@^0.19.0