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.0 to 0.4.1

4

build/main.js

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

require('babel/polyfill');
var _url = require('url');

@@ -30,2 +28,4 @@

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

@@ -32,0 +32,0 @@

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

@@ -26,7 +26,10 @@ "main": "index.js",

"eslint": "^0.21.2",
"isomorphic-fetch": "^2.1.0",
"lodash": "^3.9.1",
"uglify-loader": "^1.2.0",
"webpack": "^1.9.9"
},
"dependencies": {
"es6-promise": "^2.1.1",
"isomorphic-fetch": "^2.1.0",
"lodash": "^3.9.1"
}
}
'use strict';
import 'babel/polyfill';
require('es6-promise').polyfill();
import url from 'url';

@@ -5,0 +5,0 @@ import _ from 'lodash';

@@ -13,11 +13,11 @@ var path = require('path');

plugins: [
new webpack.optimize.UglifyJsPlugin({
compress: {
warnings: false
},
mangle: {
except: ['exports', 'require', 'DestinyError']
}
})
// new webpack.optimize.UglifyJsPlugin({
// compress: {
// warnings: false
// },
// mangle: {
// except: ['exports', 'require']
// }
// })
]
};

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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