Socket
Socket
Sign inDemoInstall

url-assembler

Package Overview
Dependencies
2
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.6 to 1.2.7

2

package.json
{
"name": "url-assembler",
"version": "1.2.6",
"version": "1.2.7",
"description": "Assemble urls from route-like templates (/path/:param)",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -61,4 +61,4 @@ var expect = require('chai').expect

it('should keep the query param', () => {
expect(myUrl.query('a', 'b').toString()).to.equal('http://domain.com/coucou?hello=world&a=b')
it('should keep the query param', function () {
expect(myUrl.query('a', 'b').toString()).to.equal('http://domain.com/coucou?hello=world&a=b');
});

@@ -65,0 +65,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc