Socket
Socket
Sign inDemoInstall

@ibm-cloud/cloudant

Package Overview
Dependencies
Maintainers
2
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ibm-cloud/cloudant - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

junitreports/junit.xml

17

package.json
{
"name": "@ibm-cloud/cloudant",
"version": "0.0.8",
"version": "0.0.9",
"description": "IBM Cloudant Node.js SDK",

@@ -42,3 +42,3 @@ "main": "index.js",

"extend": "^3.0.2",
"ibm-cloud-sdk-core": "^2.4.0"
"ibm-cloud-sdk-core": "^2.4.5"
},

@@ -52,4 +52,15 @@ "jest": {

"preset": "ts-jest",
"testEnvironment": "node"
"testEnvironment": "node",
"testResultsProcessor": "jest-junit"
},
"jest-junit": {
"suiteName": "Generated unit tests",
"outputDirectory": "./junitreports/",
"outputName": "junit.xml",
"uniqueOutputName": "false",
"classNameTemplate": "{classname}",
"titleTemplate": "{title}",
"ancestorSeparator": " › ",
"usePathForSuiteName": "true"
}
}

2

README.md

@@ -18,3 +18,3 @@ <!--

# IBM Cloudant Node.js SDK Version 0.0.8
# IBM Cloudant Node.js SDK Version 0.0.9

@@ -21,0 +21,0 @@ Node.js client library to interact with various [Cloudant APIs](https://cloud.ibm.com/apidocs/cloudant?code=node).

@@ -25,4 +25,4 @@ {

"moduleResolution": "node", /* Specify module resolution strategy: 'node' (Node.js) or 'classic' (TypeScript pre-1.6). */
"types": ["node", "extend"], /* Type declaration files to be included in compilation. */
"types": ["node"], /* Type declaration files to be included in compilation. */
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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