Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

daocrm-client

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

daocrm-client - npm Package Compare versions

Comparing version 0.1.2 to 1.0.2

lib/Client.d.ts

46

package.json
{
"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"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc