Comparing version 0.1.0 to 0.1.1
@@ -5,5 +5,7 @@ { | ||
"description": "Tiny LiveReload server, background-friendly", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"homepage": "https://github.com/mklabs/tiny-lr", | ||
"bugs": "https://github.com/mklabs/tiny-lr/issues", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/mklabs/tiny-lr.git" | ||
@@ -27,17 +29,17 @@ }, | ||
"dependencies": { | ||
"qs": "^0.6.6", | ||
"body-parser": "^1.2.0", | ||
"debug": "^0.8.1", | ||
"faye-websocket": "^0.7.2", | ||
"noptify": "~0.0.3", | ||
"debug": "^0.8.1", | ||
"body-parser": "^1.2.0", | ||
"parseurl": "^1.0.1" | ||
"noptify": "^0.0.3", | ||
"parseurl": "^1.0.1", | ||
"qs": "^1.0.0" | ||
}, | ||
"devDependencies": { | ||
"body-parser": "^1.0.2", | ||
"connect": "^2.14.5", | ||
"express": "^4.1.1", | ||
"mocha": "^1.18.2", | ||
"phantomjs": "^1.9.7-5", | ||
"request": "^2.34.0", | ||
"supertest": "^0.12.0", | ||
"express": "^4.1.1", | ||
"connect": "^2.14.5", | ||
"body-parser": "^1.0.2", | ||
"phantomjs": "^1.9.7-5", | ||
"wd": "^0.2.21" | ||
@@ -44,0 +46,0 @@ }, |
@@ -42,3 +42,3 @@ | ||
.expect('Content-Type', /json/) | ||
.expect(/\{"tinylr":"Welcome","version":"0.0.[\d]+"\}/) | ||
.expect(/\{"tinylr":"Welcome","version":"[\d].[\d].[\d]+"\}/) | ||
.expect(200, done); | ||
@@ -45,0 +45,0 @@ }); |
@@ -18,3 +18,3 @@ | ||
.expect('Content-Type', /json/) | ||
.expect(/\{"tinylr":"Welcome","version":"0.0.[\d]+"\}/) | ||
.expect(/\{"tinylr":"Welcome","version":"[\d].[\d].[\d]+"\}/) | ||
.expect(200, done); | ||
@@ -21,0 +21,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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
74537
14
+ Addedqs@1.2.2(transitive)
- Removedqs@0.6.6(transitive)
Updatednoptify@^0.0.3
Updatedqs@^1.0.0