You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

serverless-dynamodb-autoscaling

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

serverless-dynamodb-autoscaling - npm Package Compare versions

Comparing version

to
0.5.0

coverage/clover.xml

37

package.json
{
"name": "serverless-dynamodb-autoscaling",
"description": "Serverless Plugin for Amazon DynamoDB Auto Scaling.",
"version": "0.3.3",
"main": "src/plugin.js",
"version": "0.5.0",
"main": "dist/plugin.js",
"scripts": {
"fix": "standard --fix",
"test": "jest test",
"test:cover": "jest test --coverage",
"test": "jest",
"test:cover": "jest --coverage",
"coveralls": "cat ./coverage/lcov.info | coveralls",
"lint": "standard | snazzy"
"lint": "tslint {src,test}/**/*.ts",
"build": "tsc"
},

@@ -35,7 +35,12 @@ "keywords": [

"devDependencies": {
"@types/jest": "^20.0.5",
"@types/node": "^8.0.19",
"coveralls": "^2.13.1",
"dot-json": "^1.0.3",
"jest": "^20.0.4",
"snazzy": "^7.0.0",
"standard": "^10.0.2"
"ts-jest": "^20.0.7",
"tslint": "^5.5.0",
"@types/md5": "^2.1.32",
"@types/lodash": "^4.14.71",
"typescript": "^2.4.2"
},

@@ -46,12 +51,12 @@ "dependencies": {

},
"standard": {
"envs": [
"node",
"jest"
],
"ignore": [
"node_modules/",
"coverage"
"jest": {
"transform": {
".*": "<rootDir>/node_modules/ts-jest/preprocessor.js"
},
"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts)$",
"moduleFileExtensions": [
"ts",
"js"
]
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet