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

custom-ability

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

custom-ability - npm Package Compare versions

Comparing version 1.3.4 to 1.3.5

6

package.json
{
"name": "custom-ability",
"version": "1.3.4",
"version": "1.3.5",
"description": "make custom ability more easy. generate the ability which can be added to any class directly.",

@@ -19,4 +19,4 @@ "homepage": "https://github.com/snowyu/custom-ability.js",

"dependencies": {
"inherits-ex": "~1.0.6",
"util-ex": "^0.3.8"
"inherits-ex": "~1.1.2",
"util-ex": "^0.3.10"
},

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

@@ -192,3 +192,3 @@ ### custom-ability [![Build Status](https://img.shields.io/travis/snowyu/custom-ability.js/master.png)](http://travis-ci.org/snowyu/custom-ability.js) [![npm](https://img.shields.io/npm/v/custom-ability.svg)](https://npmjs.org/package/custom-ability) [![downloads](https://img.shields.io/npm/dm/custom-ability.svg)](https://npmjs.org/package/custom-ability) [![license](https://img.shields.io/npm/l/custom-ability.svg)](https://npmjs.org/package/custom-ability)

+ use the injectMethods(AOP) for the methods of non-enumerable and beginning with '$' in an ability
to call `super` method.
to call `super` method. you can exclude it with normal name if it's not a core method.

@@ -195,0 +195,0 @@ ```coffee

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