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.4-alpha.0 to 2.0.5-alpha.0

dist/atoms/Overlay/index.d.ts

9

CHANGELOG.md

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

## [2.0.5-alpha.0](https://github.com/vtex/faststore/compare/v2.0.4-alpha.0...v2.0.5-alpha.0) (2022-12-07)
### Features
* `Overlay` Component. ([#1544](https://github.com/vtex/faststore/issues/1544)) ([dad6872](https://github.com/vtex/faststore/commit/dad6872654faaa4411d1f5949e5beab609e2ca36))
## [2.0.4-alpha.0](https://github.com/vtex/faststore/compare/v2.0.3-alpha.0...v2.0.4-alpha.0) (2022-12-07)

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

2

dist/index.d.ts

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

export type { LabelProps } from './atoms/Label';
export { default as Overlay } from './atoms/Overlay';
export type { OverlayProps } from './atoms/Overlay';
export { default as Radio } from './atoms/Radio';

@@ -13,0 +15,0 @@ export type { RadioProps } from './atoms/Radio';

@@ -7,2 +7,3 @@ // Atoms

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

@@ -9,0 +10,0 @@ // Molecules

4

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

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

},
"gitHead": "e15f55dc806232292a13e286bf91fe527fcc3a32"
"gitHead": "7ac374bab91528184e27381e7dc3be8bf5524e76"
}

@@ -12,2 +12,4 @@ // Atoms

export type { LabelProps } from './atoms/Label'
export { default as Overlay } from './atoms/Overlay'
export type { OverlayProps } from './atoms/Overlay'
export { default as Radio } from './atoms/Radio'

@@ -14,0 +16,0 @@ export type { RadioProps } from './atoms/Radio'

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