@xapp/dynamo-service
Advanced tools
Comparing version 0.0.21 to 0.0.22
{ | ||
"name": "@xapp/dynamo-service", | ||
"version": "0.0.21", | ||
"version": "0.0.22", | ||
"description": "A dynamo help class which will help maintain data integrity.", | ||
"main": "index.js", | ||
"main": "dist/index.js", | ||
"repository": "https://github.com/XappMedia/dynamo-service.git", | ||
"scripts": { | ||
@@ -15,3 +16,4 @@ "clean": "rm -rf ./node_modules && rm -rf ./outputs", | ||
"deploy:minor": "npm version patch -m 'Minor update [skip ci]' && npm publish", | ||
"postversion": "git push && git push --tags" | ||
"postversion": "git push && git push --tags", | ||
"prepublishOnly": "npm run build -- -p ./tsconfig.production.json" | ||
}, | ||
@@ -26,7 +28,10 @@ "keywords": [ | ||
"@types/chai": "^4.0.10", | ||
"@types/mocha": "^2.2.45", | ||
"@types/node": "^9.4.0", | ||
"@types/sinon": "^4.1.2", | ||
"@types/sinon-chai": "^2.7.29", | ||
"@xapp/config": "^0.2.1", | ||
"aws-sdk": "^2.175.0", | ||
"chai": "^4.1.2", | ||
"mocha": "^4.1.0", | ||
"nyc": "^11.4.1", | ||
@@ -39,6 +44,3 @@ "sinon": "^4.1.3", | ||
}, | ||
"dependencies": { | ||
"@types/mocha": "^2.2.45", | ||
"mocha": "^4.1.0" | ||
} | ||
"dependencies": {} | ||
} |
{ | ||
"extends": "./node_modules/@xapp/config/tsconfig.json", | ||
"compileOnSave": true, | ||
"compilerOptions": { | ||
"allowJs": true, | ||
"module": "commonjs", | ||
@@ -6,0 +6,0 @@ "noImplicitAny": true, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
183699
0
24
4846
15
- Removed@types/mocha@^2.2.45
- Removedmocha@^4.1.0
- Removed@types/mocha@2.2.48(transitive)
- Removedbalanced-match@1.0.2(transitive)
- Removedbrace-expansion@1.1.11(transitive)
- Removedbrowser-stdout@1.3.0(transitive)
- Removedcommander@2.11.0(transitive)
- Removedconcat-map@0.0.1(transitive)
- Removeddebug@3.1.0(transitive)
- Removeddiff@3.3.1(transitive)
- Removedescape-string-regexp@1.0.5(transitive)
- Removedfs.realpath@1.0.0(transitive)
- Removedglob@7.1.2(transitive)
- Removedgrowl@1.10.3(transitive)
- Removedhas-flag@2.0.0(transitive)
- Removedhe@1.1.1(transitive)
- Removedinflight@1.0.6(transitive)
- Removedinherits@2.0.4(transitive)
- Removedminimatch@3.1.2(transitive)
- Removedminimist@0.0.8(transitive)
- Removedmkdirp@0.5.1(transitive)
- Removedmocha@4.1.0(transitive)
- Removedms@2.0.0(transitive)
- Removedonce@1.4.0(transitive)
- Removedpath-is-absolute@1.0.1(transitive)
- Removedsupports-color@4.4.0(transitive)
- Removedwrappy@1.0.2(transitive)