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

placeatautem

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

placeatautem

  • 1.4.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

IDKit JS Widget

This folder (/idkit) contains the main code for the widget. For instructions on how to use the widget, please refer to the repository's main README.

ℹ️ About the Codebase

  • The widget is made to work mainly with vanilla JS code (no framework required). The starting point can be found in src/vanilla.tsx.
  • The React wrapper is found on src/components/IDKitWidget/index.ts.

🧑‍💻 Development & Testing

To develop locally and contribute to this package, you can simply follow these instructions after cloning the repo.

  • Install dependencies
    # be sure to run this in the root folder of the repo
    yarn install
    
  • Run tests
    # runs in the /idkit folder
    cd idkit/
    yarn test
    
  • Run local test project
    # runs in the /idkit folder
    yarn dev
    
  • Open browser at http://localhost:3000
  • To build the production bundle you can simply run.
    # runs in the /idkit folder
    yarn build
    

FAQs

Package last updated on 02 Apr 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