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

@qgustavor/stream-audio-fingerprint

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@qgustavor/stream-audio-fingerprint - npm Package Compare versions

Comparing version 2.0.2 to 2.0.4

build/codegen_landmark.d.ts

8

package.json
{
"name": "@qgustavor/stream-audio-fingerprint",
"version": "2.0.2",
"version": "2.0.4",
"description": "Audio landmark fingerprinting as a JavaScript module",

@@ -9,3 +9,3 @@ "type": "module",

"scripts": {
"build": "esbuild src/codegen_landmark.ts --bundle --platform=neutral --outdir=build --out-extension:.js=.mjs",
"build": "tsc",
"test": "ts-standard"

@@ -24,4 +24,4 @@ },

"devDependencies": {
"esbuild": "^0.14.38",
"ts-standard": "^11.0.0"
"ts-standard": "^11.0.0",
"typescript": "^4.7.4"
},

@@ -28,0 +28,0 @@ "bugs": {

@@ -21,2 +21,5 @@ // This Source Code Form is subject to the terms of the Mozilla Public

// Typescript requires no extensions but Deno requires extensions
// Solution: ignore the error
// @ts-expect-error
import FFT from './lib/fft.ts'

@@ -23,0 +26,0 @@

@@ -5,2 +5,3 @@ {

"module": "es2020",
"lib": [ "es2020", "dom" ],
"declaration": true,

@@ -7,0 +8,0 @@ "outDir": "build",

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