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

@faststore/components

Package Overview
Dependencies
Maintainers
10
Versions
201
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@faststore/components - npm Package Compare versions

Comparing version 2.0.13-alpha.0 to 2.0.14-alpha.0

dist/atoms/Link/index.d.ts

9

CHANGELOG.md

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

## [2.0.14-alpha.0](https://github.com/vtex/faststore/compare/v2.0.13-alpha.0...v2.0.14-alpha.0) (2022-12-14)
### Features
* Adds `Link` component ([#1543](https://github.com/vtex/faststore/issues/1543)) ([9c219eb](https://github.com/vtex/faststore/commit/9c219eba996fc6fec90edd1383a4abf8dbe0a7ef))
## [2.0.13-alpha.0](https://github.com/vtex/faststore/compare/v2.0.12-alpha.0...v2.0.13-alpha.0) (2022-12-14)

@@ -8,0 +17,0 @@

3

dist/index.d.ts

@@ -0,1 +1,2 @@

export * from './assets';
export { default as Badge } from './atoms/Badge';

@@ -13,2 +14,4 @@ export type { BadgeProps } from './atoms/Badge';

export type { LabelProps } from './atoms/Label';
export { default as Link } from './atoms/Link';
export type { LinkProps, LinkElementType } from './atoms/Link';
export { default as Overlay } from './atoms/Overlay';

@@ -15,0 +18,0 @@ export type { OverlayProps } from './atoms/Overlay';

@@ -0,1 +1,3 @@

// Assets
export * from './assets';
// Atoms

@@ -8,2 +10,3 @@ export { default as Badge } from './atoms/Badge';

export { default as Label } from './atoms/Label';
export { default as Link } from './atoms/Link';
export { default as Overlay } from './atoms/Overlay';

@@ -10,0 +13,0 @@ export { default as Price } from './atoms/Price';

4

package.json
{
"name": "@faststore/components",
"version": "2.0.13-alpha.0",
"version": "2.0.14-alpha.0",
"module": "dist/index.js",

@@ -31,3 +31,3 @@ "typings": "dist/index.d.ts",

},
"gitHead": "c513c94b5b36c43355224db4c179cbe4362117ea"
"gitHead": "a8f4ca0ddc690e24df31abee9e4a4bbdb2d1a03b"
}

@@ -0,1 +1,4 @@

// Assets
export * from './assets'
// Atoms

@@ -14,2 +17,4 @@ export { default as Badge } from './atoms/Badge'

export type { LabelProps } from './atoms/Label'
export { default as Link } from './atoms/Link'
export type { LinkProps, LinkElementType } from './atoms/Link'
export { default as Overlay } from './atoms/Overlay'

@@ -16,0 +21,0 @@ export type { OverlayProps } from './atoms/Overlay'

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