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

restjs-api

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

restjs-api - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

5

index.js

@@ -96,2 +96,7 @@ var request = require("request");

var metadata = options._kidozen || options.metadata;
if (metadata && metadata.actAs) {
optionsToUse.headers.authorization = metadata.actAs;
};
// set required options

@@ -98,0 +103,0 @@ optionsToUse.method = options.method || "GET";

2

package.json
{
"name": "restjs-api",
"version": "0.1.3",
"version": "0.1.4",
"description": "Kidozen's connector to invoke REST services",

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

@@ -0,0 +0,0 @@ # REST client for Node.js

@@ -0,0 +0,0 @@ var assert = require('assert');

Sorry, the diff of this file is not supported yet

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