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.5 to 0.0.6

4

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

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

"dependencies": {
"aws-xray-sdk": "^1.1.1",
"aws-xray-sdk-core": "1.1.1",
"request": "^2.81.0",

@@ -30,0 +30,0 @@ "request-promise": "^4.2.1"

@@ -8,3 +8,3 @@ const FulfillerIdentityProxy = require("./fulfiller_identity_proxy");

if (process.env.xray === "true") {
AWSXRay = require("aws-xray-sdk");
AWSXRay = require("aws-xray-sdk-core");
} else {

@@ -11,0 +11,0 @@ AWSXRay = require("./aws_xray_mock");

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