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

dvpntjs-scripts

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dvpntjs-scripts - npm Package Compare versions

Comparing version 1.2.2 to 1.2.3

12

lib/version.js

@@ -7,7 +7,7 @@ const _ = require('underscore');

var readPackageJson = function() {
function readPackageJson() {
return JSON.parse(fs.readFileSync('./package.json', 'utf8'));
};
}
var savePackageJson = function(packageJson) {
function savePackageJson(packageJson) {
fs.writeFileSync(

@@ -17,5 +17,5 @@ './package.json',

);
};
}
var exec = function(cmd) {
function exec(cmd) {
try {

@@ -27,3 +27,3 @@ return execSync(cmd).toString().slice(0, -1);

}
};
}

@@ -30,0 +30,0 @@ exports.bumpAlpha = function(params) {

{
"name": "dvpntjs-scripts",
"version": "1.2.2",
"version": "1.2.3",
"description": "dvpnt node helper scripts",

@@ -29,5 +29,5 @@ "license": "MIT",

"eslint": "4.5.0",
"eslint-config-dvpnt": "2.0.0",
"nrun": "0.1.7"
"eslint-config-dvpnt": "2.1.0",
"nrun": "1.0.0"
}
}

Sorry, the diff of this file is not supported yet

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