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
4
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 3.3.1 to 3.3.2

8

CHANGELOG.md
# Changelog
### [3.3.2](https://www.github.com/cheminfo/rest-on-couch-client/compare/v3.3.1...v3.3.2) (2021-11-02)
### Bug Fixes
* add $kind to Document interface base ([85c73eb](https://www.github.com/cheminfo/rest-on-couch-client/commit/85c73ebf91fec3e73795eec9b819072b53dd38f9))
* upgrade deps ([0432ca4](https://www.github.com/cheminfo/rest-on-couch-client/commit/0432ca40da14fecafb6d7177a9a6d1053b5efe3d))
### [3.3.1](https://www.github.com/cheminfo/rest-on-couch-client/compare/v3.3.0...v3.3.1) (2021-09-01)

@@ -4,0 +12,0 @@

1

lib/types.d.ts

@@ -26,2 +26,3 @@ /// <reference types="node" />

$type: 'entry' | 'group';
$kind: string;
$creationDate: number;

@@ -28,0 +29,0 @@ $lastModification: string;

22

package.json
{
"name": "rest-on-couch-client",
"version": "3.3.1",
"version": "3.3.2",
"description": "A nodejs / browser client for rest-on-couch backend",

@@ -41,15 +41,15 @@ "main": "./lib/index.js",

"devDependencies": {
"@types/jest": "^27.0.1",
"eslint": "^7.32.0",
"eslint-config-cheminfo-typescript": "^8.0.9",
"jest": "^27.0.6",
"prettier": "^2.3.2",
"@types/jest": "^27.0.2",
"eslint": "^8.1.0",
"eslint-config-cheminfo-typescript": "^10.2.0",
"jest": "^27.3.1",
"prettier": "^2.4.1",
"rimraf": "^3.0.2",
"ts-jest": "^27.0.5",
"typescript": "^4.3.5"
"ts-jest": "^27.0.7",
"typescript": "^4.4.4"
},
"dependencies": {
"@types/node": "^16.7.1",
"axios": "^0.21.1",
"immer": "^9.0.5"
"@types/node": "^16.11.6",
"axios": "^0.24.0",
"immer": "^9.0.6"
},

@@ -56,0 +56,0 @@ "prettier": {

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