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

@julo-ui/context

Package Overview
Dependencies
Maintainers
3
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@julo-ui/context - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

dist/chunk-MCKB7IAC.mjs

2

dist/context.d.ts
import { CreateContextOptions, CreateContextReturn } from './types.js';
import 'react';
declare function createContext<T>(options?: CreateContextOptions<T>): CreateContextReturn<T>;
declare function createContext<T>(options?: CreateContextOptions<T>): CreateContextReturn<T | undefined> | CreateContextReturn<T>;
export { createContext };

@@ -52,2 +52,4 @@ "use strict";

}
if (!strict)
return [Context.Provider, useContext, Context];
return [Context.Provider, useContext, Context];

@@ -54,0 +56,0 @@ }

@@ -54,2 +54,4 @@ "use strict";

}
if (!strict)
return [Context.Provider, useContext, Context];
return [Context.Provider, useContext, Context];

@@ -56,0 +58,0 @@ }

{
"name": "@julo-ui/context",
"version": "0.0.3",
"version": "0.0.4",
"description": "Custom context hooks extended from React",

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

"devDependencies": {
"@julo-ui/system": "0.0.1-alpha.5"
"@julo-ui/system": "0.0.1-alpha.7"
},

@@ -31,0 +31,0 @@ "peerDependencies": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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