Socket
Socket
Sign inDemoInstall

@storybook/theming

Package Overview
Dependencies
Maintainers
10
Versions
1732
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@storybook/theming - npm Package Compare versions

Comparing version 5.0.0-rc.3 to 5.0.0-rc.4

dist/ensure.d.ts

2

dist/index.d.ts

@@ -13,1 +13,3 @@ import styled from '@emotion/styled';

export { createGlobal, createReset } from './global';
export * from './create';
export * from './ensure';

@@ -25,1 +25,3 @@ "use strict";

exports.createReset = global_1.createReset;
__export(require("./create"));
__export(require("./ensure"));

11

package.json
{
"name": "@storybook/theming",
"version": "5.0.0-rc.3",
"version": "5.0.0-rc.4",
"description": "Core Storybook Components",

@@ -24,4 +24,9 @@ "keywords": [

"@emotion/styled": "^10.0.5",
"emotion-theming": "^10.0.5",
"@storybook/client-logger": "5.0.0-rc.4",
"common-tags": "^1.8.0",
"deep-object-diff": "^1.1.0",
"emotion-theming": "^10.0.7",
"global": "^4.3.2",
"lodash.isequal": "^4.5.0",
"lodash.mergewith": "^4.6.1",
"memoizerific": "^1.11.3",

@@ -39,3 +44,3 @@ "polished": "^2.3.3",

},
"gitHead": "698f32e49855a5b4643436b693706865329a5b7e"
"gitHead": "3ba5266050e404cc9eccd002b4b9cf9324f6d131"
}
import styled from '@emotion/styled';
import { css } from '@emotion/core';
import dark from './themes/dark';

@@ -22,1 +21,3 @@ import light from './themes/light';

export { createGlobal, createReset } from './global';
export * from './create';
export * from './ensure';
// todo the following packages need definition files or a TS migration
declare module 'react-inspector';
declare module 'lodash.mergewith';
declare module 'lodash.isequal';
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