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

@loomhq/record-sdk

Package Overview
Dependencies
Maintainers
0
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@loomhq/record-sdk

The Loom Software Development Kit

  • 3.6.0
  • npm
  • Socket score

Version published
Weekly downloads
7.8K
decreased by-14.49%
Maintainers
0
Weekly downloads
 
Created
Source

@loomhq/record-sdk

See our docs site for a detailed guide on how to use the sdk!

3.3.6

Patch Changes

  • 79f997b65e: Remove unused dependencies
  • b412155ab8: Add SDK Onboarding arrows and animation
  • e51bf3074d: Fix spacing, logo size, text size, and reorder icons
  • e264453969: Update the preview modal + title ui
  • 8b055ec2fd: update animation for notification banner
  • fdfb395622: Fix fonts not being properly downloaded and injected
  • e27359adab: Make text, icon, and outline on dropdown dynamic based on what was AI generated
  • b95f71452c: Animate the logo inside the ai pill
  • b8dc6a0913: Add AI pill in the SDK
  • 11b7a69a9c: Implement esc key for pre record menu
  • 89c4240a98: Update subscription to have description and chapters
  • ccdc271363: git status

3.3.5

Patch Changes

  • b27c032b77: add aaid to embed preview url
  • bd2f725e53: Add animation to notification banners at the bottom of the sdk

3.3.4

Patch Changes

  • 5e3b71fbd1: Node version change
  • e2770f1f58: Update notification banners in the preview modal
  • 5034381fdb: Fix SDK countdown jankiness by centering bubble and syncing countdown with transition animation
  • 57a9ded778: Unused dependencies removed

3.3.3

Patch Changes

  • ad1445e21c: Refactor intelligence available subscription

3.3.2

Patch Changes

  • 92cbc65bde: Remove scrollbar from preview modal

3.3.1

Patch Changes

  • 18b4872ffd: Add animation for title
  • c4d370e243: Update title generation speed

3.3.0

Minor Changes

  • d411340e84: Add jest watch script

Patch Changes

  • d2ad4848d4: Remove entrypointName from buttonFn
  • c672f337aa: Optimize AI title speeds
  • 2c59b15745: Update styling on preview modal
  • 4e448b915e: Bump Lens to v11.12.0 to add globe icon

3.2.6

Patch Changes

  • 25ee3d5e54: Hide no camera recording option if no cameras available
  • 0a3d17f5b8: Remove checks in isSupported that required a web request. The speed boost is ridiculous.
  • 388d176d4f: Update position of learn the controls and position selfie bubble steps
  • 73270be63b: utm params can be defined for the signup url
  • 73270be63b: A custom "welcome to" message is configurable for the signup page.

3.2.5

Patch Changes

  • ad3531ece7: Add id to preview recording modal
  • 06fab2af08: Update onboarding such that step 1 will show instead of entrypoint on first time
  • 144f971a54: Onboarding QA fixes

3.2.4

Patch Changes

  • e44ee356ef: Add stop propogation for hotkeys

3.2.3

Patch Changes

  • b0160bb0aa: Update onboarding logic
  • 2981799c74: dependency changes
  • 2981799c74: Update dependencies
  • f91c36123e: Focus the title input text to disable hotkeys
  • 2981799c74: Dependencies updated
  • 4e8ea1c583: Update restart recording flow from preview modal
  • 825d563586: Use the workspace protocol to refer to @loomhq/enums

3.2.0

Minor Changes

  • bb42d5cf15: Introducing: createInstance, a new setup method for @loomhq/record-sdk

    There are now three operating modes of the SDK:

    • Standard
    • Custom
    • First Party (assumes customer is always authenticated)

    For the sake of simplicity, the developer needs to explicitly say which mode they're using

    // Example
    const publicAppId: '<my public key>';
    
    const instance = await createInstance({
      mode: 'standard',
      publicAppId,
    });
    

Patch Changes

  • 142ef8c30e: Implement foundations for onboarding

  • 6a7f688ad8: Navigate to share page edit tab when users are logged in

  • 75c95a7853: Add in product name and entry point name into the recording start event

  • cf9cde4bb3: Add types export to record-sdk package

  • 7e223459ff: Add internal alpha banner for Hello domain

  • cf01845b27: Bump Lens v11.9.0 to add small loader

  • 3df205aeb9: Be explicit about the different modes the recorder can be in.

    Changes:

    • Deprecate setApiKey action
    • Deprecate setJws action
    • Introduce setMode action

    The recorder can be in one of four modes:

    • PendingSDK (The recorder has been initialized)
    • CustomSDK
    • StandardSDK
    • First-Party

    @loomhq/record-sdk@3.11 and below will continue to use setApiKey and setJws. When these actions are used, sdk-background will transform these actions to be as though setMode was used.

  • 7e8de46708: add pre record menu analytics for the sdk

  • 211ebf0d1d: Add in product identifier and entry point

  • ef1c6c934a: Add changeset

  • 6adf796331: Bump Lens to v11.11.0 to add custom height modals

  • ad079d01c6: Fixes bug where SDK could not start recording when microphone is disabled

FAQs

Package last updated on 08 Aug 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