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

dcp-rds

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dcp-rds - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

3

libexec/result.js

@@ -25,3 +25,4 @@ /**

var location = utils.getLocation(request);
var href = `${location.protocol}//${location.host}/methods/download/jobs/${jobId}/${elementType}/${element}`;
var methodPath = location.pathname.replace(/\/result$/, '');
var href = `${location.protocol}//${location.host}${methodPath}/download/jobs/${job}/${elementType}/${element}`;

@@ -28,0 +29,0 @@ await utils.storeContent(content, contentType, jobId, elementType, element);

{
"name": "dcp-rds",
"version": "1.0.3",
"version": "1.0.4",
"description": "DCP Remote Data Service reference implementation",

@@ -5,0 +5,0 @@ "scripts": {

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