New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@faststore/components

Package Overview
Dependencies
Maintainers
9
Versions
218
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.47-alpha.0 to 2.0.48-alpha.0

dist/assets/Heart.d.ts

9

CHANGELOG.md

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

## 2.0.48-alpha.0 (2023-01-13)
### Features
* Adds `Alert` Component ([#1590](https://github.com/vtex/faststore/issues/1590)) ([6e1cc00](https://github.com/vtex/faststore/commit/6e1cc004a5f3ae8674798fe6a36fd2a5d1451d7c))
## [2.0.47-alpha.0](https://github.com/vtex/faststore/compare/v2.0.46-alpha.0...v2.0.47-alpha.0) (2023-01-13)

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

2

dist/assets/index.d.ts

@@ -5,2 +5,3 @@ export { default as ArrowRight } from './ArrowRight';

export { default as Checked } from './Checked';
export { default as Heart } from './Heart';
export { default as House } from './House';

@@ -13,3 +14,4 @@ export { default as Minus } from './Minus';

export { default as ShoppingCart } from './ShoppingCart';
export { default as Star } from './Star';
export { default as X } from './X';
export { default as XCircle } from './XCircle';

@@ -5,2 +5,3 @@ export { default as ArrowRight } from './ArrowRight';

export { default as Checked } from './Checked';
export { default as Heart } from './Heart';
export { default as House } from './House';

@@ -13,4 +14,5 @@ export { default as Minus } from './Minus';

export { default as ShoppingCart } from './ShoppingCart';
export { default as Star } from './Star';
export { default as X } from './X';
export { default as XCircle } from './XCircle';
//# sourceMappingURL=index.js.map

@@ -29,2 +29,4 @@ export * from './assets';

export type { AccordionProps, AccordionItemProps, AccordionButtonProps, AccordionPanelProps, } from './molecules/Accordion';
export { default as Alert } from './molecules/Alert';
export type { AlertProps } from './molecules/Alert';
export { default as BuyButton } from './molecules/BuyButton';

@@ -45,2 +47,4 @@ export { default as CheckboxField } from './molecules/CheckboxField';

export type { RadioFieldProps } from './molecules/RadioField';
export { default as Rating } from './molecules/Rating';
export type { RatingProps } from './molecules/Rating';
export { default as SelectField } from './molecules/SelectField';

@@ -47,0 +51,0 @@ export type { SelectFieldProps } from './molecules/SelectField';

@@ -19,2 +19,3 @@ // Assets

export { default as Accordion, AccordionItem, AccordionButton, AccordionPanel, } from './molecules/Accordion';
export { default as Alert } from './molecules/Alert';
export { default as BuyButton } from './molecules/BuyButton';

@@ -28,2 +29,3 @@ export { default as CheckboxField } from './molecules/CheckboxField';

export { default as RadioField } from './molecules/RadioField';
export { default as Rating } from './molecules/Rating';
export { default as SelectField } from './molecules/SelectField';

@@ -30,0 +32,0 @@ export { Table, TableBody, TableCell, TableFooter, TableHead, TableRow, } from './molecules/Table';

8

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

@@ -24,4 +24,4 @@ "typings": "dist/index.d.ts",

"devDependencies": {
"@faststore/eslint-config": "^2.0.37-alpha.0",
"@faststore/shared": "^2.0.44-alpha.0",
"@faststore/eslint-config": "^2.0.48-alpha.0",
"@faststore/shared": "^2.0.48-alpha.0",
"eslint": "7.32.0",

@@ -34,3 +34,3 @@ "typescript": "^4.8.4"

},
"gitHead": "3e7e16180416349dc8471b69ad9e305fd2f4d424"
"gitHead": "13071d1410c4d42df70946ba27631549d2544d85"
}

@@ -5,2 +5,3 @@ export { default as ArrowRight } from './ArrowRight'

export { default as Checked } from './Checked'
export { default as Heart } from './Heart'
export { default as House } from './House'

@@ -13,3 +14,4 @@ export { default as Minus } from './Minus'

export { default as ShoppingCart } from './ShoppingCart'
export { default as Star } from './Star'
export { default as X } from './X'
export { default as XCircle } from './XCircle'

@@ -44,2 +44,4 @@ // Assets

} from './molecules/Accordion'
export { default as Alert } from './molecules/Alert'
export type { AlertProps } from './molecules/Alert'
export { default as BuyButton } from './molecules/BuyButton'

@@ -70,2 +72,4 @@ export { default as CheckboxField } from './molecules/CheckboxField'

export type { RadioFieldProps } from './molecules/RadioField'
export { default as Rating } from './molecules/Rating'
export type { RatingProps } from './molecules/Rating'
export { default as SelectField } from './molecules/SelectField'

@@ -72,0 +76,0 @@ export type { SelectFieldProps } from './molecules/SelectField'

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