New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

stellar-base

Package Overview
Dependencies
Maintainers
1
Versions
182
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stellar-base - npm Package Compare versions

Comparing version 0.0.11 to 0.1.0

lib/account.js

6

lib/index.js

@@ -28,3 +28,9 @@ "use strict";

exports.Hyper = _jsXdr.Hyper;
exports.Transaction = require("./transaction").Transaction;
exports.TransactionBuilder = require("./transaction_builder").TransactionBuilder;
exports.Currency = require("./currency").Currency;
exports.Operation = require("./operation").Operation;
exports.Memo = require("./memo").Memo;
exports.Account = require("./account").Account;
_defaults(exports, _interopRequireWildcard(require("./base58")));

2

package.json
{
"name": "stellar-base",
"version": "0.0.11",
"version": "0.1.0",
"description": "Low level stellar support library",

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

@@ -9,3 +9,9 @@

export {UnsignedHyper,Hyper} from "js-xdr";
export {Transaction} from "./transaction";
export {TransactionBuilder} from "./transaction_builder";
export {Currency} from "./currency";
export {Operation} from "./operation";
export {Memo} from "./memo";
export {Account} from "./account";
export * from "./base58";

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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