New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

condor

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

condor - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

example/engine.io/client.js

10

package.json

@@ -12,5 +12,3 @@ {

"paramify": "^0.1.2",
"serve-browserify": "^0.3.3",
"to-array": "^0.1.4",
"xhr": "git://github.com/kesla/xhr#ie8-support"
"to-array": "^0.1.4"
},

@@ -20,2 +18,4 @@ "devDependencies": {

"csv-parser": "^1.4.4",
"engine.io": "^1.3.1",
"engine.io-client": "^1.3.1",
"gap": "^0.1.1",

@@ -26,6 +26,6 @@ "gnode": "0.0.8",

"serve-browserify": "^0.3.3",
"xhr": "^1.14.1"
"xhr": "^1.15.0"
},
"description": "Track what a user does on a site in csv-format",
"version": "0.0.2",
"version": "0.0.3",
"main": "condor.js",

@@ -32,0 +32,0 @@ "directories": {

@@ -7,3 +7,3 @@ # condor

Running `node example/server.js` will start a server on `localhost:1234` that does POST requests whenever an event is tracked, and that event is then printed to the terminal
See the example folder for examples of how to use condor.

@@ -16,3 +16,6 @@ ## Usage

// default 500ms
// set for how long time scroll & resize events should be debounced
// set for how long time scroll & resize events should be
// [debounced](https://www.npmjs.org/package/debounce)
// The `duration`-attribute is the last of these events.
debounceTime: 300

@@ -19,0 +22,0 @@ })

@@ -11,2 +11,3 @@ // this file will be browserified

, uri: '/track'
, response: true
}, function () {})

@@ -21,3 +22,4 @@ }

, sync: true
, response: true
}, function () {})
}
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