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

react-storybook-addon-props-combinations

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-storybook-addon-props-combinations - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

17

dist/index.js
'use strict';
import _Object$defineProperty from 'babel-runtime/core-js/object/define-property';
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.withOneOfBool = undefined;

@@ -22,13 +22,8 @@ var _assign = require('babel-runtime/core-js/object/assign');

_Object$keys(_modifiers).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
_Object$defineProperty(exports, key, {
enumerable: true,
get: function get() {
return _modifiers[key];
}
});
Object.defineProperty(exports, 'withOneOfBool', {
enumerable: true,
get: function get() {
return _modifiers.withOneOfBool;
}
});
exports.setDefaults = setDefaults;

@@ -35,0 +30,0 @@

{
"name": "react-storybook-addon-props-combinations",
"version": "0.4.0",
"version": "0.4.1",
"description": "Props Combinations addon for React Storybook",

@@ -9,3 +9,3 @@ "main": "dist/index.js",

"deploy-storybook": "storybook-to-ghpages",
"transpile": "babel --plugins \"transform-runtime\" ./src --out-dir ./dist",
"transpile": "babel --plugins \"transform-runtime\" ./src --out-dir ./dist --ignore test.js",
"prepublish": "rm -rf ./dist && npm run transpile",

@@ -12,0 +12,0 @@ "postpublish": "npm run deploy-storybook",

@@ -9,3 +9,3 @@ import React from 'react'

export * from './modifiers'
export { withOneOfBool } from './modifiers'

@@ -12,0 +12,0 @@ const checkForMissingProps = (component, possibleValuesByPropName) => {

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