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

storybook-addon-root-attributes

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

storybook-addon-root-attributes - npm Package Compare versions

Comparing version 2.1.1 to 2.1.2

preset.js

13

dist/index.d.ts

@@ -1,3 +0,12 @@

declare const _default: {};
interface State {
name: string;
value: string;
}
interface RootAttribute {
root: string;
attribute: string;
defaultState: State;
states: State[];
}
export { _default as default };
export type { RootAttribute, State };

3

dist/index.js
'use strict';
var e={};
module.exports = e;
//# sourceMappingURL=out.js.map
//# sourceMappingURL=index.js.map
{
"name": "storybook-addon-root-attributes",
"version": "2.1.1",
"version": "2.1.2",
"description": "Storybook Addon Root Attributes to switch `Many` html or body attribute at runtime for your story (work in storybook 7!)",

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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