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

@heathmont/lab-flask

Package Overview
Dependencies
Maintainers
65
Versions
213
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@heathmont/lab-flask - npm Package Compare versions

Comparing version 0.7.22 to 0.7.23

.circleci/config.yml

33

package.json
{
"name": "@heathmont/lab-flask",
"version": "0.7.22",
"version": "0.7.23",
"author": "Margus Lamp",

@@ -11,3 +11,3 @@ "main": "./dist/index.js",

"dependencies": {
"@heathmont/coingaming-protobuf": "0.16.0",
"@heathmont/coingaming-protobuf": "0.19.0",
"@heathmont/node-logger": "^1.0.12",

@@ -26,8 +26,11 @@ "@types/body-parser": "1.17.0",

"devDependencies": {
"@types/express": "4.0.30",
"@types/jest": "23.3.2",
"@types/node": "10.11.2",
"@types/node-forge": "0.8.3",
"@types/express": "4.0.30",
"babel-jest": "^24.5.0",
"husky": "^4.2.5",
"jest": "^24.5.0",
"long": "4.0.0",
"semantic-release": "^17.1.1",
"ts-jest": "^24.0.0",

@@ -37,3 +40,3 @@ "tslint": "5.11.0",

"typescript": "3.3.4000",
"long": "4.0.0"
"validate-commit-msg": "^2.14.0"
},

@@ -55,4 +58,3 @@ "peerDependencies": {

"test:coverage": "jest --coverage",
"prepack": "npm run test && npm run lint && npm run compile",
"postpublish": "git push --follow-tags"
"prepack": "npm run compile"
},

@@ -78,3 +80,22 @@ "jest": {

]
},
"validate-commit-msg": {
"types": [
"feat",
"fix",
"docs",
"style",
"refactor",
"perf",
"test",
"chore",
"revert"
],
"warnOnFail": false
},
"husky": {
"hooks": {
"commit-msg": "validate-commit-msg"
}
}
}
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