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

lightrail-client

Package Overview
Dependencies
Maintainers
4
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lightrail-client - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

3

dist/index.d.ts
/// <reference types="superagent" />
import * as superagent from "superagent";
import * as accounts from "./accounts";
import * as cards from "./cards";

@@ -10,3 +11,3 @@ import * as contacts from "./contacts";

import { LightrailRequestError } from "./LightrailRequestError";
export { LightrailOptions, LightrailRequestError, cards, contacts, model, params, programs };
export { LightrailOptions, LightrailRequestError, accounts, cards, contacts, model, params, programs };
/**

@@ -13,0 +14,0 @@ * These values are all configurable from configure().

@@ -6,2 +6,4 @@ "use strict";

const superagentLogger = require("superagent-logger");
const accounts = require("./accounts");
exports.accounts = accounts;
const cards = require("./cards");

@@ -8,0 +10,0 @@ exports.cards = cards;

{
"name": "lightrail-client",
"version": "1.2.0",
"version": "1.2.1",
"description": "A Javascript and Typescript client for Lightrail",

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

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