New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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

to
0.31.4

46

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

@@ -44,14 +44,14 @@ "keywords": [

"devDependencies": {
"@rocket.chat/eslint-config-alt": "^0.31.3",
"@rocket.chat/prettier-config": "^0.31.3",
"@types/jest": "^27.0.2",
"eslint": "^8.2.0",
"jest": "^27.3.1",
"lint-all": "^0.31.3",
"lint-staged": "^11.2.6",
"@rocket.chat/eslint-config-alt": "^0.31.4",
"@rocket.chat/prettier-config": "^0.31.4",
"@types/jest": "~27.4.0",
"eslint": "~8.8.0",
"jest": "~27.5.1",
"lint-all": "^0.31.4",
"lint-staged": "~12.3.3",
"npm-run-all": "^4.1.5",
"prettier": "^2.3.2",
"prettier": "~2.5.1",
"rimraf": "^3.0.2",
"ts-jest": "^27.0.7",
"typedoc": "^0.22.8",
"ts-jest": "~27.1.3",
"typedoc": "~0.22.11",
"typescript": "~4.3.5"

@@ -62,3 +62,25 @@ },

},
"gitHead": "9fb4111beba48fb5441eaa0b1686b7fb9ba78ab7"
"eslintConfig": {
"extends": "@rocket.chat/eslint-config-alt/typescript",
"env": {
"jest": true
}
},
"prettier": "@rocket.chat/prettier-config/fuselage",
"jest": {
"preset": "ts-jest",
"errorOnDeprecated": true,
"testMatch": [
"<rootDir>/src/**/*.spec.[jt]s?(x)"
],
"globals": {
"ts-jest": {
"tsconfig": {
"noUnusedLocals": false,
"noUnusedParameters": false
}
}
}
},
"gitHead": "6bfb331b079fa87fd8c84c5f200af87e4b82c865"
}