Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@fontsource/righteous

Package Overview
Dependencies
Maintainers
2
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fontsource/righteous - npm Package Compare versions

Comparing version
5.2.0
to
5.2.1
+9
-3
package.json
{
"name": "@fontsource/righteous",
"version": "5.2.0",
"version": "5.2.1",
"description": "Self-host the Righteous font in a neatly bundled NPM package.",

@@ -23,2 +23,7 @@ "main": "index.css",

".": {"sass": "./index.css", "default": "./index.css"},
"./*": {"sass": "./*.css", "default": "./*.css"},
"./files/*": {"sass": "./files/*", "default": "./files/*"},
"./package.json": "./package.json",
"./metadata.json": "./metadata.json",
"./unicode.json": "./unicode.json",
"./scss": {"sass": "./scss/metadata.scss"}

@@ -29,8 +34,9 @@ },

"homepage": "https://fontsource.org/fonts/righteous",
"funding": "https://github.com/sponsors/ayuhito",
"repository": {
"type": "git",
"url": "https://github.com/fontsource/font-files.git",
"url": "git+https://github.com/fontsource/font-files.git",
"directory": "fonts/google/righteous"
},
"publishHash": "8d82038b178a16e4"
"publishHash": "65e6ac9cf21bf4ce"
}