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

iota-tangle

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

iota-tangle - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

2

dist/index.d.ts
export { Factory } from './factory';
export { Serializer } from './serializer';
export { Hash } from './hash';
export { Transaction } from './transaction';

@@ -5,3 +5,7 @@ "use strict";

exports.Factory = factory_1.Factory;
var serializer_1 = require("./serializer");
exports.Serializer = serializer_1.Serializer;
var hash_1 = require("./hash");
exports.Hash = hash_1.Hash;
var transaction_1 = require("./transaction");
exports.Transaction = transaction_1.Transaction;

2

package.json
{
"name": "iota-tangle",
"version": "0.0.4",
"version": "0.0.5",
"description": "Basic models and services for IOTA's tangle",

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

export { Factory } from './factory'
export { Transaction } from './transaction'
export { Serializer } from './serializer'
export { Hash } from './hash'
export { Transaction } from './transaction'
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