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
2
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.8 to 2.1.0

dist/index.js.map

2

dist/index.d.ts

@@ -9,3 +9,3 @@ interface CreateContextOptions<T> {

}
declare type CreateContextReturn<T> = [
type CreateContextReturn<T> = [
React.Provider<T>,

@@ -12,0 +12,0 @@ () => T,

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

'use client'
"use strict";

@@ -60,1 +61,2 @@ var __defProp = Object.defineProperty;

});
//# sourceMappingURL=index.js.map
{
"name": "@chakra-ui/react-context",
"version": "2.0.8",
"version": "2.1.0",
"description": "",

@@ -35,10 +35,2 @@ "keywords": [

"clean-package": "../../../clean-package.config.json",
"tsup": {
"clean": true,
"target": "es2019",
"format": [
"cjs",
"esm"
]
},
"module": "dist/index.mjs",

@@ -45,0 +37,0 @@ "types": "dist/index.d.ts",

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