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

use-state-in-custom-properties

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

use-state-in-custom-properties - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

2

package.json
{
"name": "use-state-in-custom-properties",
"version": "1.0.6",
"version": "1.0.7",
"description": "Makes your react state accessible through CSS properties.",

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

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

import React, { useState, createContext } from "react";
import React, { useState, useEffect, createContext } from "react";

@@ -3,0 +3,0 @@ export const useStateInCustomProperties = (className, propertiesObject) => {

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