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

hashup-game-uploader

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hashup-game-uploader

Hashup game uploader - web component - use it anywhere!

  • 0.1.54
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
37
Maintainers
1
Weekly downloads
 
Created
Source

Hashup Game Uploader

Web-component usage

<hashup-game-uploader appName="Example app"></hashup-game-uploader>

<script type="module" src="https://unpkg.com/hashup-game-uploader?module"></script>
<script>
this.addEventListener('file-uploaded', ({ details }) => console.info(details))
</script>

Install

npm i

Build

npm run build

To watch files and rebuild when the files are modified, run the following command in a separate shell:

npm run build:watch

Testing

npm test
npm test:watch

Alternatively the test:prod and test:prod:watch commands will run your tests in Lit's production mode.

Dev Server

npm run serve

Linting

npm run lint

Static Site

This project includes a simple website generated with the eleventy static site generator and the templates and pages in /docs-src. To build the site, run:

npm run docs

To serve the site locally, run:

npm run docs:serve

To watch the site files, and re-build automatically, run:

npm run docs:watch

The site will usually be served at http://localhost:8000.

Keywords

FAQs

Package last updated on 26 Oct 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