Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@directus/format-title

Package Overview
Dependencies
Maintainers
3
Versions
164
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@directus/format-title - npm Package Compare versions

Comparing version 9.0.0-rc.100 to 9.0.0-rc.101

13

package.json
{
"name": "@directus/format-title",
"version": "9.0.0-rc.100",
"version": "9.0.0-rc.101",
"description": "Custom string formatter that converts any string into [Title Case](http://www.grammar-monster.com/lessons/capital_letters_title_case.htm)",

@@ -17,2 +17,9 @@ "keywords": [

"main": "dist/format-title.cjs.js",
"exports": {
".": {
"import": "./dist/format-title.bundler.js",
"require": "./dist/format-title.cjs.js"
},
"./package.json": "./package.json"
},
"module": "dist/format-title.bundler.js",

@@ -40,3 +47,3 @@ "unpkg": "dist/format-title.global.min.js",

"rimraf": "3.0.2",
"rollup": "2.58.3",
"rollup": "2.59.0",
"rollup-plugin-sourcemaps": "0.6.3",

@@ -47,3 +54,3 @@ "rollup-plugin-terser": "7.0.2",

},
"gitHead": "41abc239221c0973ca1f83457be14f21155dc52d"
"gitHead": "37cf80e0fe1320610ffc0b4da9411ef51bd46afb"
}
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