New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@deepgram/captions

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

@deepgram/captions - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

2

dist/main/lib/version.d.ts

@@ -1,2 +0,2 @@

export declare const version = "1.1.0";
export declare const version = "1.1.1";
//# sourceMappingURL=version.d.ts.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.version = void 0;
exports.version = "1.1.0";
exports.version = "1.1.1";
//# sourceMappingURL=version.js.map

@@ -1,2 +0,2 @@

export declare const version = "1.1.0";
export declare const version = "1.1.1";
//# sourceMappingURL=version.d.ts.map

@@ -1,2 +0,2 @@

export const version = "1.1.0";
export const version = "1.1.1";
//# sourceMappingURL=version.js.map
{
"name": "@deepgram/captions",
"version": "1.1.0",
"version": "1.1.1",
"description": "Node implementation of Deepgram's WebVTT and SRT formatting. Given a transcription, this package can return a valid string to store as WebVTT or SRT caption files.",

@@ -56,2 +56,5 @@ "keywords": [

},
"dependencies": {
"dayjs": "^1.11.10"
},
"devDependencies": {

@@ -63,3 +66,2 @@ "@commitlint/cli": "^17.6.7",

"chai": "^4.3.7",
"dayjs": "^1.11.10",
"husky": "^4.3.0",

@@ -66,0 +68,0 @@ "mocha": "^9.2.2",

# Deepgram Captions
This package is the Node implementation of Deepgram's WebVTT and SRT formatting. Given a transcription, this package can return a valid string to store as WebVTT or SRT caption files.
This package is the JavaScript implementation of Deepgram's WebVTT and SRT formatting. Given a transcription, this package can return a valid string to store as WebVTT or SRT caption files.

@@ -5,0 +5,0 @@ > Works with ANY transcription format.

@@ -1,1 +0,1 @@

export const version = "1.1.0";
export const version = "1.1.1";
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