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

lightning

Package Overview
Dependencies
Maintainers
1
Versions
358
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lightning - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

index.d.ts

4

CHANGELOG.md
# Versions
## 1.0.1
- Add typescript support
## 1.0.0

@@ -4,0 +8,0 @@

11

index.js

@@ -1,4 +0,7 @@

const {authenticatedLndGrpc} = require('./lnd_grpc');
const {unauthenticatedLndGrpc} = require('./lnd_grpc');
module.exports = {authenticatedLndGrpc, unauthenticatedLndGrpc};
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const authenticated_lnd_grpc_1 = require("./typescript/authenticated_lnd_grpc");
exports.authenticatedLndGrpc = authenticated_lnd_grpc_1.default;
const unauthenticated_lnd_grpc_1 = require("./typescript/unauthenticated_lnd_grpc");
exports.unauthenticatedLndGrpc = unauthenticated_lnd_grpc_1.default;
//# sourceMappingURL=index.js.map

@@ -22,3 +22,3 @@ const {join} = require('path');

{
[cert]: <Base64 or Hex Serialized LND TLS Cert>
[cert]: <Base64 or Hex Serialized LND TLS Cert String>
[socket]: <Host:Port String>

@@ -25,0 +25,0 @@ }

@@ -8,2 +8,3 @@ {

"@grpc/proto-loader": "0.5.3",
"async": "3.1.0",
"grpc": "1.24.2",

@@ -15,3 +16,6 @@ "is-base64": "1.0.0",

"devDependencies": {
"tap": "14.10.5"
"request": "2.88.0",
"request-promise-native": "1.0.8",
"tap": "14.10.5",
"typescript": "3.7.4"
},

@@ -34,5 +38,8 @@ "engines": {

"scripts": {
"test": "tap test/lnd_grpc/*.js"
"prepare": "npm run tsc",
"test": "npm run tsc && tap test/lnd_grpc/*.js",
"tsc": "./node_modules/typescript/bin/tsc --build tsconfig.json"
},
"version": "1.0.0"
"types": "index.d.ts",
"version": "1.0.1"
}

@@ -83,3 +83,3 @@ # Lightning

{
[cert]: <Base64 or Hex Serialized LND TLS Cert>
[cert]: <Base64 or Hex Serialized LND TLS Cert String>
[socket]: <Host:Port String>

@@ -86,0 +86,0 @@ }

Sorry, the diff of this file is not supported yet

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