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 0.0.11 to 1.0.0

10

dist/index.cjs.js

@@ -8,10 +8,12 @@ 'use strict';

exports.Theme = void 0;
(function (Theme) {
Theme["LIGHT"] = "light";
Theme["DARK"] = "dark";
Theme["LIGHT"] = "light";
Theme["DARK"] = "dark";
})(exports.Theme || (exports.Theme = {}));
const UIContext = react.createContext({
theme: exports.Theme.LIGHT
var UIContext = /*#__PURE__*/react.createContext({
theme: exports.Theme.LIGHT
});
exports.UIContext = UIContext;
import { createContext } from 'react';
var Theme;
(function (Theme) {
Theme["LIGHT"] = "light";
Theme["DARK"] = "dark";
Theme["LIGHT"] = "light";
Theme["DARK"] = "dark";
})(Theme || (Theme = {}));
const UIContext = createContext({
theme: Theme.LIGHT
var UIContext = /*#__PURE__*/createContext({
theme: Theme.LIGHT
});
export { Theme, UIContext };

6

package.json
{
"name": "@schrodinger/ui-context",
"version": "0.0.11",
"version": "1.0.0",
"description": "UI Context provider",

@@ -29,5 +29,5 @@ "keywords": [],

"devDependencies": {
"@schrodinger/ui-scripts": "^0.0.11"
"@schrodinger/ui-scripts": "^1.0.0"
},
"gitHead": "42660f0f400c8f374a2e0215e2957130157373f6"
"gitHead": "55b11c5dbcf89e54b41ab1eb99c6c770267ba3d1"
}
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