Socket
Socket
Sign inDemoInstall

autho

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

autho - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

28

package.json
{
"name": "autho",
"version": "0.0.7",
"version": "0.0.8",
"main": "build/bin.js",

@@ -9,2 +9,15 @@ "type": "commonjs",

},
"scripts": {
"format": "prettier --check .",
"format:write": "prettier --write .",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"build": "esbuild packages/cli/bin.js --bundle --platform=node --target=node18 --outdir=build",
"pkg": "npm run pkg:linux && npm run pkg:macos && npm run pkg:win",
"pkg:macos-arm64": "pkg build/bin.js --output dist/autho --target node18-macos-arm64",
"pkg:macos": "pkg build/bin.js --output dist/autho-macos --target node18-macos-x64",
"pkg:linux": "pkg build/bin.js --output dist/autho-linux --target node18-linux-x64",
"pkg:win": "pkg build/bin.js --output dist/autho-win --target node18-win-x64",
"release": "gh release create v0.0.8 ./dist"
},
"keywords": [

@@ -40,16 +53,3 @@ "secrets",

"outputPath": "dist"
},
"scripts": {
"format": "prettier --check .",
"format:write": "prettier --write .",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"build": "esbuild packages/cli/bin.js --bundle --platform=node --target=node18 --outdir=build",
"pkg": "npm run pkg:linux && npm run pkg:macos && npm run pkg:win",
"pkg:macos-arm64": "pkg build/bin.js --output dist/autho --target node18-macos-arm64",
"pkg:macos": "pkg build/bin.js --output dist/autho-macos --target node18-macos-x64",
"pkg:linux": "pkg build/bin.js --output dist/autho-linux --target node18-linux-x64",
"pkg:win": "pkg build/bin.js --output dist/autho-win --target node18-win-x64",
"release": "gh release create v0.0.6 ./dist"
}
}

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