Socket
Socket
Sign inDemoInstall

@visulima/fmt

Package Overview
Dependencies
Maintainers
0
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@visulima/fmt - npm Package Compare versions

Comparing version 1.1.10 to 1.1.11

6

CHANGELOG.md

@@ -0,1 +1,7 @@

## @visulima/fmt [1.1.11](https://github.com/visulima/visulima/compare/@visulima/fmt@1.1.10...@visulima/fmt@1.1.11) (2024-10-05)
### Bug Fixes
* updated dev dependencies, updated packem to v1.0.7, fixed naming of some lint config files ([c071a9c](https://github.com/visulima/visulima/commit/c071a9c8e129014a962ff654a16f302ca18a5c67))
## @visulima/fmt [1.1.10](https://github.com/visulima/visulima/compare/@visulima/fmt@1.1.9...@visulima/fmt@1.1.10) (2024-09-24)

@@ -2,0 +8,0 @@

4

LICENSE.md

@@ -24,5 +24,5 @@ MIT License

<!-- DEPENDENCIES -->
<!-- DEPENDENCIES -->
<!-- /DEPENDENCIES -->
<!-- TYPE_DEPENDENCIES -->
<!-- TYPE_DEPENDENCIES -->
<!-- /TYPE_DEPENDENCIES -->
{
"name": "@visulima/fmt",
"version": "1.1.10",
"version": "1.1.11",
"description": "Util.format-like string formatting utility.",

@@ -79,8 +79,8 @@ "keywords": [

"@arethetypeswrong/cli": "^0.16.4",
"@babel/core": "^7.25.2",
"@babel/core": "^7.25.7",
"@rushstack/eslint-plugin-security": "^0.8.3",
"@types/node": "18.19.15",
"@visulima/packem": "1.0.1",
"@vitest/coverage-v8": "^2.1.1",
"@vitest/ui": "^2.1.1",
"@visulima/packem": "1.0.7",
"@vitest/coverage-v8": "^2.1.2",
"@vitest/ui": "^2.1.2",
"conventional-changelog-conventionalcommits": "8.0.0",

@@ -101,3 +101,3 @@ "cross-env": "^7.0.3",

"typescript": "5.4.5",
"vitest": "^2.1.1"
"vitest": "^2.1.2"
},

@@ -134,7 +134,7 @@ "engines": {

"lint:attw": "attw --pack",
"lint:eslint": "eslint . --ext js,cjs,mjs,jsx,ts,tsx,json,yaml,yml,md,mdx --max-warnings=0 --config .eslintrc.js",
"lint:eslint:fix": "eslint . --ext js,cjs,mjs,jsx,ts,tsx,json,yaml,yml,md,mdx --max-warnings=0 --config .eslintrc.js --fix",
"lint:eslint": "eslint . --ext js,cjs,mjs,jsx,ts,tsx,json,yaml,yml,md,mdx --max-warnings=0 --config .eslintrc.cjs",
"lint:eslint:fix": "eslint . --ext js,cjs,mjs,jsx,ts,tsx,json,yaml,yml,md,mdx --max-warnings=0 --config .eslintrc.cjs --fix",
"lint:package-json": "publint --strict",
"lint:prettier": "prettier --config=.prettierrc.js --check .",
"lint:prettier:fix": "prettier --config=.prettierrc.js --write .",
"lint:prettier": "prettier --config=.prettierrc.cjs --check .",
"lint:prettier:fix": "prettier --config=.prettierrc.cjs --write .",
"lint:types": "tsc --noEmit",

@@ -141,0 +141,0 @@ "test": "vitest run",

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