Socket
Socket
Sign inDemoInstall

@hig/skeleton-item

Package Overview
Dependencies
Maintainers
5
Versions
231
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hig/skeleton-item - npm Package Compare versions

Comparing version 0.1.0-alpha.3741f5bc to 0.1.0-alpha.38d10102

8

build/index.es.js

@@ -88,3 +88,9 @@ import React, { Component } from 'react';

var themeClass = _ref.themeClass;
return React.createElement("div", { className: classnames("hig__skeleton-item", themeClass), style: { maxWidth: _this2.props.maxWidth, marginBottom: _this2.props.marginBottom } });
return React.createElement("div", {
className: classnames("hig__skeleton-item", themeClass),
style: {
maxWidth: _this2.props.maxWidth,
marginBottom: _this2.props.marginBottom
}
});
}

@@ -91,0 +97,0 @@ );

@@ -93,3 +93,9 @@ 'use strict';

var themeClass = _ref.themeClass;
return React__default.createElement("div", { className: classnames("hig__skeleton-item", themeClass), style: { maxWidth: _this2.props.maxWidth, marginBottom: _this2.props.marginBottom } });
return React__default.createElement("div", {
className: classnames("hig__skeleton-item", themeClass),
style: {
maxWidth: _this2.props.maxWidth,
marginBottom: _this2.props.marginBottom
}
});
}

@@ -96,0 +102,0 @@ );

16

package.json
{
"name": "@hig/skeleton-item",
"version": "0.1.0-alpha.3741f5bc",
"version": "0.1.0-alpha.38d10102",
"description": "HIG SkeletonItem component",

@@ -18,8 +18,8 @@ "author": "Autodesk Inc.",

"dependencies": {
"@hig/themes": "0.1.0-alpha.3741f5bc"
"@hig/themes": "0.1.0-alpha.38d10102"
},
"devDependencies": {
"@hig/babel-preset": "0.2.0-alpha.3741f5bc",
"@hig/scripts": "0.2.0-alpha.3741f5bc",
"@hig/styles": "0.1.0-alpha.3741f5bc"
"@hig/babel-preset": "0.2.0-alpha.38d10102",
"@hig/scripts": "0.2.0-alpha.38d10102",
"@hig/styles": "0.1.0-alpha.38d10102"
},

@@ -31,4 +31,8 @@ "peerDependencies": {

"scripts": {
"build": "hig-scripts-build"
"build": "hig-scripts-build",
"lint": "eslint src --ext .js,.jsx"
},
"eslintConfig": {
"extends": "@hig"
}
}
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