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

@theqrl/hashchains

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@theqrl/hashchains - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

2

dist/hashchains.cjs.js

@@ -1,2 +0,2 @@

/* @theqrl/hashchains v0.1.2 - Copyright (C) Die QRL Stiftung. License: MIT */
/* @theqrl/hashchains v0.1.3 - Copyright (C) Die QRL Stiftung. License: MIT */
'use strict';

@@ -3,0 +3,0 @@

@@ -1,2 +0,2 @@

/* @theqrl/hashchains v0.1.2 - Copyright (C) Die QRL Stiftung. License: MIT */
/* @theqrl/hashchains v0.1.3 - Copyright (C) Die QRL Stiftung. License: MIT */
import keccak from 'keccak';

@@ -3,0 +3,0 @@

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

/* @theqrl/hashchains v0.1.2 - Copyright (C) Die QRL Stiftung. License: MIT */
/* @theqrl/hashchains v0.1.3 - Copyright (C) Die QRL Stiftung. License: MIT */
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('stream'), require('fs'), require('path'), require('os')) :
typeof define === 'function' && define.amd ? define(['exports', 'stream', 'fs', 'path', 'os'], factory) :
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.HashChains = {}, global.require$$0, global.fs, global.path, global.os));
}(this, (function (exports, require$$0, fs, path, os) { 'use strict';
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('stream'), require('fs'), require('path'), require('os')) :
typeof define === 'function' && define.amd ? define(['stream', 'fs', 'path', 'os'], factory) :
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.require$$0, global.fs, global.path, global.os));
}(this, (function (require$$0, fs, path, os) { 'use strict';

@@ -683,7 +683,5 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }

exports.HashChain = HashChain;
exports.HashChains = HashChains;
window.HashChains = HashChains;
window.HashChain = HashChain;
Object.defineProperty(exports, '__esModule', { value: true });
})));
{
"name": "@theqrl/hashchains",
"version": "0.1.2",
"version": "0.1.3",
"description": "hashchains utilities",

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

@@ -18,3 +18,3 @@ import resolve from '@rollup/plugin-node-resolve'

{
input: 'src/index.js',
input: 'build.js',
plugins: [

@@ -38,3 +38,5 @@ resolve({

}),
commonjs(),
commonjs({
include: 'node_modules/**'
}),
].filter(Boolean),

@@ -41,0 +43,0 @@ output: {

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