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

@kiwicom/balkan-ui

Package Overview
Dependencies
Maintainers
7
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kiwicom/balkan-ui - npm Package Compare versions

Comparing version 0.0.0-rc2 to 0.0.0-rc3

yarn-error.log

3

es/index.js

@@ -5,3 +5,2 @@ export { default as Button } from "./Button";

export { default as Header } from "./Container/Header";
export { default as Section } from "./Container/Section";
export { default as Loader } from "./Loader";
export { default as Section } from "./Container/Section";

@@ -52,11 +52,2 @@ "use strict";

var _Loader = require("./Loader");
Object.defineProperty(exports, "Loader", {
enumerable: true,
get: function get() {
return _interopRequireDefault(_Loader).default;
}
});
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
{
"name": "@kiwicom/balkan-ui",
"version": "0.0.0-rc2",
"private": false,
"version": "0.0.0-rc3",
"scripts": {

@@ -41,7 +40,3 @@ "storybook": "start-storybook -p 6007 -c .storybook",

"rimraf": "^2.6.2"
},
"directories": {
"lib": "lib"
},
"description": ""
}
}

@@ -8,2 +8,1 @@ // @flow

export { default as Section } from "./Container/Section";
export { default as Loader } from "./Loader";

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