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

@remote-ui/react

Package Overview
Dependencies
Maintainers
3
Versions
122
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@remote-ui/react - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

6

CHANGELOG.md

@@ -10,2 +10,8 @@ # Changelog

## [1.0.3] - 2020-06-24
### Fixed
- Added entry point information to `package.json`.
## [1.0.1] - 2020-06-23

@@ -12,0 +18,0 @@

25

package.json
{
"name": "@remote-ui/react",
"version": "1.0.2",
"version": "1.0.3",
"publishConfig": {

@@ -9,2 +9,19 @@ "access": "public",

"license": "MIT",
"main": "index.js",
"module": "index.mjs",
"esnext": "index.esnext",
"types": "index.d.ts",
"exports": {
".": {
"import": "./index.mjs",
"require": "./index.js",
"esnext": "./index.esnext"
},
"./": "./",
"./host": {
"import": "./host.mjs",
"require": "./host.js",
"esnext": "./host.esnext"
}
},
"sideEffects": false,

@@ -18,5 +35,5 @@ "devDependencies": {

"dependencies": {
"@remote-ui/core": "^1.1.0",
"@remote-ui/rpc": "^1.0.1",
"@remote-ui/web-workers": "^1.0.1",
"@remote-ui/core": "^1.1.1",
"@remote-ui/rpc": "^1.0.2",
"@remote-ui/web-workers": "^1.0.2",
"@types/react": ">=16.8.0 <17.0.0",

@@ -23,0 +40,0 @@ "react-reconciler": "^0.25.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