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

@bull-monitor/root

Package Overview
Dependencies
Maintainers
1
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bull-monitor/root - npm Package Compare versions

Comparing version 2.6.2 to 2.6.3

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [2.6.3](https://github.com/s-r-x/bull-monitor/compare/v2.6.2...v2.6.3) (2021-09-24)
**Note:** Version bump only for package @bull-monitor/root
## [2.6.2](https://github.com/s-r-x/bull-monitor/compare/v2.6.0...v2.6.2) (2021-09-24)

@@ -8,0 +16,0 @@

7

dist/ui.js

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

this.cdnRoot = `https://cdn.jsdelivr.net/npm/${this.pkgName}@${this.uiVersion}`;
this.resourcesRoot = this.cdnRoot + '/build/dist';
this.resourcesRoot = this.cdnRoot + '/build';
}

@@ -28,7 +28,8 @@ buildCdnUrl(resource) {

/>
<link rel="stylesheet" href="${this.buildCdnUrl('/index.css')}"/>
<script type="module" src="${this.buildCdnUrl('/index.js')}"></script>
<link rel="stylesheet" href="${this.buildCdnUrl('/style.css')}"/>
<script type="module" src="${this.buildCdnUrl('/main.js')}"></script>
</head>
<body>
<div id="root"></div>
<noscript>You need to enable JavaScript to run this app.</noscript>
</body>

@@ -35,0 +36,0 @@ </html>

{
"name": "@bull-monitor/root",
"version": "2.6.2",
"version": "2.6.3",
"repository": {

@@ -42,3 +42,3 @@ "type": "git",

},
"gitHead": "91c14beb33605ffe57adc23e9ecd30fbef0058a6"
"gitHead": "469820b76b65af1d619627e0db0c200e3a7f9e2e"
}

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