Socket
Socket
Sign inDemoInstall

infinite-loop-loader

Package Overview
Dependencies
4
Maintainers
5
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.8 to 1.0.9

4

package.json
{
"name": "infinite-loop-loader",
"version": "1.0.8",
"version": "1.0.9",
"description": "A webpack loader to transform ∞ loops so that they throw",

@@ -40,3 +40,3 @@ "author": {

},
"gitHead": "24ad81a2692832b389c36503d31e9016d4e17417"
"gitHead": "a28de7210094eb958ad17e06fd6c964f53c6d45a"
}

@@ -16,5 +16,5 @@ # infinite-loop-loader

```JavaScript
var __ITER = 1000000000;
var __ITER = 1000000000;
while(true) {
if (__ITER <= 0) {
if (__ITER <= 0) {
throw new Error("Loop exceeded maximum allowed iterations");

@@ -21,0 +21,0 @@ }

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc