Socket
Book a DemoInstallSign in
Socket

esi-es6

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

esi-es6

A simple es6 module wrapper around the eve online api

latest
Source
npmnpm
Version
0.0.2
Version published
Maintainers
1
Created
Source

esi-es6

<script type="module">
  import { get_alliances as getAlliances } from './node_modules/esi-es6-lib/Alliances.js';
  getAlliances.then(console.log);
</script>
  import { get_alliances as getAlliances } from 'esi-es6-lib/Alliances.js';
  getAlliances.then(console.log);

FAQs

Package last updated on 16 Sep 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts