inherits-ex
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -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", |
@@ -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 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
39721
35
608