New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.5 to 0.0.6

5

dist/endpoints/user.js

@@ -17,6 +17,7 @@ 'use strict';

getBungieAccount: new _DestinyApiRequest2.default({
path: 'GetBungieAccount/{' + _constants.PARAMETERS.MEMBERSHIP_ID + '}/{' + _constants.PARAMETERS.MEMBERSHIP_TYPE + '}',
path: 'User/GetBungieAccount/{' + _constants.PARAMETERS.MEMBERSHIP_ID + '}/{' + _constants.PARAMETERS.MEMBERSHIP_TYPE + '}',
routeBinding: ':' + _constants.PARAMETERS.MEMBERSHIP_ID + '/:' + _constants.PARAMETERS.MEMBERSHIP_TYPE,
requiredParameters: [_constants.PARAMETERS.MEMBERSHIP_ID, _constants.PARAMETERS.MEMBERSHIP_TYPE]
requiredParameters: [_constants.PARAMETERS.MEMBERSHIP_ID, _constants.PARAMETERS.MEMBERSHIP_TYPE],
isPlatformRequest: false
}).buildRequest()
};

2

package.json
{
"name": "mrdandandan-destiny-api-module",
"version": "0.0.5",
"version": "0.0.6",
"description": "Destiny API definitions for *",

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

@@ -6,3 +6,3 @@ import {PARAMETERS} from '../constants';

getBungieAccount: new DestinyApiRequest({
path: `GetBungieAccount/{${PARAMETERS.MEMBERSHIP_ID}}/{${PARAMETERS.MEMBERSHIP_TYPE}}`,
path: `User/GetBungieAccount/{${PARAMETERS.MEMBERSHIP_ID}}/{${PARAMETERS.MEMBERSHIP_TYPE}}`,
routeBinding: `:${PARAMETERS.MEMBERSHIP_ID}/:${PARAMETERS.MEMBERSHIP_TYPE}`,

@@ -12,4 +12,5 @@ requiredParameters: [

PARAMETERS.MEMBERSHIP_TYPE
]
],
isPlatformRequest: false
}).buildRequest()
};
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