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

@orbis-systems/orbis-api-client

Package Overview
Dependencies
Maintainers
1
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@orbis-systems/orbis-api-client - npm Package Compare versions

Comparing version 1.0.1 to 1.0.4

dist/lib/APIClient.js

2

package.json
{
"name": "@orbis-systems/orbis-api-client",
"version": "1.0.1",
"version": "1.0.4",
"description": "",

@@ -5,0 +5,0 @@ "main": "lib/APIClient.js",

@@ -35,3 +35,3 @@ ## This is in early development and is not ready for implementation.

cert: fs.readFileSync('./cert.pem'), //Obtained from Orbis
token: '10222', //Obtained from Orbis. Must be string (not int)
token: '123456', //Obtained from Orbis. Must be string (not int)
domain: 'https://example.com/', //Obtained from Orbis

@@ -53,3 +53,3 @@ base_url: 'https://example.com/', //Obtained from Orbis

cert: fs.readFileSync('./cert.pem'), //Obtained from Orbis
token: '10222', //Obtained from Orbis. Must be string (not int)
token: '123456', //Obtained from Orbis. Must be string (not int)
domain: 'https://example.com/', //Obtained from Orbis

@@ -56,0 +56,0 @@ base_url: 'https://example.com/', //Obtained from Orbis

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