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

@streamr/utils

Package Overview
Dependencies
Maintainers
12
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@streamr/utils - npm Package Compare versions

Comparing version 100.2.5-beta.1 to 101.0.0-beta.0

2

dist/src/Multimap.d.ts

@@ -18,2 +18,4 @@ /**

values(): Generator<V, undefined, undefined>;
getKeyCount(): number;
isEmpty(): boolean;
}

@@ -55,4 +55,10 @@ "use strict";

}
getKeyCount() {
return this.delegatee.size;
}
isEmpty() {
return this.getKeyCount() === 0;
}
}
exports.Multimap = Multimap;
//# sourceMappingURL=Multimap.js.map

2

package.json
{
"name": "@streamr/utils",
"version": "100.2.5-beta.1",
"version": "101.0.0-beta.0",
"description": "A collection of shared common utilities",

@@ -5,0 +5,0 @@ "repository": {

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