Socket
Socket
Sign inDemoInstall

react-dom

Package Overview
Dependencies
Maintainers
2
Versions
1940
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-dom - npm Package Compare versions

Comparing version 0.14.0-beta3 to 0.14.0-rc1

2

index.js

@@ -0,1 +1,3 @@

'use strict';
module.exports = require('react/lib/ReactDOM');

5

package.json
{
"name": "react-dom",
"version": "0.14.0-beta3",
"version": "0.14.0-rc1",
"description": "React package for working with the DOM.",

@@ -19,5 +19,4 @@ "main": "index.js",

"dependencies": {
"fbjs": "0.1.0-alpha.4",
"react": "^0.14.0-beta3"
"react": "^0.14.0-rc1"
}
}

@@ -0,1 +1,3 @@

'use strict';
module.exports = require('react/lib/ReactDOMServer');
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