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

snyk-delta

Package Overview
Dependencies
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

snyk-delta - npm Package Compare versions

Comparing version 1.0.13 to 1.0.14

6

dist/utils/utils.js

@@ -5,3 +5,5 @@ "use strict";

const yargs = require('yargs');
const pkgJSON = require(require('app-root-path').resolve('package.json'));
const fs = require("fs");
const path = require("path");
//const pkgJSON = require(require('app-root-path').resolve('package.json'))
const chalk = require("chalk");

@@ -18,2 +20,4 @@ const inputError_1 = require("../customErrors/inputError");

const init = () => {
const pkgJSONPath = fs.existsSync(__dirname + '/../../../package.json') ? __dirname + '/../../../package.json' : path.dirname(path.dirname(__dirname)) + '/package.json';
const pkgJSON = JSON.parse(fs.readFileSync(pkgJSONPath).toString());
const argv = yargs

@@ -20,0 +24,0 @@ .usage('============================')

2

package.json

@@ -5,3 +5,3 @@ {

"main": "dist/index.js",
"version": "1.0.13",
"version": "1.0.14",
"bin": {

@@ -8,0 +8,0 @@ "snyk-delta": "dist/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