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

geist

Package Overview
Dependencies
Maintainers
8
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

geist - npm Package Compare versions

Comparing version 1.1.0-beta.1 to 1.1.0-beta.2

10

package.json
{
"name": "geist",
"version": "1.1.0-beta.1",
"version": "1.1.0-beta.2",
"description": "Geist is a new font family for Vercel, created by Vercel in collaboration with Basement Studio.",

@@ -36,3 +36,3 @@ "main": "./dist/font.js",

"require": "./dist/mono.js",
"default": "./dist/index.d.ts"
"default": "./dist/mono.d.ts"
},

@@ -42,3 +42,3 @@ "./font/mono-non-variable": {

"require": "./dist/mono-non-variable.js",
"default": "./dist/index.d.ts"
"default": "./dist/mono-non-variable.d.ts"
},

@@ -48,3 +48,3 @@ "./font/sans": {

"require": "./dist/sans.js",
"default": "./dist/index.d.ts"
"default": "./dist/sans.d.ts"
},

@@ -54,3 +54,3 @@ "./font/sans-non-variable": {

"require": "./dist/sans-non-variable.js",
"default": "./dist/index.d.ts"
"default": "./dist/sans-non-variable.d.ts"
}

@@ -57,0 +57,0 @@ },

@@ -27,3 +27,3 @@ ![](.images/hero.png)

```jsx
import { GeistSans } from "geist/font";
import { GeistSans } from "geist/font/sans";

@@ -46,3 +46,3 @@ export default function RootLayout({

```jsx
import { GeistSans } from "geist/font";
import { GeistSans } from "geist/font/sans";

@@ -69,3 +69,3 @@ export default function MyApp({ Component, pageProps }) {

```jsx
import { GeistSans, GeistMono } from 'geist/font'
import { GeistSans, GeistMono } from 'geist/font/sans'

@@ -72,0 +72,0 @@ export default function RootLayout({

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