Socket
Socket
Sign inDemoInstall

actions-on-google-ts

Package Overview
Dependencies
16
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.1-2 to 1.2.1-3

2

package.json

@@ -6,3 +6,3 @@ {

"types": "typings/actions-on-google.d.ts",
"version": "1.2.1-2",
"version": "1.2.1-3",
"license": "Apache-2.0",

@@ -9,0 +9,0 @@ "author": "Google Inc.",

import { Request, Response } from 'express';
import { AssistantApp, DateTime, DeviceLocation, SessionStartedFunction, User } from './assistant-app';
import { AssistantApp, DeviceLocation, SessionStartedFunction, User } from './assistant-app';
import { Carousel, List, RichResponse, SimpleResponse } from './response-builder';

@@ -5,0 +5,0 @@ import { TransactionDecision } from './transactions';

import { Request, Response } from 'express';
import { AssistantApp, DateTime, DeviceLocation, SessionStartedFunction, User } from './assistant-app';
import { AssistantApp, DeviceLocation, SessionStartedFunction, User } from './assistant-app';
import { Carousel, List, RichResponse, SimpleResponse } from './response-builder';

@@ -5,0 +5,0 @@ import { TransactionDecision } from './transactions';

@@ -964,3 +964,3 @@ import { Request, Response } from 'express';

*/
getDateTime(): Date;
getDateTime(): DateTime;

@@ -967,0 +967,0 @@ /**

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc