serverless-dynamodb-autoscaling
Advanced tools
Comparing version
{ | ||
"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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
301578
137.5%47
176.47%1594
185.15%10
100%1
Infinity%