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

cimpress-fulfiller-identity

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cimpress-fulfiller-identity - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

4

package.json
{
"name": "cimpress-fulfiller-identity",
"version": "0.0.7",
"version": "0.0.8",
"description": "Thin client library for Cimpress' Fulfiller Identity service",

@@ -29,3 +29,3 @@ "main": "src/index.js",

"request": "^2.81.0",
"request-promise": "^4.2.1"
"request-promise-native": "^1.0.4"
},

@@ -32,0 +32,0 @@ "devDependencies": {

'use strict';
const request = require("request");
const rp = require("request-promise");
const rp = require("request-promise-native");
const AWSXRayMock = require("./aws_xray_mock");

@@ -39,2 +39,5 @@

}
if (callOptions && callOptions.fulfillerId) {
subsegment.addAnnotation("FulfillerId", callOptions.fulfillerId);
}
options.uri = (callOptions && callOptions.fulfillerId) ? `${self.url}/v1/fulfillers/${callOptions.fulfillerId}` : `${self.url}/v1/fulfillers`;

@@ -41,0 +44,0 @@ rp(options)

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