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

bse-admin

Package Overview
Dependencies
Maintainers
3
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.6.0 to 2.6.1

2

package.json
{
"name": "bse-admin",
"version": "2.6.0",
"version": "2.6.1",
"repository": {

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

var util = require('util'),
path = require('path'),
url = require('url'),

@@ -102,6 +103,4 @@ _ = require('lodash'),

if (doc && doc.repo) {
var repo = doc.repo;
return 'https://' + path.join(repo.host, repo.user, repo.repo, treeOrBlob, repo.ref,
str.indexOf('.') === 0 ? path.dirname(repo.path) : '', str.replace(/^\//, ''));
if (doc && doc.url) {
return url.resolve(doc.url, str);
} else if (jsonMatch) {

@@ -108,0 +107,0 @@ var ghLibVersionUrl = node.ghLibVersionUrl,

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