Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@gravitywelluk/string-manipulation

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gravitywelluk/string-manipulation - npm Package Compare versions

Comparing version 1.0.6 to 1.1.1

dist/format-currency/index.d.ts

1

dist/index.d.ts

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

export * from "./format-currency";
export * from "./punctuate";

@@ -2,0 +3,0 @@ export * from "./sentence-case";

@@ -13,2 +13,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("./format-currency"), exports);
__exportStar(require("./punctuate"), exports);

@@ -15,0 +16,0 @@ __exportStar(require("./sentence-case"), exports);

4

package.json
{
"name": "@gravitywelluk/string-manipulation",
"version": "1.0.6",
"version": "1.1.1",
"description": "Library of commonly used string manipulations",

@@ -42,3 +42,3 @@ "keywords": [

},
"gitHead": "228b62f6e82f5552fc5497aa2b79cd1f0201b515",
"gitHead": "4130de9eaad775576ef31af9eb304d3e270d8e7b",
"devDependencies": {

@@ -45,0 +45,0 @@ "jest": "^27.2.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