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

typescript-string-operations

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typescript-string-operations - npm Package Compare versions

Comparing version

to
1.2.5

dist/index.js

2

dist/string.d.ts

@@ -5,3 +5,3 @@ export declare class String {

static Join(delimiter: string, ...args: (string | object | Array<any>)[]): string;
static Format(format: string, ...args: (string | Date | number | any)[]): string;
static Format(format: string, ...args: any[]): string;
}

@@ -0,0 +0,0 @@ export declare class StringBuilder {

import { String } from "./dist/string";
import { StringBuilder } from "./dist/stringbuilder";
export { String, StringBuilder };

@@ -0,0 +0,0 @@ MIT License

{
"name": "typescript-string-operations",
"version": "1.2.4",
"version": "1.2.5",
"description": "Simple lightweight string operation library for Typescript, works with Angular",
"main": "dist/index.min.js",
"main": "dist/index.min.js",
"scripts": {

@@ -30,9 +30,8 @@ "test": "mocha -r ts-node/register tests/**/tests.ts",

"devDependencies": {
"@angular/cli": "^1.6.6",
"@types/chai": "^4.0.1",
"@types/mocha": "^2.2.41",
"@types/chai": "^4.1.2",
"@types/mocha": "^2.2.48",
"chai": "^4.0.2",
"gulp": "^3.9.1",
"gulp-rename": "^1.2.2",
"gulp-typescript": "^3.2.0",
"gulp-typescript": "^3.2.4",
"gulp-uglify": "^3.0.0",

@@ -42,3 +41,3 @@ "mocha": "^3.4.2",

"ts-node": "^3.2.0",
"typescript": "^2.4.1"
"typescript": "^2.8.1"
},

@@ -45,0 +44,0 @@ "directories": {

@@ -0,0 +0,0 @@ [![NPM](https://nodei.co/npm/typescript-string-operations.png?mini=true)](https://www.npmjs.com/package/typescript-string-operations)