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

@screeb/sdk-browser

Package Overview
Dependencies
Maintainers
4
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.14 to 0.1.15

4

dist/cjs/types.d.ts

@@ -12,2 +12,6 @@ import { HookOnQuestionReplied, HookOnReady, HookOnSurveyCompleted, HookOnSurveyHidden, HookOnSurveyShowed, HookOnSurveyStarted } from "./hooks.types";

window?: Window;
/** SDK name (eg: sdk-browser, sdk-react, sdk-angular, etc...) */
sdkName?: string;
/** SDK version (eg: 1.2.3) */
sdkVersion?: string;
/** Please don't do this. */

@@ -14,0 +18,0 @@ screebEndpoint?: string;

@@ -12,2 +12,6 @@ import { HookOnQuestionReplied, HookOnReady, HookOnSurveyCompleted, HookOnSurveyHidden, HookOnSurveyShowed, HookOnSurveyStarted } from "./hooks.types";

window?: Window;
/** SDK name (eg: sdk-browser, sdk-react, sdk-angular, etc...) */
sdkName?: string;
/** SDK version (eg: 1.2.3) */
sdkVersion?: string;
/** Please don't do this. */

@@ -14,0 +18,0 @@ screebEndpoint?: string;

@@ -357,2 +357,4 @@ @screeb/sdk-browser

| `screebEndpoint?` | `string` | Please don't do this. |
| `sdkName?` | `string` | SDK name (eg: sdk-browser, sdk-react, sdk-angular, etc...) |
| `sdkVersion?` | `string` | SDK version (eg: 1.2.3) |
| `window?` | `Window` | If you're running Screeb tag in an iframe, please set the inner window here. |

@@ -359,0 +361,0 @@

4

package.json
{
"name": "@screeb/sdk-browser",
"version": "0.1.14",
"version": "0.1.15",
"description": "Screeb's browser sdk.",

@@ -45,3 +45,3 @@ "keywords": [

"@screeb/eslint-config": "^0.1.6",
"@screeb/typescript-config": "^0.1.9",
"@screeb/typescript-config": "^0.1.10",
"@types/jest": "^29.5.5",

@@ -48,0 +48,0 @@ "@types/node": "^20.8.4",

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