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

node-my-info-sg

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-my-info-sg - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

4

lib/client.js

@@ -98,3 +98,3 @@ const _ = require('lodash');

// ERROR
reject(new Error(callErr));
reject(callErr);
} else {

@@ -147,3 +147,3 @@ // SUCCESSFUL

if (callErr) {
reject(new Error(callErr));
reject(callErr);
} else {

@@ -150,0 +150,0 @@ // SUCCESSFUL

{
"name": "node-my-info-sg",
"version": "1.0.2",
"version": "1.0.3",
"description": "",

@@ -5,0 +5,0 @@ "main": "lib/client.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