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

react-faux-dom

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-faux-dom - npm Package Compare versions

Comparing version 2.5.0 to 2.6.0

24

CHANGES.md

@@ -1,6 +0,12 @@

# 2.5.0
# react-faux-dom changes
## v2.6.0
* Merge [#53](https://github.com/Olical/react-faux-dom/pull/53) (just my approach to [#48](https://github.com/Olical/react-faux-dom/pull/48)) - Provide a UMD build in a CDN.
## v2.5.0
* Merge [#41](https://github.com/Olical/react-faux-dom/pull/41) - Adding mixin with animation support (thanks @krawaller!)
# 2.4.0
## v2.4.0

@@ -11,7 +17,7 @@ * Merge [#37](https://github.com/Olical/react-faux-dom/pull/37) - Replace lodash dependencies with in house functions

# 2.3.0
## v2.3.0
* Merge [#38](https://github.com/Olical/react-faux-dom/pull/38) - Fix vendor prefixes for already camelCased style names
# 2.2.0
## v2.2.0

@@ -21,3 +27,3 @@ * Merge [#35](https://github.com/Olical/react-faux-dom/pull/35) - Define `childNodes` in `Element`

# 2.1.1
## v2.1.1

@@ -27,3 +33,3 @@ * Merge [#26](https://github.com/Olical/react-faux-dom/pull/26) - Documentation

# 2.1.0
## v2.1.0

@@ -33,7 +39,7 @@ * Merge [#23](https://github.com/Olical/react-faux-dom/pull/23) - Support data and aria attributes

# 2.0.1
## v2.0.1
* Fix [#10](https://github.com/Olical/react-faux-dom/issues/10) - Vendor prefixed styles are camel cased incorrectly
# 2.0.0
## v2.0.0

@@ -44,4 +50,4 @@ * Fix [#9](https://github.com/Olical/react-faux-dom/issues/9) - Make events work like the normal DOM

# 1.1.0
## v1.1.0
* Fix [#7](https://github.com/Olical/react-faux-dom/issues/7) - toReact mutates the faux element
{
"name": "react-faux-dom",
"version": "2.5.0",
"version": "2.6.0",
"description": "DOM like data structure to be mutated by D3 et al, then rendered to React elements",
"main": "lib/ReactFauxDOM.js",
"scripts": {
"test": "standard && tape './test/**/*.js' | faucet"
"test": "standard && tape './test/**/*.js' | faucet",
"prepublish": "npm test && make build"
},
"files": [
"./dist/ReactFauxDOM.min.js"
],
"repository": {

@@ -30,8 +34,9 @@ "type": "git",

"devDependencies": {
"bastion": "^1.8.0",
"d3": "^3.5.16",
"faucet": "0.0.1",
"nodemon": "^1.9.1",
"react": "^0.14.7",
"react": "^15.1.0",
"sinon": "^1.17.3",
"standard": "^6.0.7",
"standard": "^7.1.2",
"tape": "^4.4.0"

@@ -38,0 +43,0 @@ },

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