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

uri-template-lite

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

uri-template-lite - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

.travis.yml

2

index.js

@@ -5,3 +5,3 @@

/*
* @version 0.0.4
* @version 0.0.5
* @date 2014-01-06

@@ -8,0 +8,0 @@ * @author Lauri Rooden - https://github.com/litejs/uri-template-lite

{
"name": "uri-template-lite",
"version": "0.0.4",
"version": "0.0.5",
"license": "MIT",

@@ -28,3 +28,4 @@ "description": "URI Templates.",

"buildman": "*",
"testman": "*"
"testman": "*",
"browser-upgrade-lite": "*"
},

@@ -31,0 +32,0 @@ "buildman": {

@@ -0,14 +1,23 @@

[1]: https://secure.travis-ci.org/litejs/uri-template-lite.png
[2]: https://travis-ci.org/litejs/uri-template-lite
[3]: https://coveralls.io/repos/litejs/uri-template-lite/badge.png
[4]: https://coveralls.io/r/litejs/uri-template-lite
[7]: https://ci.testling.com/litejs/uri-template-lite.png
[8]: https://ci.testling.com/litejs/uri-template-lite
@version 0.0.4
@version 0.0.5
@date 2014-01-06
uri-template
uri-template – [![Build][1]][2] [![Coverage][3]][4]
============
/*
* http://tools.ietf.org/html/rfc6570
*/
http://tools.ietf.org/html/rfc6570
### Browser Support
[![browser support][7]][8]
require("browser-upgrade-lite")
var uri = require("../").expand

@@ -7,4 +10,3 @@

function includeTests(file) {
var json = require(process.env.PWD + "/tests/" + file)
function includeTests(json) {

@@ -29,5 +31,5 @@ for(var level in json) {

includeTests("uritemplate-test/spec-examples.json")
includeTests("uritemplate-test/spec-examples-by-section.json")
includeTests("uritemplate-test/extended-tests.json")
includeTests(require("./uritemplate-test/spec-examples.json"))
includeTests(require("./uritemplate-test/spec-examples-by-section.json"))
includeTests(require("./uritemplate-test/extended-tests.json"))
//includeTests("uritemplate-test/negative-tests.json")

@@ -34,0 +36,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