New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@mechanicalrock/awssociate

Package Overview
Dependencies
Maintainers
3
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mechanicalrock/awssociate - npm Package Compare versions

Comparing version 0.4.1 to 0.4.2

11

package.json
{
"name": "@mechanicalrock/awssociate",
"version": "0.4.1",
"version": "0.4.2",
"description": "> Some helpers for AWS",

@@ -28,4 +28,8 @@ "author": "Matt Tyler <matt.tyler@mechanicalrock.io>",

"compile": "tsc",
"release:patch": "npm run build && npm version patch && npm login && npm publish --access public",
"test": "jest --coverage"
"preversion": "npm run build",
"release:patch": "npm version patch && npm login && npm publish",
"postversion": "git push && git push --tags",
"test": "jest --coverage",
"test:security": "snyk test",
"test:security-monitor": "snyk monitor"
},

@@ -46,2 +50,3 @@ "devDependencies": {

"rollup-plugin-uglify": "^6.0.0",
"snyk": "^1.164.0",
"ts-jest": "^24.0.2",

@@ -48,0 +53,0 @@ "tslint": "^5.11.0",

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