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

@battis/google.drive

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@battis/google.drive - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

package.json
{
"name": "@battis/google.drive",
"version": "0.1.0",
"version": "0.1.1",
"description": "Typescript types to describe the responses from the Google Drive v3 REST API",

@@ -5,0 +5,0 @@ "author": {

@@ -1,4 +0,7 @@

import * as v3 from './v3';
import '@battis/google.base';
import * as v3_namespace from './v3';
export default { v3 };
namespace Drive {
export import v3 = v3_namespace;
}
export default Drive;

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

export { About } from './About';
export { App } from './App';
export { AppsList } from './AppsList';
export { Change } from './Change';
export { ChangesList } from './ChangesList';
export { Channel } from './Channel';
export { Comment } from './Comment';
export { CommentsList } from './CommentsList';
export { ContentRestriction } from './ContentRestriction';
export { Drive } from './Drive';
export { DrivesList } from './DrivesList';
export { Field } from './Field';
export { FieldModification } from './FieldModification';
export { File } from './File';
export { FileIdList } from './FileIdList';
export { FilesList } from './FilesList';
export { Icon } from './Icon';
export { Label } from './Label';
export { LabelModification } from './LabelModification';
export { LabelsList } from './LabelsList';
export { ModifiedLabelsList } from './ModifiedLabelsList';
export { Permission } from './Permission';
export { PermissionsList } from './PermissionsList';
export { RepliesList } from './RepliesList';
export { Reply } from './Reply';
export { Revision } from './Revision';
export { RevisionsList } from './RevisionsList';
export { StartPageToken } from './StartPageToken';
export { User } from './User';
export type { About } from './About';
export type { App } from './App';
export type { AppsList } from './AppsList';
export type { Change } from './Change';
export type { ChangesList } from './ChangesList';
export type { Channel } from './Channel';
export type { Comment } from './Comment';
export type { CommentsList } from './CommentsList';
export type { ContentRestriction } from './ContentRestriction';
export type { Drive } from './Drive';
export type { DrivesList } from './DrivesList';
export type { Field } from './Field';
export type { FieldModification } from './FieldModification';
export type { File } from './File';
export type { FileIdList } from './FileIdList';
export type { FilesList } from './FilesList';
export type { Icon } from './Icon';
export type { Label } from './Label';
export type { LabelModification } from './LabelModification';
export type { LabelsList } from './LabelsList';
export type { ModifiedLabelsList } from './ModifiedLabelsList';
export type { Permission } from './Permission';
export type { PermissionsList } from './PermissionsList';
export type { RepliesList } from './RepliesList';
export type { Reply } from './Reply';
export type { Revision } from './Revision';
export type { RevisionsList } from './RevisionsList';
export type { StartPageToken } from './StartPageToken';
export type { User } from './User';
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