New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@storybook/design-system

Package Overview
Dependencies
Maintainers
10
Versions
510
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@storybook/design-system - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

13

CHANGELOG.md

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

# v0.0.5 (Tue May 14 2019)
#### ⚠️ Pushed to master
- Build before releasing ([@michael@lab80.co](https://github.com/michael@lab80.co))
- Remove mobx dependency ([@michael@lab80.co](https://github.com/michael@lab80.co))
#### Authors: 1
- [@michael@lab80.co](https://github.com/michael@lab80.co)
---
# v0.0.4 (Tue May 14 2019)

@@ -2,0 +15,0 @@

13

dist/components/basics/index.js

@@ -149,15 +149,2 @@ "use strict";

var _FormState = require("./FormState");
Object.keys(_FormState).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function get() {
return _FormState[key];
}
});
});
var _SocialGraph = require("./SocialGraph");

@@ -164,0 +151,0 @@

{
"name": "@storybook/design-system",
"version": "0.0.4",
"version": "0.0.5",
"description": "Storybook design system",

@@ -25,3 +25,3 @@ "repository": {

"lint:package": "sort-package-json",
"release": "./scripts/release.sh",
"release": "npm run build && ./scripts/release.sh",
"storybook": "start-storybook -p 6006",

@@ -54,3 +54,2 @@ "test": "cross-env CI=1 react-scripts test --env=jsdom",

"global": "^4.3.2",
"mobx-react-form": "^2.0.2",
"polished": "^3.3.0",

@@ -57,0 +56,0 @@ "react-helmet": "^5.2.1",

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