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

aaargh

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aaargh - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

13

package.json
{
"name": "aaargh",
"version": "1.0.0",
"version": "1.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "cd test ; esbuild $(node_modules/.bin/aaargh example.config.json)"
"test": "cd test ; esbuild $(node_modules/.bin/aaargh example.config.json)",
"postpublish": "PACKAGE_VERSION=$(cat package.json | grep \\\"version\\\" | head -1 | awk -F: '{print $2}' | sed 's/[\",]//g' | tr -d '[[:space:]]') && npm deprecate \"aaargh@<${PACKAGE_VERSION}\" \"Rolling release, please update to ${PACKAGE_VERSION}\""
},

@@ -12,8 +13,12 @@ "bin": {

},
"homepage": "https://github.com/finwo/aaargh",
"repository": {
"type": "git",
"url": "/home/finwo/git/finwo/aaargh"
"url": "git://github.com/finwo/aaargh"
},
"keywords": [],
"author": "Robin Bron <finwo@pm.me>",
"author": {
"name": "Robin Bron",
"email": "finwo@pm.me"
},
"license": "MIT",

@@ -20,0 +25,0 @@ "funding": {

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