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

mrdandandan-destiny-api-module

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mrdandandan-destiny-api-module - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1

3

dist/DestinyApiRequest.js

@@ -76,4 +76,5 @@ 'use strict';

var destinyApiRequest = function destinyApiRequest() {
this.addHeader('X-API-Key', apiKey);
return request.apply(undefined, arguments).then(_DestinyApiResponse2.default.unwrap).catch(_DestinyApiResponse2.default.error);
};
}.bind(this);
return this.appendRequestMetadata(destinyApiRequest);

@@ -80,0 +81,0 @@ }

{
"name": "mrdandandan-destiny-api-module",
"version": "0.0.0",
"version": "0.0.1",
"description": "Destiny API definitions for *",

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

@@ -39,8 +39,9 @@ import {ApiRequest} from 'api-request-base';

let destinyApiRequest = function destinyApiRequest() {
this.addHeader('X-API-Key', apiKey);
return request(...arguments)
.then(DestinyApiResponse.unwrap)
.catch(DestinyApiResponse.error);
};
}.bind(this);
return this.appendRequestMetadata(destinyApiRequest);
}
}
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