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.5.0-beta.2

tests/node_modules/typescript-string-operations/string.d.ts

2

package.json
{
"name": "typescript-string-operations",
"version": "1.5.0-beta.1",
"version": "1.5.0-beta.2",
"description": "Simple lightweight string operation library for Typescript, works with Angular",

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

@@ -1,4 +0,4 @@

export interface StringBuilder {
export declare class StringBuilder {
Values: string[];
constructor(value?: string): any;
constructor(value?: string);
ToString(): string;

@@ -5,0 +5,0 @@ Append(value: string): void;

@@ -1,3 +0,3 @@

import { String } from "./dist/string";
import { StringBuilder } from "./dist/stringbuilder";
export { String, StringBuilder };
import { String, $String } from "./string";
import { StringBuilder } from "./stringbuilder";
export { String, $String, StringBuilder };
SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.