@rocket.chat/string-helpers
Advanced tools
Comparing version 0.6.3-dev.338 to 0.6.3-dev.339
{ | ||
"name": "@rocket.chat/string-helpers", | ||
"version": "0.6.3-dev.338+e4e02951", | ||
"version": "0.6.3-dev.339+90549c79", | ||
"description": "Helper functions for string manipulation", | ||
@@ -34,4 +34,4 @@ "keywords": [ | ||
".:build:cjs": "tsc -p tsconfig-cjs.json", | ||
"lint": "eslint src", | ||
"lint-fix": "eslint --fix src", | ||
"lint": "lint", | ||
"lint-and-fix": "lint-and-fix", | ||
"lint-staged": "lint-staged", | ||
@@ -45,8 +45,9 @@ "test": "jest --runInBand", | ||
"devDependencies": { | ||
"@rocket.chat/eslint-config-alt": "^0.30.0", | ||
"@rocket.chat/prettier-config": "^0.30.0", | ||
"@rocket.chat/eslint-config-alt": "^0.6.3-dev.339+90549c79", | ||
"@rocket.chat/prettier-config": "^0.6.3-dev.339+90549c79", | ||
"@types/jest": "^27.0.2", | ||
"eslint": "^7.32.0", | ||
"jest": "^27.2.1", | ||
"lint-staged": "^11.0.0", | ||
"lint-all": "^0.30.0", | ||
"lint-staged": "^11.2.3", | ||
"npm-run-all": "^4.1.5", | ||
@@ -62,3 +63,3 @@ "prettier": "^2.3.2", | ||
}, | ||
"gitHead": "e4e0295140b95048c5f4dabf4d5a6c7dbae315ba" | ||
"gitHead": "90549c790d6935c34c3ff75f6634d6c471f28f67" | ||
} |
@@ -73,9 +73,9 @@ <!--header--> | ||
<!--yarn(lint-fix)--> | ||
<!--yarn(lint-and-fix)--> | ||
```sh | ||
yarn lint-fix | ||
yarn lint-and-fix | ||
``` | ||
<!--/yarn(lint-fix)--> | ||
<!--/yarn(lint-and-fix)--> | ||
@@ -82,0 +82,0 @@ ### Running tests |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
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
51197
13