Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@xapp/dynamo-service

Package Overview
Dependencies
Maintainers
5
Versions
155
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xapp/dynamo-service - npm Package Compare versions

Comparing version 0.0.21 to 0.0.22

tsconfig.production.json

16

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc