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

tiny-lr

Package Overview
Dependencies
Maintainers
2
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tiny-lr - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

22

package.json

@@ -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 @@ });

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