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

@the-libs/auth-shared

Package Overview
Dependencies
Maintainers
0
Versions
526
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@the-libs/auth-shared - npm Package Compare versions

Comparing version 1.18.36 to 1.18.37

4

package.json
{
"name": "@the-libs/auth-shared",
"version": "1.18.36",
"version": "1.18.37",
"scripts": {
"update": "npx --yes npm-check-updates -u"
"update": "npx --yes npm-check-updates -u && node -e \"const fs = require('fs'); const packageJson = JSON.parse(fs.readFileSync('package.json', 'utf8')); Object.keys(packageJson.dependencies || {}).forEach(dep => { if (dep.startsWith('@the-libs/')) { const versionParts = packageJson.dependencies[dep].replace('^', '').split('.'); versionParts[2] = parseInt(versionParts[2], 10) + 1; packageJson.dependencies[dep] = '^' + versionParts.join('.'); } }); fs.writeFileSync('package.json', JSON.stringify(packageJson, null, 2)); console.log('Updated @the-libs/... dependencies to the next patch version.');\""
},

@@ -7,0 +7,0 @@ "dependencies": {

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