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

bse-admin

Package Overview
Dependencies
Maintainers
4
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.8.0 to 2.8.1

2

package.json
{
"name": "bse-admin",
"version": "2.8.0",
"version": "2.8.1",
"repository": {

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

@@ -140,3 +140,4 @@ var Util = require('util'),

blockRegexp = /^\.?\/?(?:\.\.\/)?([\w|-]+)\.blocks\/([\w|-]+)\/?([\w|-]+)?\.(?![md|html|ru\.md|en\.md])/,
licenseRegexp = /^\.?\/?(?:\.\.\/)?LICENSE\.?(txt)?/,
licenseRegexp = /^\.?\/?(?:\.\.\/)?LICENSE\.?(txt)?/i,
contributingRegexp = /^\.?\/?(?:\.\.\/)?CONTRIBUTING\.([md|ru\.md|en\.md])/i,
lib, version, match;

@@ -152,3 +153,3 @@

match = href.match(blockRegexp) || href.match(licenseRegexp);
match = href.match(blockRegexp) || href.match(licenseRegexp) || href.match(contributingRegexp);
if (match) {

@@ -155,0 +156,0 @@ return [node.ghLibVersionUrl, 'blob', version,

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