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

storybook-addon-code

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

storybook-addon-code - npm Package Compare versions

Comparing version 0.0.1 to 0.1.0

register.js

6

dist/register.js

@@ -22,7 +22,7 @@ 'use strict';

require('../node_modules/prismjs/components/prism-typescript.js');
require('prismjs/components/prism-typescript.js');
require('../node_modules/prismjs/components/prism-sass.js');
require('prismjs/components/prism-sass.js');
require('../node_modules/prismjs/themes/prism.css');
require('prismjs/themes/prism.css');

@@ -29,0 +29,0 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

{
"name": "storybook-addon-code",
"version": "0.0.1",
"version": "0.1.0",
"description": "A storybook addon that display any type of code highlighted with Prismjs",

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

export function withCode<T>(code: string, type?: string): void;
export function withCode(code: string, type: string): any;
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