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

@accumulators/core

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@accumulators/core - npm Package Compare versions

Comparing version 3.0.1 to 3.0.2

2

lib/types/hasher.d.ts

@@ -15,3 +15,3 @@ export type hash = (data: string) => string;

hashSingle(data: string): string;
getGenesis: () => HexString;
getGenesis(): HexString;
}

@@ -18,3 +18,3 @@ "use strict";

}
getGenesis = () => {
getGenesis() {
const s = exports.GENESIS_STRING;

@@ -26,5 +26,5 @@ let hex = "0x";

return this.hashSingle(hex);
};
}
}
exports.IHasher = IHasher;
//# sourceMappingURL=hasher.js.map
{
"name": "@accumulators/core",
"version": "3.0.1",
"version": "3.0.2",
"description": "A collection of TypeScript accumulators packages, each using the core package",

@@ -28,3 +28,3 @@ "keywords": [],

},
"gitHead": "46d7d26d5d12dbbe9dfba9e15e7ba375efd0ff49"
"gitHead": "4a81be3475d20ee717216f64bf6430d450437f5a"
}

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