🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
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

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'