@types/dynamodb
Advanced tools
Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "@types/dynamodb", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "TypeScript definitions for dynamodb", | ||
@@ -14,3 +14,3 @@ "license": "MIT", | ||
"main": "", | ||
"types": "index", | ||
"types": "index.d.ts", | ||
"repository": { | ||
@@ -24,6 +24,6 @@ "type": "git", | ||
"@types/bunyan": "*", | ||
"@types/joi": "*" | ||
"joi": "^17.3.0" | ||
}, | ||
"typesPublisherContentHash": "cf4df5e7962a390915e715caa621115516f308ad65da5621789e05235f443176", | ||
"typeScriptVersion": "2.4" | ||
"typesPublisherContentHash": "6827a0bbd3fd70fdd109d6ceba49e5d8fbb931d7ed8c5e2faa21ced0fa61f425", | ||
"typeScriptVersion": "3.4" | ||
} |
@@ -5,13 +5,13 @@ # Installation | ||
# Summary | ||
This package contains type definitions for dynamodb ( https://github.com/baseprime/dynamodb#readme ). | ||
This package contains type definitions for dynamodb (https://github.com/baseprime/dynamodb#readme). | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/dynamodb | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/dynamodb. | ||
Additional Details | ||
* Last updated: Wed, 15 May 2019 16:25:45 GMT | ||
* Dependencies: @types/joi, @types/bunyan | ||
### Additional Details | ||
* Last updated: Thu, 14 Jan 2021 20:56:14 GMT | ||
* Dependencies: [@types/joi](https://npmjs.com/package/@types/joi), [@types/bunyan](https://npmjs.com/package/@types/bunyan) | ||
* Global values: none | ||
# Credits | ||
These definitions were written by katsanva <https://github.com/katsanva>. | ||
These definitions were written by [katsanva](https://github.com/katsanva). |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12985
+ Addedjoi@^17.3.0
- Removed@types/joi@*
- Removed@types/joi@17.2.3(transitive)