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

specberus

Package Overview
Dependencies
Maintainers
1
Versions
166
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

specberus - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

lib/validator.js

@@ -212,3 +212,3 @@ /*jshint es5:true */

sua.get(url)
.set("User-Agent", "Specberus/" + require("../package.json").version + " Node/" + process.version + " by sexy Robin")
.set("User-Agent", "Specberus/" + version + " Node/" + process.version + " by sexy Robin")
.end(function (err, res) {

@@ -215,0 +215,0 @@ if (err) return self.throw(err.message);

{
"name": "specberus",
"version": "1.0.2",
"version": "1.0.3",
"license": "MIT",

@@ -5,0 +5,0 @@ "main": "lib/validator",

@@ -54,7 +54,4 @@ /*global io*/

$(".navbar-brand small").remove();
$("<small></small>")
.css({ fontSize: "0.5em", opacity: "0.5" })
.text(" (" + data.version + ")")
.appendTo($(".navbar-brand"))
;
$('head title').text($('head title').text() + ' ' + data.version);
$('.navbar-brand').append(' ' + data.version);
});

@@ -61,0 +58,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