Socket
Socket
Sign inDemoInstall

string-util-module

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

string-util-module - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

lib/string-utils.js

3

index.js

@@ -1,1 +0,2 @@

exports.StringBuilder = require("./lib/string-builder.js");
exports.StringBuilder = require("./lib/string-builder.js");
exports.StringUtils = require("./lib/string-utils.js");
{
"name": "string-util-module",
"version": "1.0.1",
"description": "a builder for construct a string",
"version": "1.0.2",
"description": "contain some classes that support working with string in javascript",
"main": "index.js",

@@ -17,5 +17,17 @@ "directories": {

"keywords": [
"string"
"string",
"string-util"
],
"author": "tvd12",
"author": {
"name": "Dzung Ta Van",
"email": "itprono3@gmail.com",
"url": "http://www.tvd12.com/"
},
"maintainers": [
{
"name": "Dzung Ta Van",
"email": "itprono3@gmail.com"
}
],
"license": "Apache-2.0",

@@ -22,0 +34,0 @@ "bugs": {

# string-builder
# string-util

@@ -8,5 +8,6 @@

## Usage
StringBuilder: build a string
StringUtils: utilities for string
## Developing

@@ -13,0 +14,0 @@

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