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

@groupby/beacon-models

Package Overview
Dependencies
Maintainers
16
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@groupby/beacon-models - npm Package Compare versions

Comparing version 0.0.1-alpha.7 to 1.0.0

README.md

2

addToCart.d.ts

@@ -8,3 +8,3 @@ import { Cart } from './partials/cart';

import { Visit } from './partials/visit';
export interface IAddToCart {
export interface AddToCart {
NAME: string;

@@ -11,0 +11,0 @@ id: Id;

{
"name": "@groupby/beacon-models",
"version": "0.0.1-alpha.7",
"description": "Types representing beacons GroupBy receives from its gb-tracker-client.",
"version": "1.0.0",
"description": "TypeScript interfaces and types for the beacons GroupBy systems receive.",
"scripts": {

@@ -6,0 +6,0 @@ "clean": "rm -r partials 2> /dev/null; rm *.d.ts 2> /dev/null; rm *.js 2> /dev/null",

@@ -19,3 +19,3 @@ export { AutoMoreRefinements as AutoMoreRefinementsPartial } from './partials/autoMoreRefinements';

export * from './partials/responseId';
export * from './partials/search';
export { Search as SearchPartial } from './partials/search';
export * from './partials/searchNavigation';

@@ -22,0 +22,0 @@ export * from './partials/searchNavigationList';

@@ -9,3 +9,3 @@ import { ClientVersion } from './partials/clientVersion';

import { Visit as VisitPartial } from './partials/visit';
export interface ISearch {
export interface Search {
NAME: string;

@@ -12,0 +12,0 @@ id: Id;

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