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.6 to 1.1.7

11

CHANGELOG.md

@@ -0,1 +1,12 @@

## @visulima/fmt [1.1.7](https://github.com/visulima/visulima/compare/@visulima/fmt@1.1.6...@visulima/fmt@1.1.7) (2024-09-07)
### Bug Fixes
* added types support for node10 ([604583f](https://github.com/visulima/visulima/commit/604583fa3c24b950fafad45d17e7a1333040fd76))
### Miscellaneous Chores
* update dev dependencies ([0738f98](https://github.com/visulima/visulima/commit/0738f9810478bb215ce4b2571dc8874c4c503089))
* updated dev dependencies ([45c2a76](https://github.com/visulima/visulima/commit/45c2a76bc974ecb2c6b172c3af03373d4cc6a5ce))
## @visulima/fmt [1.1.6](https://github.com/visulima/visulima/compare/@visulima/fmt@1.1.5...@visulima/fmt@1.1.6) (2024-08-01)

@@ -2,0 +13,0 @@

18

package.json
{
"name": "@visulima/fmt",
"version": "1.1.6",
"version": "1.1.7",
"description": "Util.format-like string formatting utility.",

@@ -20,5 +20,8 @@ "keywords": [

"homepage": "https://www.visulima.com/docs/package/fmt",
"bugs": {
"url": "https://github.com/visulima/visulima/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/visulima/visulima.git",
"url": "git+https://github.com/visulima/visulima.git",
"directory": "packages/fmt"

@@ -58,2 +61,9 @@ },

"types": "dist/index.d.ts",
"typesVersions": {
"*": {
"*": [
"./dist/index.d.ts"
]
}
},
"files": [

@@ -70,6 +80,7 @@ "dist/**",

"@anolilab/semantic-release-preset": "^9.0.0",
"@arethetypeswrong/cli": "^0.15.4",
"@babel/core": "^7.25.2",
"@rushstack/eslint-plugin-security": "^0.8.2",
"@types/node": "18.19.15",
"@visulima/packem": "^1.0.0-alpha.60",
"@visulima/packem": "^1.0.0-alpha.93",
"@vitest/coverage-v8": "^2.0.5",

@@ -123,2 +134,3 @@ "@vitest/ui": "^2.0.5",

"dev": "pnpm run build --watch",
"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",

@@ -125,0 +137,0 @@ "lint:eslint:fix": "eslint . --ext js,cjs,mjs,jsx,ts,tsx,json,yaml,yml,md,mdx --max-warnings=0 --config .eslintrc.js --fix",

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