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

@opuscapita/service-client

Package Overview
Dependencies
Maintainers
27
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opuscapita/service-client - npm Package Compare versions

Comparing version 1.1.21 to 1.1.22-beta.0

18

package.json
{
"name": "@opuscapita/service-client",
"version": "1.1.21",
"version": "1.1.22-beta.0",
"description": "Module for http based inter-service-communication for OpusCapitaBusinessNetwork.",
"main": "index.js",
"scripts": {
"start": "npm run setup-consul && npm run test",
"test:unit": "npx nyc -r lcov mocha --bail --reporter min 'test/**/*.test.js' ",
"test:unit-watch": "npx nyc -r lcov mocha -w --bail --reporter min 'test/**/*.test.js' ",
"test:debug": "npx nyc -r lcov -r text mocha -r mocha-junit-reporter -O outputs=true 'test/**/*.test.js'",
"test:integ": "npm run setup-consul && npm run clean && npx nyc -r lcov mocha --exit --timeout 30000 --reporter mocha-junit-reporter --reporter-options mochaFile=results/integration-test-results.xml,outputs=true test/index.spec.js",
"test-setup": "npm run setup-consul",
"test": "npm run test:integ",
"start": "yarn run setup-consul && yarn run test",
"test:unit": "yarn nyc -r lcov mocha --bail --reporter min 'test/**/*.test.js' ",
"test:unit-watch": "yarn nyc -r lcov mocha -w --bail --reporter min 'test/**/*.test.js' ",
"test:debug": "yarn nyc -r lcov -r text mocha -r mocha-junit-reporter -O outputs=true 'test/**/*.test.js'",
"test:integ": "yarn run setup-consul && yarn run clean && yarn nyc -r lcov mocha --exit --timeout 30000 --reporter mocha-junit-reporter --reporter-options mochaFile=results/integration-test-results.xml,outputs=true test/index.spec.js",
"test-setup": "yarn run setup-consul",
"test": "yarn run test:integ",
"clean": "rm -Rf .nyc_output coverage/* test-results.xml",
"setup-consul": "sh ./setup-consul.sh",
"doc": "npx jsdoc2md index.js > wiki/Home.md"
"doc": "yarn jsdoc2md index.js > wiki/Home.md"
},

@@ -18,0 +18,0 @@ "repository": {

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