@rocket.chat/string-helpers
Advanced tools
Comparing version 0.6.3-dev.431 to 0.6.3-dev.432
{ | ||
"name": "@rocket.chat/string-helpers", | ||
"version": "0.6.3-dev.431+d3bbf85d", | ||
"version": "0.6.3-dev.432+a617f1cb", | ||
"description": "Helper functions for string manipulation", | ||
@@ -44,4 +44,4 @@ "keywords": [ | ||
"devDependencies": { | ||
"@rocket.chat/eslint-config-alt": "^0.6.3-dev.431+d3bbf85d", | ||
"@rocket.chat/prettier-config": "^0.6.3-dev.431+d3bbf85d", | ||
"@rocket.chat/eslint-config-alt": "^0.6.3-dev.432+a617f1cb", | ||
"@rocket.chat/prettier-config": "^0.6.3-dev.432+a617f1cb", | ||
"@types/jest": "~27.4.0", | ||
@@ -62,3 +62,25 @@ "eslint": "~8.8.0", | ||
}, | ||
"gitHead": "d3bbf85d17c888907ffd08ad09d3de846fa75760" | ||
"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": "a617f1cba49d32049475f8f47b4d677667cf5868" | ||
} |
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
51791