getui-rest-sdk
Advanced tools
Comparing version 0.2.2 to 0.2.3
@@ -6,2 +6,3 @@ "use strict"; | ||
var crypto = require("crypto"); | ||
var os = require("os"); | ||
var _ = require("lodash"); | ||
@@ -24,5 +25,5 @@ var uuid = require("uuid"); | ||
var pkg = JSON.parse(fs_1.readFileSync(pkgFile).toString()); | ||
return pkg.name + "/" + pkg.version; | ||
return pkg.name + "/" + pkg.version + " (" + os.type() + "; " + os.release() + ") node/" + process.version; | ||
} | ||
exports.getUserAgent = getUserAgent; | ||
//# sourceMappingURL=util.js.map |
{ | ||
"name": "getui-rest-sdk", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "Getui rest api for node.js, in TypeScript", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/index.js", |
# Getui Rest SDK | ||
[![Build Status](https://travis-ci.org/xizhibei/getui-rest-sdk.svg?branch=master&style=flat)](https://travis-ci.org/xizhibei/getui-rest-sdk) | ||
[![npm version](https://badge.fury.io/js/getui-rest-sdk.svg?style=flat)](http://badge.fury.io/js/getui-rest-sdk) | ||
@@ -4,0 +5,0 @@ [![Dependency Status](https://img.shields.io/david/xizhibei/getui-rest-sdk.svg?style=flat)](https://david-dm.org/xizhibei/getui-rest-sdk) |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
125
245212
31
2734