Socket
Socket
Sign inDemoInstall

@js-toolkit/utils

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@js-toolkit/utils - npm Package Compare versions

Comparing version 1.49.6 to 1.49.7

30

package.json
{
"name": "@js-toolkit/utils",
"version": "1.49.6",
"version": "1.49.7",
"description": "Typescript helper types and utils",

@@ -18,26 +18,26 @@ "author": "VZH",

"test:watch": "jest --watchAll",
"patch-publish": "yarn run build && npm version patch --no-workspaces-update -m 'v%s' && yarn run copy:configs && cd ./dist && npm publish --access public && git push origin master --follow-tags",
"minor-publish": "yarn run build && npm version minor --no-workspaces-update -m 'v%s' && yarn run copy:configs && cd ./dist && npm publish --access public && git push origin master --follow-tags"
"patch-publish": "yarn run build && npm version patch --no-workspaces-update -m 'v%s' && yarn run copy:configs && cd ./dist && npm publish --access public && git push --follow-tags",
"minor-publish": "yarn run build && npm version minor --no-workspaces-update -m 'v%s' && yarn run copy:configs && cd ./dist && npm publish --access public && git push --follow-tags"
},
"optionalDependencies": {
"@js-toolkit/node-utils": "^1.1.4"
"@js-toolkit/node-utils": "^1.1.5"
},
"devDependencies": {
"@js-toolkit/configs": "^3.87.5",
"@types/jest": "^29.5.4",
"@types/lodash.debounce": "^4.0.7",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"@js-toolkit/configs": "^3.88.2",
"@types/jest": "^29.5.8",
"@types/lodash.debounce": "^4.0.9",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"copyfiles": "^2.4.1",
"eslint": "^8.49.0",
"eslint": "^8.54.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-prettier": "^5.0.1",
"eventemitter3": "^5.0.1",
"jest": "^29.7.0",
"lodash.debounce": "^4.0.8",
"prettier": "^3.0.3",
"rimraf": "^5.0.1",
"terser": "^5.19.4",
"prettier": "^3.1.0",
"rimraf": "^5.0.5",
"terser": "^5.24.0",
"ts-jest": "^29.1.1",

@@ -44,0 +44,0 @@ "typescript": "^5.2.2",

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