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

abstract-object

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

abstract-object - npm Package Compare versions

Comparing version 3.0.0-alpha.2 to 3.0.0-alpha.3

2

lib/eventable-options.d.ts

@@ -5,3 +5,3 @@ export function eventableOptions(aOptions: any): {

};
export const MAX_LISTENERS: Infinity;
export const MAX_LISTENERS: number;
export default eventableOptions;

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

var _stateable = require("./stateable");
// eslint-disable-next-line @typescript-eslint/no-loss-of-precision
const MAX_LISTENERS = 2e308;
const MAX_LISTENERS = Number.MAX_SAFE_INTEGER;

@@ -14,0 +13,0 @@ /*

{
"name": "abstract-object",
"version": "3.0.0-alpha.2",
"version": "3.0.0-alpha.3",
"description": "AbstractObject with Object State Events Support",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/snowyu/abstract-object",

import {extend, isArray, isFunction, isUndefined} from 'util-ex'
import {OBJECT_STATES_STR} from './stateable'
// eslint-disable-next-line @typescript-eslint/no-loss-of-precision
export const MAX_LISTENERS = 2e308
export const MAX_LISTENERS = Number.MAX_SAFE_INTEGER

@@ -7,0 +6,0 @@ /*

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