Socket
Socket
Sign inDemoInstall

@storybook/router

Package Overview
Dependencies
1
Maintainers
0
Versions
1595
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.0-pr-27039-sha-9bd21423 to 0.0.0-pr-27039-sha-b18a4164

12

package.json
{
"name": "@storybook/router",
"version": "0.0.0-pr-27039-sha-9bd21423",
"version": "0.0.0-pr-27039-sha-b18a4164",
"description": "Core Storybook Router",

@@ -27,9 +27,9 @@ "keywords": [

"node": "./shim.js",
"require": "./shim.js",
"import": "./shim.mjs"
"import": "./shim.mjs",
"require": "./shim.js"
},
"./utils": {
"types": "./utils.d.ts",
"require": "./utils.js",
"import": "./shim.mjs"
"import": "./shim.mjs",
"require": "./utils.js"
},

@@ -49,3 +49,3 @@ "./package.json": "./package.json"

"peerDependencies": {
"@storybook/core": "0.0.0-pr-27039-sha-9bd21423"
"storybook": "^0.0.0-pr-27039-sha-b18a4164"
},

@@ -52,0 +52,0 @@ "publishConfig": {

@@ -1,2 +0,2 @@

export * from '@storybook/core/dist/theming';
export type * from '@storybook/core/dist/theming';
export * from 'storybook/theming';
export type * from 'storybook/theming';

@@ -1,1 +0,1 @@

module.exports = require('@storybook/core/dist/router');
module.exports = require('storybook/router');

@@ -1,1 +0,1 @@

export * from '@storybook/core/dist/router';
export * from 'storybook/router';

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc