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 2.1.8 to 2.1.9

8

lib/eventable.js

@@ -15,3 +15,3 @@

(function() {
var addionalOptions, eventable;
var addionalOptions, eventable, hasAbilityOnParent;

@@ -22,6 +22,6 @@ eventable = require('events-ex/eventable');

hasAbilityOnParent = require('custom-ability/lib/has-ability-on-parent');
module.exports = function(aClass, aOptions) {
var vAbilities;
vAbilities = aClass.prototype.$abilities;
if (!(vAbilities && vAbilities.Eventable)) {
if (!hasAbilityOnParent(aClass, 'Eventable')) {
aOptions = addionalOptions(aOptions);

@@ -28,0 +28,0 @@ }

{
"name": "abstract-object",
"version": "2.1.8",
"version": "2.1.9",
"description": "AbstractObject with Object State Events Support",

@@ -20,3 +20,3 @@ "homepage": "https://github.com/snowyu/abstract-object",

"dependencies": {
"custom-ability": "^1.4.0",
"custom-ability": "^1.4.2",
"events-ex": "^1.1.5",

@@ -23,0 +23,0 @@ "inherits-ex": "^1.1.2",

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