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

bse-admin

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bse-admin - npm Package Compare versions

Comparing version 2.4.0 to 2.4.1

src/tasks/fail.js

2

package.json
{
"name": "bse-admin",
"version": "2.4.0",
"version": "2.4.1",
"repository": {

@@ -5,0 +5,0 @@ "type": "git",

@@ -6,2 +6,3 @@ 'use strict';

Changes = require('../model/changes'),
failTask = require('../tasks/fail'),
TargetBase = function (options) {

@@ -94,3 +95,5 @@ this.init(options);

});
}, vow.resolve(_this));
}, vow.resolve(_this)).fail(function (err) {
return failTask(_this, err);
});
},

@@ -97,0 +100,0 @@

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