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

es6-react-mixins

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

es6-react-mixins - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

10

lib/mixin.js

@@ -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"
}
}
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