influx-adapter
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -173,4 +173,3 @@ _ = require('lodash'); | ||
} | ||
var value = {value: data.data, time: data.timestamp}; | ||
var value = data.timestamp ? _.assign({}, data.data, {time:data.timestamp}) : data.data | ||
var tagObj = _.cloneDeep(this.tags); | ||
@@ -177,0 +176,0 @@ for (var i in tags) { |
@@ -6,25 +6,38 @@ { | ||
"/Users/jordan/Documents/lambda-transcoder" | ||
], | ||
[ | ||
{ | ||
"raw": "influx-adapter@^1.1.2", | ||
"scope": null, | ||
"escapedName": "influx-adapter", | ||
"name": "influx-adapter", | ||
"rawSpec": "^1.1.2", | ||
"spec": ">=1.1.2 <2.0.0", | ||
"type": "range" | ||
}, | ||
"/Users/jordan/Documents/lambda-transcoders/webcam-transcoder/dir" | ||
] | ||
], | ||
"_from": "@smarterservices/influx-adapter@>=1.1.2 <2.0.0", | ||
"_id": "@smarterservices/influx-adapter@1.1.2", | ||
"_from": "influx-adapter@^1.1.2", | ||
"_id": "influx-adapter@1.1.2", | ||
"_inCache": true, | ||
"_installable": true, | ||
"_location": "/@smarterservices/influx-adapter", | ||
"_nodeVersion": "4.1.0", | ||
"_location": "/influx-adapter", | ||
"_nodeVersion": "6.2.0", | ||
"_npmOperationalInternal": { | ||
"host": "packages-16-east.internal.npmjs.com", | ||
"tmp": "tmp/influx-adapter-1.1.2.tgz_1465238732795_0.518930138554424" | ||
"host": "packages-18-east.internal.npmjs.com", | ||
"tmp": "tmp/influx-adapter-1.1.2.tgz_1490207168986_0.8431762533728033" | ||
}, | ||
"_npmUser": { | ||
"email": "jpiepkow@gmail.com", | ||
"name": "jpiepkow" | ||
"name": "jpiepkow", | ||
"email": "jpiepkow@gmail.com" | ||
}, | ||
"_npmVersion": "3.9.5", | ||
"_npmVersion": "3.8.9", | ||
"_phantomChildren": {}, | ||
"_requested": { | ||
"name": "@smarterservices/influx-adapter", | ||
"raw": "@smarterservices/influx-adapter@^1.1.2", | ||
"raw": "influx-adapter@^1.1.2", | ||
"scope": null, | ||
"escapedName": "influx-adapter", | ||
"name": "influx-adapter", | ||
"rawSpec": "^1.1.2", | ||
"scope": "@smarterservices", | ||
"spec": ">=1.1.2 <2.0.0", | ||
@@ -36,7 +49,7 @@ "type": "range" | ||
], | ||
"_resolved": "https://registry.npmjs.org/@smarterservices/influx-adapter/-/influx-adapter-1.1.2.tgz", | ||
"_shasum": "5ae47ec3ab5f824789465db108c505a8b61f9a79", | ||
"_resolved": "https://registry.npmjs.org/influx-adapter/-/influx-adapter-1.1.2.tgz", | ||
"_shasum": "dc82946192da975a0583f69b315658e00c5adb06", | ||
"_shrinkwrap": null, | ||
"_spec": "@smarterservices/influx-adapter@^1.1.2", | ||
"_where": "/Users/jordan/Documents/lambda-transcoder", | ||
"_spec": "influx-adapter@^1.1.2", | ||
"_where": "/Users/jordan/Documents/lambda-transcoders/webcam-transcoder/dir", | ||
"author": { | ||
@@ -61,16 +74,16 @@ "name": "jordan piepkow" | ||
{ | ||
"email": "jasonfill@gmail.com", | ||
"name": "jasonfill" | ||
"name": "jasonfill", | ||
"email": "jasonfill@gmail.com" | ||
}, | ||
{ | ||
"email": "jpiepkow@gmail.com", | ||
"name": "jpiepkow" | ||
"name": "jpiepkow", | ||
"email": "jpiepkow@gmail.com" | ||
}, | ||
{ | ||
"email": "sajid@smarterservices.com", | ||
"name": "sajid.sharlemin" | ||
"name": "sajid.sharlemin", | ||
"email": "sajid@smarterservices.com" | ||
}, | ||
{ | ||
"email": "jason@smarterservices.com", | ||
"name": "smarterservicesdev" | ||
"name": "smarterservicesdev", | ||
"email": "jason@smarterservices.com" | ||
} | ||
@@ -84,3 +97,3 @@ ], | ||
}, | ||
"version": "1.1.2" | ||
"version": "1.1.3" | ||
} |
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
9967