Socket
Socket
Sign inDemoInstall

@visulima/fmt

Package Overview
Dependencies
Maintainers
1
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.5 to 1.1.6

dist/index.cjs

18

CHANGELOG.md

@@ -0,1 +1,19 @@

## @visulima/fmt [1.1.6](https://github.com/visulima/visulima/compare/@visulima/fmt@1.1.5...@visulima/fmt@1.1.6) (2024-08-01)
### Bug Fixes
* **fmt:** switched to packem from tsup ([24d86a9](https://github.com/visulima/visulima/commit/24d86a94cdc8d8130b5a95241a7cdc7e39f399cf))
### Miscellaneous Chores
* changed typescript version back to 5.4.5 ([55d28bb](https://github.com/visulima/visulima/commit/55d28bbdc103718d19f844034b38a0e8e5af798a))
* cs fixes ([ab59375](https://github.com/visulima/visulima/commit/ab59375452fa289aed240bfd0b54b76d0c6ee2b4))
* updated all dev deps ([ef143ce](https://github.com/visulima/visulima/commit/ef143ce2e15952a0910aa5c8bd78d25de9ebd7f3))
* updated dev dependencies ([ac67ec1](https://github.com/visulima/visulima/commit/ac67ec1bcba16175d225958e318199f60b10d179))
* updated dev dependencies and sorted the package.json ([9571572](https://github.com/visulima/visulima/commit/95715725a8ed053ca24fd1405a55205c79342ecb))
### Build System
* fixed found audit error, updated all dev package deps, updated deps in apps and examples ([4c51950](https://github.com/visulima/visulima/commit/4c519500dc5504579d35725572920658999885cb))
## @visulima/fmt [1.1.5](https://github.com/visulima/visulima/compare/@visulima/fmt@1.1.4...@visulima/fmt@1.1.5) (2024-06-06)

@@ -2,0 +20,0 @@

@@ -22,1 +22,7 @@ MIT License

SOFTWARE.
<!-- DEPENDENCIES -->
<!-- DEPENDENCIES -->
<!-- TYPE_DEPENDENCIES -->
<!-- TYPE_DEPENDENCIES -->

43

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

@@ -44,4 +44,4 @@ "keywords": [

"require": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
},

@@ -55,5 +55,4 @@ "import": {

},
"main": "dist/index.js",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"source": "src/index.ts",
"types": "dist/index.d.ts",

@@ -69,11 +68,14 @@ "files": [

"@anolilab/prettier-config": "^5.0.14",
"@anolilab/semantic-release-pnpm": "^1.1.0",
"@anolilab/semantic-release-preset": "^8.1.0",
"@babel/core": "^7.24.6",
"@rushstack/eslint-plugin-security": "^0.8.1",
"@types/node": "18.18.14",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.6.0",
"@anolilab/semantic-release-pnpm": "^1.1.3",
"@anolilab/semantic-release-preset": "^9.0.0",
"@babel/core": "^7.25.2",
"@rushstack/eslint-plugin-security": "^0.8.2",
"@types/node": "18.19.15",
"@visulima/packem": "^1.0.0-alpha.60",
"@vitest/coverage-v8": "^2.0.5",
"@vitest/ui": "^2.0.5",
"conventional-changelog-conventionalcommits": "8.0.0",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"esbuild": "0.23.0",
"eslint": "8.57.0",
"eslint-plugin-deprecation": "^3.0.0",

@@ -85,9 +87,8 @@ "eslint-plugin-etc": "^2.0.3",

"eslint-plugin-vitest-globals": "^1.5.0",
"prettier": "^3.3.0",
"prettier": "^3.3.3",
"quick-format-unescaped": "^4.0.4",
"rimraf": "^5.0.7",
"semantic-release": "23.1.1",
"tsup": "^8.1.0",
"typescript": "^5.4.5",
"vitest": "^1.6.0"
"rimraf": "5.0.9",
"semantic-release": "24.0.0",
"typescript": "5.4.5",
"vitest": "^2.0.5"
},

@@ -119,4 +120,4 @@ "engines": {

"scripts": {
"build": "cross-env NODE_ENV=development tsup",
"build:prod": "cross-env NODE_ENV=production tsup",
"build": "cross-env NODE_ENV=development packem build",
"build:prod": "cross-env NODE_ENV=production packem build",
"clean": "rimraf node_modules dist .eslintcache",

@@ -123,0 +124,0 @@ "dev": "pnpm run build --watch",

Sorry, the diff of this file is not supported yet

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