keen-tracking
Advanced tools
Comparing version 1.4.2 to 1.4.3
@@ -296,2 +296,3 @@ var Keen = require('./index'); | ||
xhr.setRequestHeader('Content-Type', 'application/json'); | ||
xhr.setRequestHeader('keen-sdk', 'javascript-1.4.3'); | ||
@@ -298,0 +299,0 @@ if (data) { |
@@ -198,2 +198,3 @@ var Keen = require('./index'); | ||
'Content-Type': 'application/json', | ||
'keen-sdk', 'javascript-1.4.3', | ||
'Content-Length': Buffer.byteLength(data) | ||
@@ -200,0 +201,0 @@ } |
{ | ||
"name": "keen-tracking", | ||
"version": "1.4.2", | ||
"description": "Data Collection SDK for Keen IO", | ||
"main": "lib/server.js", | ||
"author": { | ||
"name": "Keen IO", | ||
"email": "team@keen.io", | ||
"url": "https://keen.io/" | ||
}, | ||
"browser": "lib/browser.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/keen/keen-tracking.js.git" | ||
"bugs": { | ||
"url": "https://github.com/keen/keen-tracking.js/issues" | ||
}, | ||
"scripts": { | ||
"start": "gulp with-tests", | ||
"test": "gulp test:cli", | ||
"preversion": "gulp build && npm run test", | ||
"version": "git add .", | ||
"postversion": "git push && git push --tags" | ||
}, | ||
"bugs": "https://github.com/keen/keen-tracking.js/issues", | ||
"author": "Keen IO <team@keen.io> (https://keen.io/)", | ||
"contributors": [ | ||
"Dustin Larimer <dustin@keen.io> (https://github.com/dustinlarimer)", | ||
"Eric Anderson <eric@keen.io> (https://github.com/aroc)", | ||
"Joe Wegner <joe@keen.io> (http://www.wegnerdesign.com)", | ||
"Alex Kleissner <alex@keen.io> (https://github.com/hex337)", | ||
"Adam Kasprowicz <adam.kasprowicz@keen.io> (https://github.com/adamkasprowicz)" | ||
{ | ||
"name": "Dustin Larimer", | ||
"email": "dustin@keen.io", | ||
"url": "https://github.com/dustinlarimer" | ||
}, | ||
{ | ||
"name": "Eric Anderson", | ||
"email": "eric@keen.io", | ||
"url": "https://github.com/aroc" | ||
}, | ||
{ | ||
"name": "Joe Wegner", | ||
"email": "joe@keen.io", | ||
"url": "http://www.wegnerdesign.com" | ||
}, | ||
{ | ||
"name": "Alex Kleissner", | ||
"email": "alex@keen.io", | ||
"url": "https://github.com/hex337" | ||
}, | ||
{ | ||
"name": "Adam Kasprowicz", | ||
"email": "adam.kasprowicz@keen.io", | ||
"url": "https://github.com/adamkasprowicz" | ||
} | ||
], | ||
"license": "MIT", | ||
"dependencies": { | ||
@@ -33,2 +43,4 @@ "component-emitter": "^1.2.0", | ||
}, | ||
"deprecated": "deprecated", | ||
"description": "Data Collection SDK for Keen IO", | ||
"devDependencies": { | ||
@@ -69,3 +81,19 @@ "aws-sdk": "^2.229.1", | ||
"vinyl-source-stream": "^1.1.0" | ||
} | ||
}, | ||
"homepage": "https://github.com/keen/keen-tracking.js#readme", | ||
"license": "MIT", | ||
"main": "lib/server.js", | ||
"name": "keen-tracking", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/keen/keen-tracking.js.git" | ||
}, | ||
"scripts": { | ||
"postversion": "git push && git push --tags", | ||
"preversion": "gulp build && npm run test", | ||
"start": "gulp with-tests", | ||
"test": "gulp test:cli", | ||
"version": "git add ." | ||
}, | ||
"version": "1.4.3" | ||
} |
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
81641
1916
0
0