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

@rimbu/hashed

Package Overview
Dependencies
Maintainers
1
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rimbu/hashed - npm Package Compare versions

Comparing version 0.5.10-alpha.6 to 0.5.10-alpha.7

2

dist/main/internal.js

@@ -5,8 +5,8 @@ "use strict";

var tslib_1 = require("tslib");
tslib_1.__exportStar(require("./hasher"), exports);
exports.HashedCustom = tslib_1.__importStar(require("./hashed-custom"));
exports.HashMapCustom = tslib_1.__importStar(require("./hashmap-custom"));
exports.HashSetCustom = tslib_1.__importStar(require("./hashset-custom"));
tslib_1.__exportStar(require("./hasher"), exports);
tslib_1.__exportStar(require("./map/interface"), exports);
tslib_1.__exportStar(require("./set/interface"), exports);
//# sourceMappingURL=internal.js.map

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

export * from './hasher';
export * as HashedCustom from './hashed-custom';
export * as HashMapCustom from './hashmap-custom';
export * as HashSetCustom from './hashset-custom';
export * from './hasher';
export * from './map/interface';
export * from './set/interface';
//# sourceMappingURL=internal.js.map

@@ -0,6 +1,6 @@

export * from './hasher';
export * as HashedCustom from './hashed-custom';
export * as HashMapCustom from './hashmap-custom';
export * as HashSetCustom from './hashset-custom';
export * from './hasher';
export * from './map/interface';
export * from './set/interface';
{
"name": "@rimbu/hashed",
"version": "0.5.10-alpha.6",
"version": "0.5.10-alpha.7",
"description": "Immutable HashMap and HashSet implementations for TypeScript",

@@ -74,3 +74,3 @@ "keywords": [

},
"gitHead": "7b829da83abe5225e021afdd663dfb524ee1dd0e"
"gitHead": "ef5930627562622bb5077b4a7162eab6c844a530"
}

Sorry, the diff of this file is not supported yet

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