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
213
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.49-alpha.0 to 2.0.50-alpha.0

dist/molecules/RadioGroup/index.d.ts

2

dist/index.d.ts

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

export type { RadioFieldProps } from './molecules/RadioField';
export { default as RadioGroup, RadioOption, } from './molecules/RadioGroup';
export type { RadioGroupProps, RadioOptionProps, } from './molecules/RadioGroup';
export { default as Rating } from './molecules/Rating';

@@ -48,0 +50,0 @@ export type { RatingProps } from './molecules/Rating';

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

export { default as RadioField } from './molecules/RadioField';
export { default as RadioGroup, RadioOption, } from './molecules/RadioGroup';
export { default as Rating } from './molecules/Rating';

@@ -30,0 +31,0 @@ export { default as SelectField } from './molecules/SelectField';

4

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

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

},
"gitHead": "7046452f096b9b7e33b10db94e0213c3f10f91b5"
"gitHead": "ff4612f903a6be4e99df0b614a032b21ad7dc711"
}

@@ -71,2 +71,10 @@ // Assets

export type { RadioFieldProps } from './molecules/RadioField'
export {
default as RadioGroup,
RadioOption,
} from './molecules/RadioGroup'
export type {
RadioGroupProps,
RadioOptionProps,
} from './molecules/RadioGroup'
export { default as Rating } from './molecules/Rating'

@@ -73,0 +81,0 @@ export type { RatingProps } from './molecules/Rating'

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