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

destiny-client

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

destiny-client - npm Package Compare versions

Comparing version 0.4.2 to 0.4.3

6

build/main.js

@@ -9,2 +9,4 @@ 'use strict';

var _es6Promise = require('es6-promise');
var _lodash = require('lodash');

@@ -24,4 +26,2 @@

require('es6-promise').polyfill();
var HOST = 'https://www.bungie.net/platform/Destiny/'; // the is address to Bungie's API

@@ -41,3 +41,3 @@

lib[method.name] = function (params, headers) {
return Promise.resolve(params).then(function (params) {
return _es6Promise.Promise.resolve(params).then(function (params) {

@@ -44,0 +44,0 @@ if (method.options && method.options.method === 'POST' && !_lodash2['default'].isObject(headers)) {

{
"name": "destiny-client",
"version": "0.4.2",
"version": "0.4.3",
"description": "A client for Bungie's Destiny API.",

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

'use strict';
require('es6-promise').polyfill();
import { Promise } from 'es6-promise';
import _ from 'lodash';

@@ -5,0 +5,0 @@ import fetch from 'isomorphic-fetch';

Sorry, the diff of this file is too big to display

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