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

@schrodinger/ui-context

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@schrodinger/ui-context - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

2

dist/index.cjs.js

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

var UIContext = /*#__PURE__*/react.createContext({
const UIContext = /*#__PURE__*/react.createContext({
theme: exports.Theme.LIGHT

@@ -17,0 +17,0 @@ });

@@ -10,3 +10,3 @@ import { createContext } from 'react';

var UIContext = /*#__PURE__*/createContext({
const UIContext = /*#__PURE__*/createContext({
theme: Theme.LIGHT

@@ -13,0 +13,0 @@ });

{
"name": "@schrodinger/ui-context",
"version": "1.1.2",
"version": "1.1.3",
"description": "UI Context provider",

@@ -30,5 +30,6 @@ "keywords": [],

"devDependencies": {
"@schrodinger/ui-scripts": "^1.1.2"
"@schrodinger/ui-scripts": "^1.1.2",
"@types/react": "^16.9.49"
},
"gitHead": "87c019ddb8494ad534622bde627fd007e5b4397c"
"gitHead": "53dc452ae15bd00f131a0de407dc55df412bd8d5"
}
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