Huge News!Announcing our $40M Series B led by Abstract Ventures.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 1.9.0 to 1.9.1

2

lib/Object.js
(function() {
var AbstractObject, EventEmitter, OBJECT_STATES, OBJECT_STATES_STR, createObject, createObjectWith, defineProperty, inherits, isArray, isFunction, isUndefined;
EventEmitter = require("events").EventEmitter;
EventEmitter = require("events-ex");

@@ -6,0 +6,0 @@ inherits = require("inherits-ex/lib/inherits");

{
"name": "abstract-object",
"version": "1.9.0",
"version": "1.9.1",
"description": "AbstractObject with Object State Events Support, RefObject with RefCount and AddRef/Release Support.",

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

"dependencies": {
"inherits-ex": "~1.0.5",
"util-ex": "~0.2.3"
"events-ex": "~0.9.4",
"inherits-ex": "~1.0.6",
"util-ex": "~0.2.5"
},

@@ -23,0 +24,0 @@ "devDependencies": {

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