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

url-template

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

url-template - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

18

lib/url-template.js

@@ -1,2 +0,10 @@

(function () {
(function (root, factory) {
if (typeof exports === 'object') {
module.exports = factory();
} else if (typeof define === 'function' && define.amd) {
define([], factory);
} else {
root.urltemplate = factory();
}
}(this, function () {
/**

@@ -170,7 +178,3 @@ * @constructor

if (typeof module !== 'undefined' && module.exports) {
module.exports = new UrlTemplate();
} else {
window.urltemplate = new UrlTemplate();
}
}());
return new UrlTemplate();
}));
{
"name": "url-template",
"version": "2.0.1",
"version": "2.0.2",
"decription": "A URI template implementation (RFC 6570 compliant)",

@@ -5,0 +5,0 @@ "author": "Bram Stein <b.l.stein@gmail.com> (http://www.bramstein.com)",

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