New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

how-do-it

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

how-do-it - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

2

index.js

@@ -1,2 +0,2 @@

export { HowDoitContext } from './src/Context'
// export { HowDoitContext } from './src/Context'
export { HowDoitProvider } from './src/Provider'
{
"name": "how-do-it",
"version": "1.1.0",
"version": "1.1.1",
"description": "Crea popup para describir tu aplicacion",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -7,3 +7,10 @@ import React, { useEffect, useState, useRef } from "react"

content,
elementStyle,
elementStyle = {
borderColor: "rgb(148 163 184)",
colorMarker: "rgb(148 163 184)",
backgroundColor: "rgb(241 245 249)",
borderColorHover: "#DBEAFE",
colorMarkerHover: "rgb(59 130 246)",
backgroundColorHover: "rgb(219 234 254)"
},
children

@@ -24,8 +31,8 @@ }) {

const {
borderColor = "rgb(148 163 184)",
colorMarker = "rgb(148 163 184)",
backgroundColor = "rgb(241 245 249)",
borderColorHover = "#DBEAFE",
colorMarkerHover = "rgb(59 130 246)",
backgroundColorHover= "rgb(219 234 254)"
borderColor,
colorMarker,
backgroundColor,
borderColorHover,
colorMarkerHover,
backgroundColorHover
} = elementStyle

@@ -32,0 +39,0 @@ const elementStyleContent = elementStyleTemplate

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