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

autonum-app

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

autonum-app - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

2

package.json
{
"name": "autonum-app",
"version": "1.0.5",
"version": "1.0.6",
"description": "Updates package.json with auto-incrementing version",

@@ -5,0 +5,0 @@ "author": "n3rdy.me",

@@ -8,3 +8,3 @@ 'use strict';

const flags = args.filter(x => x.startsWith('--'))
.reduce((m, f) => { m[f.substr(2)] = true; return m; }, {});
.reduce((m, f) => { m[f.substr(2).split('=')[0]] = f.substr(2).split('=')[1] || true; return m; }, {});

@@ -11,0 +11,0 @@ const packages = args.filter(x => !x.startsWith('--'))

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