New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

rest-on-couch-client

Package Overview
Dependencies
Maintainers
6
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rest-on-couch-client - npm Package Compare versions

Comparing version 1.0.0 to 2.0.0

lib-es6/base/BaseRoc.js

9

History.md

@@ -0,1 +1,10 @@

# [2.0.0](https://github.com/cheminfo/rest-on-couch-client/compare/v1.0.0...v2.0.0) (2019-03-29)
### Features
* rethink the whole API ([#1](https://github.com/cheminfo/rest-on-couch-client/issues/1)) ([064adb2](https://github.com/cheminfo/rest-on-couch-client/commit/064adb2))
<a name="0.0.6"></a>

@@ -2,0 +11,0 @@ ## [0.0.6](https://github.com/cheminfo/rest-on-couch-client/compare/v0.0.5...v0.0.6) (2018-02-07)

57

package.json
{
"name": "rest-on-couch-client",
"version": "1.0.0",
"description": "A rest-on-couch client for node.js",
"main": "src/Roc.js",
"repository": "git@github.com:cheminfo/rest-on-couch-client.git",
"author": "Daniel Kostro <kostro.d@gmail.com>",
"license": "MIT",
"version": "2.0.0",
"description": "A nodejs / browser client for rest-on-couch backend",
"main": "./lib/index.js",
"module": "./lib-es6/index.js",
"types": "./lib/index.d.ts",
"files": [
"lib",
"lib-es6"
],
"scripts": {
"eslint": "eslint src",
"test": "npm run eslint",
"eslint-fix": "eslint src --fix"
"clean": "rimraf lib lib-es6",
"prepare": "npm run tsc",
"test": "npm run test-only",
"test-only": "jest",
"test-coverage": "jest --coverage",
"tsc": "npm run clean && npm run tsc-es5 && npm run tsc-es6",
"tsc-es5": "tsc",
"tsc-es6": "tsc --project tsconfig.es6.json"
},
"dependencies": {
"detect-node": "^2.0.3",
"superagent": "^3.8.2"
"repository": {
"type": "git",
"url": "git+https://github.com/cheminfo/rest-on-couch-client.git"
},
"keywords": [],
"author": "Daniel Kostro",
"license": "MIT",
"bugs": {
"url": "https://github.com/cheminfo/rest-on-couch-client/issues"
},
"homepage": "https://github.com/cheminfo/rest-on-couch-client#readme",
"jest": {
"preset": "ts-jest",
"testEnvironment": "node"
},
"devDependencies": {
"eslint": "^4.17.0",
"eslint-config-cheminfo": "^1.15.1",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jest": "^21.7.0",
"eslint-plugin-no-only-tests": "^1.1.0"
"@types/jest": "^24.0.11",
"jest": "^24.5.0",
"rimraf": "^2.6.3",
"ts-jest": "^24.0.0",
"typescript": "^3.3.4000"
},
"dependencies": {
"axios": "^0.18.0",
"immer": "^2.1.4"
}
}

Sorry, the diff of this file is not supported yet

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