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

avivian-tools

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

avivian-tools - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

4

next_version.js

@@ -6,3 +6,3 @@ const fs = require("fs");

let versions = JSON.parse(process.argv[2].trim().replace(/\'/g, '"'));
console.log(`versions: ${versions}`);
for (let i = 0; i < current.length; i++) {

@@ -33,3 +33,3 @@ current[i] = Number.parseInt(current[i]);

package.version = current.join(".");
console.log(`Bumping to ${package.version}`);
fs.writeFileSync("./package.json", JSON.stringify(package, null, 2));
{
"name": "avivian-tools",
"version": "1.0.1",
"version": "1.0.2",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

Sorry, the diff of this file is not supported yet

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