Socket
Socket
Sign inDemoInstall

@littlespoon/icons

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@littlespoon/icons - npm Package Compare versions

Comparing version 1.2.0 to 1.3.0

lib/FilterBase.d.ts

4

lib/index.d.ts
import ArrowIcon from './ArrowIcon';
import CloseIcon from './CloseIcon';
export { ArrowIcon, CloseIcon };
import FilterIcon from './FilterIcon';
export { ArrowIcon, CloseIcon, FilterIcon };
declare const _default: {
ArrowIcon: typeof ArrowIcon;
CloseIcon: typeof CloseIcon;
FilterIcon: typeof FilterIcon;
};
export default _default;
//# sourceMappingURL=index.d.ts.map

@@ -6,3 +6,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.CloseIcon = exports.ArrowIcon = void 0;
exports.FilterIcon = exports.CloseIcon = exports.ArrowIcon = void 0;
var ArrowIcon_1 = __importDefault(require("./ArrowIcon"));

@@ -12,6 +12,9 @@ exports.ArrowIcon = ArrowIcon_1.default;

exports.CloseIcon = CloseIcon_1.default;
var FilterIcon_1 = __importDefault(require("./FilterIcon"));
exports.FilterIcon = FilterIcon_1.default;
exports.default = {
ArrowIcon: ArrowIcon_1.default,
CloseIcon: CloseIcon_1.default,
FilterIcon: FilterIcon_1.default,
};
//# sourceMappingURL=index.js.map
{
"name": "@littlespoon/icons",
"version": "1.2.0",
"version": "1.3.0",
"description": "Little Spoon icons",

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

"license": "UNLICENSED",
"gitHead": "cd3e73d1c6067f54ade7a9c2ee3603837c6ebfcc"
"gitHead": "f3f3de15936cceaa3ec0794630db541489e061fa"
}

@@ -29,2 +29,3 @@ # @littlespoon/icons

icons.CloseIcon
icons.FilterIcon
```

@@ -36,2 +37,3 @@

import ArrowIcon from '@littlespoon/icons/lib/ArrowIcon'
import FilterIcoon from '@littlespoon/icons/lib/FilterIcon'
```

@@ -38,0 +40,0 @@

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