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

the-traveler

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

the-traveler - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

2

package.json
{
"name": "the-traveler",
"version": "0.1.4",
"version": "0.1.5",
"description": "A Node.js API wrapper for the Destiny 2 API",

@@ -5,0 +5,0 @@ "keywords": [

@@ -35,4 +35,2 @@ Table of Contents

### Prerequisites

@@ -54,3 +52,3 @@

If you want to use this package inside a es5 you can import it like so:
If you want to use this package inside a ES5 project you can import it like so:

@@ -67,3 +65,3 @@ ```

//Access the enums (example componentType profiles)
var prorfilesType = Enums.ComponentType.Profiles;
var profilesType = Enums.ComponentType.Profiles;

@@ -147,3 +145,3 @@ ```

import Traveler from 'the-traveler';
import {ComponentType} from 'the-traveler/enums'
import {ComponentType} from 'the-traveler/build/enums'

@@ -242,3 +240,3 @@ const traveler = new Traveler({

We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/your/project/tags).
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/alexanderwe/the-traveler/tags).

@@ -245,0 +243,0 @@

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