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

@voiceflow/voice-types

Package Overview
Dependencies
Maintainers
15
Versions
339
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@voiceflow/voice-types - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

1

build/node/index.d.ts

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

export * as Buttons from './buttons';
export * as Capture from './capture';

@@ -2,0 +3,0 @@ export * as Interaction from './interaction';

3

build/node/index.js

@@ -22,3 +22,4 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.Utils = exports.Speak = exports.Prompt = exports.Interaction = exports.Capture = void 0;
exports.Utils = exports.Speak = exports.Prompt = exports.Interaction = exports.Capture = exports.Buttons = void 0;
exports.Buttons = __importStar(require("./buttons"));
exports.Capture = __importStar(require("./capture"));

@@ -25,0 +26,0 @@ exports.Interaction = __importStar(require("./interaction"));

{
"name": "@voiceflow/voice-types",
"description": "Voiceflow voice project types",
"version": "1.3.0",
"version": "1.3.1",
"author": "Voiceflow",

@@ -40,3 +40,3 @@ "bugs": {

},
"gitHead": "debf4d5a5ae16afb7511bf1a98736bbec00def8e"
"gitHead": "ba8e1dd27273f902545ea45a199d6cb935a7bb0e"
}

Sorry, the diff of this file is not supported yet

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