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

covfefe-react

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

covfefe-react - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

5

package.json
{
"name": "covfefe-react",
"version": "0.0.1",
"version": "0.0.2",
"description": "",

@@ -9,3 +9,4 @@ "main": "dist/covfefe.js",

"build": "babel src --out-dir dist",
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "npm run build"
},

@@ -12,0 +13,0 @@ "repository": {

1

src/covfefe.js

@@ -7,3 +7,2 @@ import React from 'react'

export default function Covfefe ({children, ...rest}) {
console.log('CHILEN', children)
if (typeof children !== 'string') {

@@ -10,0 +9,0 @@ return children;

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