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

@ecliptic/react-art

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ecliptic/react-art - npm Package Compare versions

Comparing version 0.15.1-fork.2 to 0.15.4-fork.1

lib/ReactARTFiber.js

10

lib/ReactART.js

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

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