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

dynamodb2

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dynamodb2 - npm Package Compare versions

Comparing version

to
0.2.0

dynamodb2.d.ts

18

package.json
{
"name": "dynamodb2",
"version": "0.1.0",
"version": "0.2.0",
"contributors": [

@@ -9,7 +9,9 @@ "Tom Andrews <git@tomandrews.co.uk>"

"main": "index.js",
"types": "dynamodb2.d.ts",
"scripts": {
"test": "./scripts/test.sh",
"typecheck": "tsd",
"format": "prettier **/*.js"
},
"repository": "git://github.com/tgandrews/dynamodb.git",
"repository": "git://github.com/tgandrews/dynamodb2.git",
"keywords": [

@@ -37,9 +39,14 @@ "datamapper",

"devDependencies": {
"@types/bunyan": "^1.8.6",
"@types/joi": "^14.3.4",
"@types/node": "^14.0.20",
"husky": "^4.2.5",
"jest": "^26.1.0",
"lint-staged": "^10.2.11",
"np": "^6.3.1",
"prettier": "^2.0.5",
"sinon": "1.12.x",
"wait-on": "^5.0.1",
"np": "^6.3.1"
"tsd": "^0.13.1",
"typescript": "^3.9.6",
"wait-on": "^5.0.1"
},

@@ -55,3 +62,6 @@ "husky": {

]
},
"tsd": {
"directory": "test/types"
}
}

Sorry, the diff of this file is not supported yet