Socket
Socket
Sign inDemoInstall

react-element-state

Package Overview
Dependencies
1
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.2.0

4

lib/element-state.js

@@ -65,3 +65,3 @@ 'use strict';

return _react2.default.createElement(
'div',
'span',
this.eventHandlers,

@@ -82,2 +82,2 @@ this.props.children(this.state)

};
exports.default = ElementState;
exports.default = ElementState;
{
"name": "react-element-state",
"version": "1.1.0",
"version": "1.2.0",
"description": "Easily manage element states like focus, hover and active states, without cluttering your React components",

@@ -20,3 +20,3 @@ "repository": {

"scripts": {
"build": "babel element-state.js --out-dir lib",
"build": "babel src/element-state.js --out-file lib/element-state.js",
"test": "mocha --compilers js:babel-core/register src/**/*.test.js",

@@ -23,0 +23,0 @@ "start": "webpack-dev-server --hot --inline"

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc