Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

inherits-ex

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

inherits-ex - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

lib/_extend.js

11

package.json

@@ -5,3 +5,3 @@ {

"homepage": "https://github.com/snowyu/inherits-ex.js",
"version": "1.0.0",
"version": "1.0.1",
"author": {

@@ -11,2 +11,11 @@ "name": "Riceball LEE",

},
"files": [
"README.md",
"LICENSE-MIT",
"*.js",
"*.coffee",
"test",
"src",
"lib"
],
"keywords": [

@@ -13,0 +22,0 @@ "inheritance",

2

README.md

@@ -130,4 +130,4 @@ ### Inherits-Ex [![Build Status](https://img.shields.io/travis/snowyu/inherits-ex.js/master.png)](http://travis-ci.org/snowyu/inherits-ex.js) [![npm](https://img.shields.io/npm/v/inherits-ex.svg)](https://npmjs.org/package/inherits-ex) [![downloads](https://img.shields.io/npm/dm/inherits-ex.svg)](https://npmjs.org/package/inherits-ex) [![license](https://img.shields.io/npm/l/inherits-ex.svg)](https://npmjs.org/package/inherits-ex)

+ duplication mixin or inheritance check
+ the methods in mixins could super() across mixin classes.
+ duplication mixin check

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