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

@faststore/sdk

Package Overview
Dependencies
Maintainers
3
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 3.0.106 to 3.0.107

4

dist/session/index.d.ts

@@ -24,2 +24,5 @@ export interface Currency {

}
export interface B2bInfo {
customerId: string;
}
export interface Session {

@@ -35,3 +38,4 @@ locale: string;

person: Person | null;
b2b: B2bInfo | null;
}
export declare const createSessionStore: (defaultSession: Session, onValidate?: ((value: Session) => Promise<Session | null>) | undefined, namespace?: string) => import("..").Store<Session>;

4

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

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

},
"gitHead": "238c6a205d174e6704974d948a8f4ea0657c34b7"
"gitHead": "76421761da22073a9c6a19c95667b43a5bd5839d"
}

@@ -31,2 +31,6 @@ import { createStore } from './../store/composed'

export interface B2bInfo {
customerId: string
}
export interface Session {

@@ -42,2 +46,3 @@ locale: string // en-US

person: Person | null
b2b: B2bInfo | null
}

@@ -44,0 +49,0 @@

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