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.0

index.d.ts

9

package.json
{
"name": "typescript-string-operations",
"version": "1.1.5",
"description": "Simple lightweight string operation library for Typescript",
"main": "source.ts",
"version": "1.2.0",
"description": "Simple lightweight string operation library for Typescript, works with Angular",
"main": "dist/source.js",
"scripts": {

@@ -19,3 +19,4 @@ "test": "mocha -r ts-node/register tests/**/tests.ts",

"stringbuilder",
"string builder"
"string builder",
"angular"
],

@@ -22,0 +23,0 @@ "author": "Sven Ulrich <mail@sven-ulrich.net> (sven-ulrich.net)",

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

var favoriteFruit: string = this.fruiteService.getFavorite(); //Blueberries
var favoriteFruit: string = this.fruitService.getFavorite(); //Blueberries

@@ -90,0 +90,0 @@ var builder = new StringBuilder("My favorite fruits are: ");

@@ -5,2 +5,5 @@ {

],
"include": [
"source/source.ts"
],
"compilerOptions": {

@@ -7,0 +10,0 @@ "noImplicitAny": true,