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

@bzr/bazaar

Package Overview
Dependencies
Maintainers
3
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bzr/bazaar - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

2

dist/bazaar.esm.js

@@ -1518,2 +1518,2 @@ import io from 'socket.io-client';

export { BazaarApp, BazaarError, CollectionAPI, CollectionsAPI, ErrorTypes, LoginType, OrderByType, PermissionType, PermissionsAPI, SocialAPI, isNoAppUserError, isNoPermissionError };
export { BazaarApp, BazaarError, CollectionAPI, CollectionsAPI, ErrorTypes, LoginType, OrderByType, PermissionType, PermissionsAPI, SendNotification, SocialAPI, isNoAppUserError, isNoPermissionError };

@@ -17,4 +17,4 @@ import { CollectionAPI } from "./api/collection";

*/
export { OrderByType, PermissionType, LoginType } from "./types";
export type { User, Contact, Permission, NewPermission, PermissionTemplate, GrantedPermission, SendNotification, SharingNotification, FilterObject, FilterComparison, OrderBy, BazaarMessage, Link, Doc, AnyDoc, DeepPartial, SubscribeListener, BazaarOptions, MirrorOptions, } from "./types";
export { OrderByType, PermissionType, LoginType, SendNotification } from "./types";
export type { User, Contact, Permission, NewPermission, PermissionTemplate, GrantedPermission, SharingNotification, FilterObject, FilterComparison, OrderBy, BazaarMessage, Link, Doc, AnyDoc, DeepPartial, SubscribeListener, BazaarOptions, MirrorOptions, } from "./types";
/**

@@ -21,0 +21,0 @@ * The primary class of the Bazaar JS SDK to help you more easily build web apps with Bazaar.

{
"name": "@bzr/bazaar",
"version": "1.1.2",
"version": "1.1.3",
"description": "The Bazaar SDK. Conveniently use Bazaar with your app in the browser.",

@@ -5,0 +5,0 @@ "files": [

Sorry, the diff of this file is too big to display

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