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.2 to 2.1.3

16

package.json
{
"name": "storybook-addon-root-attributes",
"version": "2.1.2",
"version": "2.1.3",
"description": "Storybook Addon Root Attributes to switch `Many` html or body attribute at runtime for your story (work in storybook 7!)",

@@ -17,7 +17,13 @@ "keywords": [

"license": "MIT",
"author": "junghyeonsu",
"author": "junghyeonsu <jung660317@naver.com>",
"exports": {
"types": "./dist/ts/index.d.ts",
"import": "./dist/esm/index.js",
"require": "./dist/cjs/index.js"
".": {
"types": "./dist/index.d.ts",
"node": "./dist/index.js",
"require": "./dist/index.js",
"import": "./dist/index.mjs"
},
"./manager": "./dist/manager.mjs",
"./preview": "./dist/preview.mjs",
"./package.json": "./package.json"
},

@@ -24,0 +30,0 @@ "files": [

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