azure-iot-common
Advanced tools
Comparing version 1.10.1 to 1.10.2-lts0919up1
/*! Copyright (c) Microsoft. All rights reserved. | ||
*! Licensed under the MIT license. See LICENSE file in the project root for full license information. | ||
*/ | ||
/// <reference types="node" /> | ||
/** | ||
@@ -5,0 +6,0 @@ * Returns the seconds elapsed since 1 January 1970 00:00:00 UTC until one |
@@ -6,5 +6,8 @@ /*! Copyright (c) Microsoft. All rights reserved. | ||
var __extends = (this && this.__extends) || (function () { | ||
var extendStatics = Object.setPrototypeOf || | ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || | ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; | ||
var extendStatics = function (d, b) { | ||
extendStatics = Object.setPrototypeOf || | ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || | ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; | ||
return extendStatics(d, b); | ||
}; | ||
return function (d, b) { | ||
@@ -11,0 +14,0 @@ extendStatics(d, b); |
/*! Copyright (c) Microsoft. All rights reserved. | ||
*! Licensed under the MIT license. See LICENSE file in the project root for full license information. | ||
*/ | ||
/// <reference types="node" /> | ||
import { Properties } from './properties'; | ||
@@ -5,0 +6,0 @@ /** |
{ | ||
"name": "azure-iot-common", | ||
"version": "1.10.1", | ||
"version": "1.10.2-lts0919up1", | ||
"description": "Common components shared by Azure IoT device and service SDKs", | ||
@@ -11,13 +11,13 @@ "author": "Microsoft Corporation", | ||
"debug": "^4.1.1", | ||
"getos": "^3.1.0" | ||
"getos": "^3.1.1" | ||
}, | ||
"devDependencies": { | ||
"@types/getos": "^3.0.0", | ||
"@types/node": "^9.3.0", | ||
"@types/node": "^7.10.14", | ||
"chai": "^4.2.0", | ||
"istanbul": "^0.4.5", | ||
"mocha": "^5.2.0", | ||
"sinon": "^7.2.7", | ||
"tslint": "^5.9.1", | ||
"typescript": "2.9.2" | ||
"sinon": "^7.4.1", | ||
"tslint": "^5.18.0", | ||
"typescript": "^3.5.1" | ||
}, | ||
@@ -24,0 +24,0 @@ "scripts": { |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
134178
3046
1
Updatedgetos@^3.1.1