Socket
Socket
Sign inDemoInstall

x-ray-crawler

Package Overview
Dependencies
125
Maintainers
3
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.2 to 2.0.3

.travis.yml

6

History.md

@@ -0,1 +1,7 @@

2.0.3 / 2017-12-06
==================
- added: automated tests with Travis configuration
- updated vulnerable dependencies
2.0.2 / 2015-07-17

@@ -2,0 +8,0 @@ ==================

13

package.json
{
"name": "x-ray-crawler",
"version": "2.0.2",
"version": "2.0.3",
"description": "x-ray's crawler",
"main": "lib/index.js",
"dependencies": {
"cheerio": "^0.18.0",
"cheerio": "^0.19.0",
"debug": "^2.1.3",

@@ -13,6 +13,6 @@ "delegates": "^0.1.0",

"http-context": "^1.1.0",
"ms": "^0.7.0",
"ms": "^2.0.0",
"selectn": "^0.9.6",
"sliced": "0.0.5",
"superagent": "^1.1.0",
"superagent": "^3.6.0",
"wrap-fn": "^0.1.4",

@@ -23,6 +23,7 @@ "x-ray-parse": "^1.0.0",

"devDependencies": {
"mocha": "^2.2.1"
"jest": "^20.0.4"
},
"scripts": {
"test": "make"
"test": "jest",
"test:watch": "npm test -- --watch"
},

@@ -29,0 +30,0 @@ "keywords": [

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc