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

@maverick-js/signals

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@maverick-js/signals - npm Package Compare versions

Comparing version 5.11.0 to 5.11.1

2

dist/dev/core.js

@@ -127,3 +127,3 @@ import { SCOPE } from './symbols.js';

if (Array.isArray(scope._disposal)) {
for (let i = 0; i < scope._disposal.length; i++) {
for (let i = scope._disposal.length - 1; i >= 0; i--) {
const callable = scope._disposal[i];

@@ -130,0 +130,0 @@ callable.call(callable);

@@ -127,3 +127,3 @@ import { SCOPE } from './symbols.js';

if (Array.isArray(scope.$d)) {
for (let i = 0; i < scope.$d.length; i++) {
for (let i = scope.$d.length - 1; i >= 0; i--) {
const callable = scope.$d[i];

@@ -130,0 +130,0 @@ callable.call(callable);

@@ -5,3 +5,3 @@ {

"license": "MIT",
"version": "5.11.0",
"version": "5.11.1",
"type": "module",

@@ -8,0 +8,0 @@ "types": "dist/types/index.d.ts",

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