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

rui-components

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rui-components - npm Package Compare versions

Comparing version 1.1.6 to 1.1.8

gh-pages/app.72eddb6e23a0381489ff.css

15

dist-modules/index.js

@@ -6,10 +6,11 @@ 'use strict';

});
exports.Grid = exports.Container = undefined;
var _Container = require('./components/Container');
var _Container2 = require('./components/Container');
var _Container2 = _interopRequireDefault(_Container);
var _Container3 = _interopRequireDefault(_Container2);
var _Grid = require('./components/Grid');
var _Grid2 = require('./components/Grid');
var _Grid2 = _interopRequireDefault(_Grid);
var _Grid3 = _interopRequireDefault(_Grid2);

@@ -19,5 +20,3 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

// Entry point to your library
exports.default = {
Container: _Container2.default,
Grid: _Grid2.default
};
exports.Container = _Container3.default;
exports.Grid = _Grid3.default;

@@ -6,3 +6,3 @@ {

"user": "bnhovde",
"version": "1.1.6",
"version": "1.1.8",
"scripts": {

@@ -9,0 +9,0 @@ "start": "webpack-dev-server",

@@ -5,3 +5,3 @@ [![build status](https://secure.travis-ci.org/bnhovde/rui-components.svg)](http://travis-ci.org/bnhovde/rui-components) [![bitHound Score](https://www.bithound.io/github/bnhovde/rui-components/badges/score.svg)](https://www.bithound.io/github/bnhovde/rui-components) [![Dependency Status](https://david-dm.org/bnhovde/rui-components.svg)](https://david-dm.org/bnhovde/rui-components)

test
### NB: Not yet functional

@@ -8,0 +8,0 @@ ## Basic Usage

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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