uri-template-lite
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
48066
13
24
0
3