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

@requestly/web-sdk

Package Overview
Dependencies
Maintainers
7
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@requestly/web-sdk

Requestly Web SDK

  • 0.15.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
423
increased by1075%
Maintainers
7
Weekly downloads
 
Created
Source

Requestly Web SDK

Installation

Add to website as <script> tag

<script src="https://unpkg.com/@requestly/web-sdk@latest/dist/requestly-web-sdk.min.js" crossorigin></script>

This would expose Requestly as a global variable.

Add as NPM dependency

NPM:
npm install @requestly/web-sdk --save 
Yarn:
yarn add @requestly/web-sdk

Import in project as ES module:

import * as Requestly from '@requestly/web-sdk';

Getting Started

Check documentation for different modules exposed by SDK.

  • SessionRecorder
  • Network

FAQs

Package last updated on 11 Sep 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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