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

@deepgram/sdk

Package Overview
Dependencies
Maintainers
1
Versions
111
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@deepgram/sdk - npm Package Compare versions

Comparing version 3.0.0-alpha.2 to 3.0.0-alpha.3

2

dist/main/lib/version.d.ts

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

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

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

export declare const version = "3.0.0-alpha.2";
export declare const version = "3.0.0-alpha.3";
//# sourceMappingURL=version.d.ts.map

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

export const version = "3.0.0-alpha.2";
export const version = "3.0.0-alpha.3";
//# sourceMappingURL=version.js.map
{
"name": "@deepgram/sdk",
"version": "3.0.0-alpha.2",
"version": "3.0.0-alpha.3",
"description": "Isomorphic Javascript client for Deepgram",

@@ -45,5 +45,3 @@ "keywords": [

"watch": "nodemon -e ts --watch src --exec \"npm run build\"",
"test:server:build": "tsc -p tsconfig.testServer.json",
"test:server": "nodemon -e ts --watch src --watch test --exec \"ts-node test/testServer.ts\"",
"test": "mocha -r ts-node/register test/*test.ts test/**/*test.ts --insect || :",
"test": "mocha -r ts-node/register test/*test.ts test/**/*test.ts --insect --timeout 5000 || :",
"test:coverage": "nyc --reporter=lcovonly --reporter=text --reporter=text-summary npm run test",

@@ -64,3 +62,2 @@ "docs": "typedoc --entryPoints src/index.ts --out docs/v2 --includes src/**/*.ts",

"@types/chai": "^4.3.5",
"@types/express-ws": "^3.0.2",
"@types/mocha": "^9.1.1",

@@ -70,8 +67,4 @@ "@types/ws": "^8.5.6",

"cross-env": "^7.0.3",
"express-ws": "^5.0.2",
"fetch-mock": "^9.11.0",
"husky": "^4.3.0",
"mocha": "^9.2.2",
"mock-socket": "^9.2.1",
"nock": "^13.3.2",
"nodemon": "^3.0.1",

@@ -92,6 +85,2 @@ "npm-run-all": "^4.1.5",

},
"peerDependencies": {
"@types/express": "^4.17.17",
"express": "^4.18.2"
},
"husky": {

@@ -98,0 +87,0 @@ "hooks": {

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

export const version = "3.0.0-alpha.2";
export const version = "3.0.0-alpha.3";
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