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

react-popups

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-popups - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

2

package.json
{
"name": "react-popups",
"version": "1.1.0",
"version": "1.1.1",
"description": "Reactjs component for spawning custom popups at mouse position.",

@@ -5,0 +5,0 @@ "author": "Reslav Hollos",

@@ -39,2 +39,3 @@ # react-popups

// ...
// var something = this.props.popupProps.something
}

@@ -55,2 +56,3 @@ }

//event='someOtherEvent'
//popupProps={something: ..} // will be passed to PopupHandler

@@ -57,0 +59,0 @@ Some <a data-yourdata={'clicked element identifier'} href={linkIfNoMatch}>demo</a> text.

@@ -72,3 +72,5 @@ var React = require('react')

<div data-popupkey={id} key={id} style={s}>
<this.props.handler data={data.nodeValue}/>
<this.props.handler data={data.nodeValue}
popupProps={this.props.popupProps}
/>
</div>

@@ -75,0 +77,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