@ecliptic/react-art
Advanced tools
Comparing version 0.15.1-fork.2 to 0.15.4-fork.1
@@ -22,5 +22,5 @@ /** | ||
var ReactDOM = require('react-dom'); | ||
var ReactInstanceMap = require('react/lib/ReactInstanceMap'); | ||
var ReactMultiChild = require('react/lib/ReactMultiChild'); | ||
var ReactUpdates = require('react/lib/ReactUpdates'); | ||
var ReactInstanceMap = require('react-dom/lib/ReactInstanceMap'); | ||
var ReactMultiChild = require('react-dom/lib/ReactMultiChild'); | ||
var ReactUpdates = require('react-dom/lib/ReactUpdates'); | ||
@@ -143,3 +143,3 @@ var emptyObject = require('fbjs/lib/emptyObject'); | ||
* @internal | ||
* @override {ReactMultiChild.Mixin.updateChildren} | ||
* @override {ReactMultiChild.updateChildren} | ||
*/ | ||
@@ -259,3 +259,3 @@ updateChildren: function updateChildren(nextChildren, transaction, context) { | ||
if (!subscriptions[type]) { | ||
subscriptions[type] = this.node.subscribe(type, listener, this); | ||
subscriptions[type] = this.node.subscribe(type, this.handleEvent, this); | ||
} | ||
@@ -262,0 +262,0 @@ } else { |
{ | ||
"name": "@ecliptic/react-art", | ||
"description": "React ART is a JavaScript library for drawing vector graphics using React. It provides declarative and reactive bindings to the ART library. Using the same declarative API you can render the output to either Canvas, SVG or VML (IE8).", | ||
"version": "0.15.1-fork.2", | ||
"version": "0.15.4-fork.1", | ||
"keywords": [ | ||
@@ -6,0 +6,0 @@ "react", |
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
52696
17
1187