Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

getui-rest-sdk

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

getui-rest-sdk - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

3

dist/src/util.js

@@ -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

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