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

@reach/component-component

Package Overview
Dependencies
Maintainers
3
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@reach/component-component - npm Package Compare versions

Comparing version 0.4.0-beta.0 to 0.4.0

13

package.json
{
"name": "@reach/component-component",
"version": "0.4.0-beta.0",
"version": "0.4.0",
"description": "Declarative React Component Definitions",

@@ -8,6 +8,5 @@ "main": "index.js",

"scripts": {
"build": "node ../../shared/build-package",
"lint": "eslint . --max-warnings=0"
"build": "node ../../shared/build-package"
},
"author": "Ryan Florence <@ryanflorence>",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",

@@ -22,4 +21,4 @@ "dependencies": {

"devDependencies": {
"react": "^16.8.0",
"react-test-renderer": "^16.8.0"
"react": "^16.10.2",
"react-test-renderer": "^16.10.2"
},

@@ -33,3 +32,3 @@ "files": [

],
"gitHead": "f8b2458e7f6d77300a65c2e02b75a5a1a41713a1"
"gitHead": "0f3d2c7e530cd80e1d1bd338182ac89a3ba23999"
}

@@ -133,3 +133,3 @@ import React from "react";

<Component initialState={{ goodAtTesting: false }}>
{({ state, setState }) => (
{({ setState }) => (
<div>

@@ -136,0 +136,0 @@ <button

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