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

@faststore/sdk

Package Overview
Dependencies
Maintainers
13
Versions
354
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@faststore/sdk - npm Package Compare versions

Comparing version 1.3.22 to 1.3.23

8

CHANGELOG.md

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

## 1.3.23 (2021-12-09)
**Note:** Version bump only for package @faststore/sdk
## 1.3.22 (2021-12-07)

@@ -8,0 +16,0 @@

4

package.json
{
"name": "@faststore/sdk",
"version": "1.3.22",
"version": "1.3.23",
"description": "Hooks for creating your next component library",

@@ -57,3 +57,3 @@ "license": "MIT",

},
"gitHead": "a7fdfbb393d0745ccc425b325746344975f70cae"
"gitHead": "07ba569df47fc87a9f22e0060073678f05b697f8"
}
# @faststore/sdk
A simple, framework agnostic implementation of Commerce APIs to help you create you next React-based store with world class performance in record time
[![NPM](https://img.shields.io/npm/v/@faststore/sdk.svg)](https://www.npmjs.com/package/@faststore/sdk) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
## Install
```bash
yarn add @faststore/sdk
```
## Usage
```tsx
import React from 'react'
import type { FC } from 'react'
import { useHook } from '@faststore/sdk'
const MyStoreComponent: FC = () => {
const props = useHook()
return <MyComponent props>Hello Commerce</MyComponent>
}
```
## Analytics
The analytics data layer is based on [the official GA4 specification](https://developers.google.com/gtagjs/reference/ga4-events).
## License
MIT © [VTEX](https://github.com/vtex/faststore)
Docs moved to https://faststore.dev/reference/sdk/overview
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