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

@screeb/sdk-browser

Package Overview
Dependencies
Maintainers
0
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@screeb/sdk-browser - npm Package Compare versions

Comparing version 0.1.18 to 0.2.0

3

dist/cjs/index.d.ts

@@ -304,2 +304,3 @@ import { Hooks, PropertyRecord, ScreebIdentityGetReturn, ScreebOptions } from "./types";

* '<UUID>',
* '<UUID>',
* false,

@@ -318,3 +319,3 @@ * {

*/
export declare const surveyStart: (surveyId: string, allowMultipleResponses?: boolean, hiddenFields?: PropertyRecord, hooks?: Hooks, language?: string) => void | Promise<unknown>;
export declare const surveyStart: (surveyId: string, distributionId: string, allowMultipleResponses?: boolean, hiddenFields?: PropertyRecord, hooks?: Hooks, language?: string) => void | Promise<unknown>;
/**

@@ -321,0 +322,0 @@ * Interrupts a running message.

@@ -304,2 +304,3 @@ import { Hooks, PropertyRecord, ScreebIdentityGetReturn, ScreebOptions } from "./types";

* '<UUID>',
* '<UUID>',
* false,

@@ -318,3 +319,3 @@ * {

*/
export declare const surveyStart: (surveyId: string, allowMultipleResponses?: boolean, hiddenFields?: PropertyRecord, hooks?: Hooks, language?: string) => void | Promise<unknown>;
export declare const surveyStart: (surveyId: string, distributionId: string, allowMultipleResponses?: boolean, hiddenFields?: PropertyRecord, hooks?: Hooks, language?: string) => void | Promise<unknown>;
/**

@@ -321,0 +322,0 @@ * Interrupts a running message.

@@ -881,3 +881,3 @@ @screeb/sdk-browser

▸ **surveyStart**(`surveyId`, `allowMultipleResponses?`, `hiddenFields?`, `hooks?`, `language?`): `void` \| `Promise`\<`unknown`\>
▸ **surveyStart**(`surveyId`, `distributionId`, `allowMultipleResponses?`, `hiddenFields?`, `hooks?`, `language?`): `void` \| `Promise`\<`unknown`\>

@@ -891,2 +891,3 @@ Starts a survey by its ID.

| `surveyId` | `string` | `undefined` |
| `distributionId` | `string` | `undefined` |
| `allowMultipleResponses` | `boolean` | `true` |

@@ -908,2 +909,3 @@ | `hiddenFields` | [`PropertyRecord`](README.md#propertyrecord) | `{}` |

'<UUID>',
'<UUID>',
false,

@@ -910,0 +912,0 @@ {

{
"name": "@screeb/sdk-browser",
"version": "0.1.18",
"version": "0.2.0",
"description": "Screeb's browser sdk.",

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

Sorry, the diff of this file is not supported yet

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