New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@squeakyai/script

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@squeakyai/script

Squeaky Script

  • 0.4.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

Squeaky Script

The public scripts that are used to get data into Squeaky. These are:

  • ./src/nps is loaded into the NPS iframe that's served by the gateway
  • ./src/script is loaded in the users browser to trigger recordings, load nps/sentiment iframes etc
  • ./src/sentiment is loaded into the sentiment iframe that's served by the gateway

They each inject their own styles and should be self contained. The main script is not within an iframe, and will need to be defensive against the host websites styles.

Requirements

  • Node.js v14.x
  • Yarn
  • AWS Credentials at ~/.aws

Installation

$ git clone git@github.com:squeaky-ai/script.git
$ cd script
$ yarn install

Running locally

Firstly you will need the gateway running at ws://localhost:5000, you'll also need to create a site locally with the uuid of eba391ce-cc12-41d7-8f8a-ddee1e624a74.

Run yarn watch to watch and build the script, and run yarn serve to start the dev server.

There are example websites in the examples/ folder, they can be accessed by visiting their path for example:

FAQs

Package last updated on 28 Apr 2022

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