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

@types/dynamodb

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/dynamodb - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

6

dynamodb/ExecuteFilter.d.ts

@@ -5,5 +5,9 @@ import { Readable } from 'stream';

export interface PromisedReadable extends Readable {
promise(): Promise<any>;
}
export interface ExecuteFilter {
(callback: Callback): void;
(): Readable;
(): PromisedReadable;
}

6

dynamodb/package.json
{
"name": "@types/dynamodb",
"version": "1.2.1",
"version": "1.2.2",
"description": "TypeScript definitions for dynamodb",

@@ -25,4 +25,4 @@ "license": "MIT",

},
"typesPublisherContentHash": "6827a0bbd3fd70fdd109d6ceba49e5d8fbb931d7ed8c5e2faa21ced0fa61f425",
"typeScriptVersion": "3.4"
"typesPublisherContentHash": "188a5c247571733a41bd1fcf81edfd4cf1cac4eff92085274d80ad9bf3bb971c",
"typeScriptVersion": "3.5"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Thu, 14 Jan 2021 20:56:14 GMT
* Last updated: Fri, 12 Mar 2021 08:07:13 GMT
* Dependencies: [@types/joi](https://npmjs.com/package/@types/joi), [@types/bunyan](https://npmjs.com/package/@types/bunyan)

@@ -14,0 +14,0 @@ * Global values: none

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