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

@hypermedialabs/uploader

Package Overview
Dependencies
Maintainers
2
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hypermedialabs/uploader - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

dist/uploader.es.js

6

package.json
{
"name": "@hypermedialabs/uploader",
"version": "1.2.0",
"version": "1.2.1",
"description": "Client Uploader is a powerful, flexible TypeScript library designed to streamline the process of uploading videos to your hypermedia account.",
"main": "dist/index.js",
"module": "dist/esm/index.js",
"main": "dist/uploader.umd.js",
"module": "dist/uploader.es.js",
"scripts": {

@@ -8,0 +8,0 @@ "test": "echo \"Error: no test specified\" && exit 1",

@@ -1,6 +0,11 @@

// vite.config.js
import { defineConfig } from 'vite';
export default defineConfig({
// Tus configuraciones específicas van aquí
build: {
lib: {
entry: 'src/index.js',
name: '@hypermedialabs/uploader',
fileName: (format) => `uploader.${format}.js`,
},
},
});
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