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

@bodar/totallylazy

Package Overview
Dependencies
Maintainers
2
Versions
310
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bodar/totallylazy - npm Package Compare versions

Comparing version 0.455.297 to 0.456.298

2

package.json
{
"name": "@bodar/totallylazy",
"version": "0.455.297",
"version": "0.456.298",
"description": "Totallylazy",

@@ -5,0 +5,0 @@ "repository": "git@github.com:bodar/totallylazy.js.git",

@@ -309,2 +309,4 @@ "use strict";

this.count = count;
if (typeof count === "undefined")
throw new Error('Count can not be undefined');
}

@@ -351,2 +353,4 @@ async_(iterable) {

this.count = count;
if (typeof count === "undefined")
throw new Error('Count can not be undefined');
}

@@ -353,0 +357,0 @@ async_(iterable) {

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