Socket
Socket
Sign inDemoInstall

@os-design/core

Package Overview
Dependencies
Maintainers
1
Versions
478
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@os-design/core - npm Package Compare versions

Comparing version 0.0.54 to 0.0.55

lib/SkeletonList/index.d.ts

3

lib/GlobalStyles/reset.js

@@ -12,7 +12,4 @@ "use strict";

}
// Removes the highlight that appears over a link while it's being tapped
-webkit-tap-highlight-color: transparent;
`;
exports.default = reset;
//# sourceMappingURL=reset.js.map

@@ -18,2 +18,3 @@ export { default as Alert } from './Alert';

export { default as Select } from './Select';
export { default as SkeletonList } from './SkeletonList';
export * from './Alert';

@@ -31,2 +32,3 @@ export * from './Button';

export * from './Select';
export * from './SkeletonList';
//# sourceMappingURL=index.d.ts.map

@@ -40,2 +40,4 @@ "use strict";

exports.Select = Select_1.default;
var SkeletonList_1 = require("./SkeletonList");
exports.SkeletonList = SkeletonList_1.default;
__export(require("./Alert"));

@@ -53,2 +55,3 @@ __export(require("./Button"));

__export(require("./Select"));
__export(require("./SkeletonList"));
//# sourceMappingURL=index.js.map
{
"name": "@os-design/core",
"version": "0.0.54",
"version": "0.0.55",
"license": "MIT",

@@ -35,3 +35,3 @@ "main": "lib/index.js",

},
"gitHead": "df47bdfa0d6409b66848c86be0d01476e812d808"
"gitHead": "e3e167ce9d646fca039d5ebc1caccaeb39def9ad"
}

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

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