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.4 to 0.0.5

2

dist/endpoints/user.js

@@ -16,3 +16,3 @@ 'use strict';

exports.default = {
searchDestinyPlayer: new _DestinyApiRequest2.default({
getBungieAccount: new _DestinyApiRequest2.default({
path: 'GetBungieAccount/{' + _constants.PARAMETERS.MEMBERSHIP_ID + '}/{' + _constants.PARAMETERS.MEMBERSHIP_TYPE + '}',

@@ -19,0 +19,0 @@ routeBinding: ':' + _constants.PARAMETERS.MEMBERSHIP_ID + '/:' + _constants.PARAMETERS.MEMBERSHIP_TYPE,

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

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

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

export default {
searchDestinyPlayer: new DestinyApiRequest({
getBungieAccount: new DestinyApiRequest({
path: `GetBungieAccount/{${PARAMETERS.MEMBERSHIP_ID}}/{${PARAMETERS.MEMBERSHIP_TYPE}}`,

@@ -8,0 +8,0 @@ routeBinding: `:${PARAMETERS.MEMBERSHIP_ID}/:${PARAMETERS.MEMBERSHIP_TYPE}`,

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