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

@compassdigital/provider

Package Overview
Dependencies
Maintainers
4
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@compassdigital/provider - npm Package Compare versions

Comparing version 0.1.10 to 0.1.11

10

lib/index.js

@@ -71,3 +71,9 @@ 'use strict';

{
var error_message = null;
var error_message = null;
var error_code = -32603;
if(typeof err == "object" && err.number)
{
error_code = err.number;
}

@@ -94,3 +100,3 @@ if(typeof err == "string")

{
"jsonrpc": "2.0", "error": {"code": -32603, message: error_message}, "id": id
"jsonrpc": "2.0", "error": {"code": error_code, message: error_message}, "id": id
}

@@ -97,0 +103,0 @@ );

2

package.json
{
"name": "@compassdigital/provider",
"version": "0.1.10",
"version": "0.1.11",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

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