New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.0.6 to 1.0.7

2

package.json
{
"name": "@hypermedialabs/uploader",
"version": "1.0.6",
"version": "1.0.7",
"description": "Client Uploader is a powerful, flexible TypeScript library designed to streamline the process of uploading videos to your hypermedia account.",

@@ -5,0 +5,0 @@ "main": "src/index.ts",

@@ -19,5 +19,5 @@ import path from 'path';

{
test: /\.tsx?$/, // Una regla para archivos TypeScript
use: 'ts-loader',
exclude: /node_modules/,
test: /\.tsx?$/,
loader: 'ts-loader',
exclude: /node_modules\/(?!(hypermedialabs\/uploader)\/).*/,
},

@@ -24,0 +24,0 @@ {

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