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

@rocket.chat/string-helpers

Package Overview
Dependencies
Maintainers
7
Versions
615
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rocket.chat/string-helpers - npm Package Compare versions

Comparing version 0.29.0 to 0.30.0

27

package.json
{
"name": "@rocket.chat/string-helpers",
"version": "0.29.0",
"version": "0.30.0",
"description": "Helper functions for string manipulation",

@@ -26,9 +26,2 @@ "keywords": [

"types": "dist/esm/index.d.ts",
"typesVersions": {
"<4.1": {
"*": [
"dist/ts3.4/*"
]
}
},
"files": [

@@ -38,7 +31,6 @@ "/dist"

"scripts": {
"build": "run-s .:build:clean .:build:esm .:build:cjs .:build:ts3.4",
"build": "run-s .:build:clean .:build:esm .:build:cjs",
".:build:clean": "rimraf dist",
".:build:esm": "tsc -p tsconfig.json",
".:build:cjs": "tsc -p tsconfig-cjs.json",
".:build:ts3.4": "downlevel-dts dist/esm/ dist/ts3.4/ --to=3.4",
"lint": "eslint src",

@@ -54,8 +46,7 @@ "lint-fix": "eslint --fix src",

"devDependencies": {
"@rocket.chat/eslint-config-alt": "^0.29.0",
"@rocket.chat/prettier-config": "^0.29.0",
"@types/jest": "^26.0.24",
"downlevel-dts": "^0.7.0",
"eslint": "^7.29.0",
"jest": "^27.0.6",
"@rocket.chat/eslint-config-alt": "^0.30.0",
"@rocket.chat/prettier-config": "^0.30.0",
"@types/jest": "^27.0.2",
"eslint": "^7.32.0",
"jest": "^27.2.1",
"lint-staged": "^11.0.0",

@@ -65,3 +56,3 @@ "npm-run-all": "^4.1.5",

"rimraf": "^3.0.2",
"ts-jest": "^27.0.3",
"ts-jest": "^27.0.5",
"typedoc": "^0.21.2",

@@ -73,3 +64,3 @@ "typescript": "^4.3.4"

},
"gitHead": "7ee36639c794c70637ac1133469aea61594f16e9"
"gitHead": "da958e09a15720ecf69ea4eceeb9dd16a4b87362"
}

Sorry, the diff of this file is not supported yet

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