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

7digital-api

Package Overview
Dependencies
Maintainers
1
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

7digital-api - npm Package Compare versions

Comparing version 0.7.1 to 0.7.2

6

lib/request.js

@@ -1,2 +0,3 @@

var http = require('http'),
var util = require('util'),
http = require('http'),
ApiError = require('./apierror'),

@@ -243,3 +244,4 @@ querystring = require('querystring'),

this.logger.info(httpMethod + ': ' + url);
this.logger.info(util.format('%s: http://%s:%s%s', httpMethod, this.host,
this.port, url));
apiRequest = http.request({

@@ -246,0 +248,0 @@ method: httpMethod,

{
"name": "7digital-api",
"version": "0.7.1",
"version": "0.7.2",
"description": "7digital API client for nodeJS",

@@ -5,0 +5,0 @@ "homepage": [

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