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

@directus/format-title

Package Overview
Dependencies
Maintainers
2
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.23 to 9.0.0-rc.24

dist/format-title.bundler.js

15

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

@@ -16,5 +16,6 @@ "keywords": [

],
"main": "dist/format-title.umd.js",
"module": "dist/format-title.es5.js",
"typings": "dist/types/format-title.d.ts",
"main": "dist/format-title.cjs.js",
"module": "dist/format-title.bundler.js",
"unpkg": "dist/format-title.global.min.js",
"types": "dist/types/index.d.ts",
"files": [

@@ -31,4 +32,4 @@ "dist"

"prebuild": "rimraf dist",
"build": "tsc --module commonjs && rollup -c rollup.config.ts",
"start": "rollup -c rollup.config.ts -w",
"build": "rollup -c rollup.config.js",
"start": "rollup -c rollup.config.js -w",
"prepublishOnly": "npm run build",

@@ -42,3 +43,3 @@ "lint": "eslint \"src/**/*.ts\""

},
"gitHead": "f45b42efec960be30d8e9068899d7c5e477ab8f3"
"gitHead": "637c7a32ef278b3e091479589b39bdb64cddb3d9"
}
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