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

@responsive-ui/icon

Package Overview
Dependencies
Maintainers
1
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@responsive-ui/icon - npm Package Compare versions

Comparing version 1.0.9-alpha.7 to 1.0.9-alpha.8

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [1.0.9-alpha.8](https://github.com/wetix/responsive-ui/compare/v1.0.9-alpha.7...v1.0.9-alpha.8) (2022-01-05)
### Bug Fixes
* component and types ([9f9b953](https://github.com/wetix/responsive-ui/commit/9f9b95387fef610f35afa34ecfd096cbea8cc074))
## [1.0.9-alpha.7](https://github.com/wetix/responsive-ui/compare/v1.0.9-alpha.6...v1.0.9-alpha.7) (2022-01-05)

@@ -8,0 +19,0 @@

4

package.json
{
"name": "@responsive-ui/icon",
"version": "1.0.9-alpha.7",
"version": "1.0.9-alpha.8",
"description": "A icon component of responsive-ui.",

@@ -50,3 +50,3 @@ "author": "Si3nLoong <sianloong90@gmail.com> (https://github.com/si3nloong)",

},
"gitHead": "45ef5357e3fbc1406e6837b67e7ee17873f1fa3c"
"gitHead": "df3f320b43d3f68975680dd5d9affdd38223e9c9"
}

@@ -22,3 +22,3 @@ import type { SvelteComponentTyped } from "svelte/internal";

declare class Icon extends SvelteComponentTyped<
export declare class IconComponent extends SvelteComponentTyped<
IconProps,

@@ -29,2 +29,2 @@ IconEvents,

export default Icon;
export default IconComponent;
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