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

abl-utils

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

abl-utils - npm Package Compare versions

Comparing version 0.4.8 to 0.4.9

6

package.json
{
"name": "abl-utils",
"title": "ABL - utils",
"version": "0.4.8",
"version": "0.4.9",
"license": "MIT",

@@ -26,3 +26,3 @@ "description": "description",

"abl-constants": "git+ssh://github.com/bucket-list/constants.git#v0.1.12",
"abl-lang": "git+ssh://github.com/bucket-list/lang.git#v0.1.11",
"abl-lang": "git+ssh://github.com/bucket-list/lang.git#v0.2.1",
"debug": "2.2.0",

@@ -36,3 +36,3 @@ "escape-string-regexp": "1.0.5",

"devDependencies": {
"babel-config-trejgun": "git://github.com/TrejGun/babel-config-trejgun.git#v0.0.4",
"babel-config-trejgun": "git://github.com/TrejGun/babel-config-trejgun.git#v0.0.7",
"eslint-config-trejgun": "git://github.com/TrejGun/eslint-config-trejgun.git#v0.0.2",

@@ -39,0 +39,0 @@ "istanbul": "^1.0.0-alpha",

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

// url.format puts port 80 which we dont need
return `${protocol}://${hostname}${port === "80" ? "" : `:${port}`}/`;
return `${protocol}://${hostname}${port === "80" ? "" : `:${port}`}`;
}
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