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

react-mixin

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-mixin - npm Package Compare versions

Comparing version 3.0.3 to 3.0.4

2

index.js

@@ -141,2 +141,4 @@ var mixin = require('smart-mixin');

reactMixin.onClass = function(reactClass, mixin) {
// we mutate the mixin so let's clone it
mixin = assign({}, mixin);
return mixinClass(reactClass, mixin);

@@ -143,0 +145,0 @@ };

2

package.json
{
"name": "react-mixin",
"version": "3.0.3",
"version": "3.0.4",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

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