You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@fontsource-variable/onest

Package Overview
Dependencies
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fontsource-variable/onest - npm Package Compare versions

Comparing version

to
5.2.4

12

package.json
{
"name": "@fontsource-variable/onest",
"version": "5.2.0",
"version": "5.2.4",
"description": "Self-host the Onest 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/onest",
"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/variable/onest"
},
"publishHash": "deabc4d90144f646"
"publishHash": "0ef54387ebefc26e"
}