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

@os-design/icons

Package Overview
Dependencies
Maintainers
1
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@os-design/icons - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

lib/Close/index.d.ts

12

lib/index.d.ts
export { default as BaseIcon } from './BaseIcon';
export * from './BaseIcon';
export { default as Close } from './icons/Close';
export { default as Eye } from './icons/Eye';
export { default as EyeInvisible } from './icons/EyeInvisible';
export { default as Loading } from './icons/Loading';
export { default as Menu } from './icons/Menu';
export { default as Search } from './icons/Search';
export { default as Close } from './Close';
export { default as Eye } from './Eye';
export { default as EyeInvisible } from './EyeInvisible';
export { default as Loading } from './Loading';
export { default as Menu } from './Menu';
export { default as Search } from './Search';
//# sourceMappingURL=index.d.ts.map

@@ -9,14 +9,14 @@ "use strict";

__export(require("./BaseIcon"));
var Close_1 = require("./icons/Close");
var Close_1 = require("./Close");
exports.Close = Close_1.default;
var Eye_1 = require("./icons/Eye");
var Eye_1 = require("./Eye");
exports.Eye = Eye_1.default;
var EyeInvisible_1 = require("./icons/EyeInvisible");
var EyeInvisible_1 = require("./EyeInvisible");
exports.EyeInvisible = EyeInvisible_1.default;
var Loading_1 = require("./icons/Loading");
var Loading_1 = require("./Loading");
exports.Loading = Loading_1.default;
var Menu_1 = require("./icons/Menu");
var Menu_1 = require("./Menu");
exports.Menu = Menu_1.default;
var Search_1 = require("./icons/Search");
var Search_1 = require("./Search");
exports.Search = Search_1.default;
//# sourceMappingURL=index.js.map
{
"name": "@os-design/icons",
"version": "0.0.2",
"version": "0.0.3",
"license": "MIT",

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

"@emotion/core": "^10.0.22",
"@os-design/styled": "^0.0.2"
"@os-design/styled": "^0.0.3"
},

@@ -26,3 +26,3 @@ "peerDependencies": {

},
"gitHead": "988da56eb63871d767f49d584e4cf45e689cc6b0"
"gitHead": "bb1423851a43ce777fd4b326bb8a19881424e82e"
}

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