You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

grpc-string-utils

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grpc-string-utils - npm Package Compare versions

Comparing version

to
0.0.2

5

index.js

@@ -33,8 +33,9 @@ // index.js

exports.isNull;
//---- Exports
module.exports = isNull;
String.prototype.isEmpty = function() {
return isNull(this) || this.trim().length === 0 || this.trim() === ''
};

2

package.json
{
"name": "grpc-string-utils",
"version": "0.0.1",
"version": "0.0.2",
"description": "gRPC driven string utility functions.",

@@ -5,0 +5,0 @@ "main": "index.js",

Sorry, the diff of this file is not supported yet