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

dep-validate

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dep-validate - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

8

lib/dep-validate.js

@@ -113,8 +113,8 @@ var PluginError = require('gulp-util').PluginError;

function () {
var validateOpts = opts.options || {};
var baseFile = opts.packageFile;
interimFiles.forEach(function (file) {
validateOpts.packageFile = file;
opts.packageFile = file;
var results = validate(validateOpts);
var results = validate(opts);

@@ -127,2 +127,4 @@ if (hasErrors(results)) {

opts.packageFile = baseFile;
if (failOnError && failedValidations.length) {

@@ -129,0 +131,0 @@ this.emit('error', new PluginError('dep-validate', 'Unable to validate dependencies'));

{
"name": "dep-validate",
"version": "1.1.0",
"version": "1.1.1",
"description": "Dependency verification for npm packages with Gulp support",

@@ -5,0 +5,0 @@ "author": {

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