You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

@chakra-ui/react-context

Package Overview
Dependencies
Maintainers
3
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.0-dev-20230112154520 to 0.0.0-dev-20230320183136

5

dist/index.js

@@ -36,5 +36,6 @@ "use strict";

providerName = "Provider",
errorMessage
errorMessage,
defaultValue
} = options;
const Context = (0, import_react.createContext)(void 0);
const Context = (0, import_react.createContext)(defaultValue);
Context.displayName = name;

@@ -41,0 +42,0 @@ function useContext() {

4

package.json
{
"name": "@chakra-ui/react-context",
"version": "0.0.0-dev-20230112154520",
"version": "0.0.0-dev-20230320183136",
"description": "",

@@ -32,3 +32,3 @@ "keywords": [

"react": "^18.0.0",
"clean-package": "2.1.1"
"clean-package": "2.2.0"
},

@@ -35,0 +35,0 @@ "clean-package": "../../../clean-package.config.json",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc