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

4

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

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

"inherits-ex": "~1.0.6",
"util-ex": "~0.2.9"
"util-ex": "~0.3.2"
},

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

@@ -7,3 +7,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)

Sometimes, we still feel that the class is a liitle big, and too many features in it.
We just need some of the features inside. So as a class developer can
We just need some of the features(methods) inside. So as a class developer can
consider these functions to extract, as a kind of ability to the user.

@@ -10,0 +10,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