es6-react-mixins
Advanced tools
Comparing version 0.1.5 to 0.1.6
@@ -0,1 +1,6 @@ | ||
/* | ||
* based on https://gist.github.com/sebmarkbage/fac0830dbb13ccbff596 | ||
* by Sebastian Markbåge | ||
*/ | ||
'use strict'; | ||
@@ -17,7 +22,2 @@ | ||
/* | ||
* based on https://gist.github.com/sebmarkbage/fac0830dbb13ccbff596 | ||
* by Sebastian Markbåge | ||
*/ | ||
var _react = require('react'); | ||
@@ -24,0 +24,0 @@ |
{ | ||
"name": "es6-react-mixins", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "Augments ES6 classes with ES6 or traditional React mixins", | ||
@@ -37,3 +37,4 @@ "author": "Angus Croll", | ||
"dependencies": { | ||
"babel-runtime": "^5.5.8" | ||
"babel-runtime": "^5.5.8", | ||
"react": "^0.13.2" | ||
}, | ||
@@ -46,6 +47,3 @@ "bugs": { | ||
"test": "tests" | ||
}, | ||
"dependencies": { | ||
"react": "^0.13.2" | ||
} | ||
} |
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
0
7939
2
5
+ Addedbabel-runtime@^5.5.8
+ Addedbabel-runtime@5.8.38(transitive)
+ Addedcore-js@1.2.7(transitive)