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.0.0 to 1.0.1

28

dist/font.js

@@ -1,2 +0,2 @@

import localFont from "@next/font/local";
import localFont from "next/font/local";

@@ -52,2 +52,16 @@ export const GeistSans = localFont({

variable: "--font-geist-sans",
fallback: [
"ui-sans-serif",
"system-ui",
"-apple-system",
"BlinkMacSystemFont",
"Inter",
"Segoe UI",
"Roboto",
"sans-serif",
"Apple Color Emoji",
"Segoe UI Emoji",
"Segoe UI Symbol",
"Noto Color Emoji",
],
});

@@ -104,2 +118,14 @@

variable: "--font-geist-mono",
adjustFontFallback: false,
fallback: [
"ui-monospace",
"SFMono-Regular",
"Roboto Mono",
"Menlo",
"Monaco",
"Liberation Mono",
"DejaVu Sans Mono",
"Courier New",
"monospace",
],
});

2

font.d.ts

@@ -1,2 +0,2 @@

import { NextFontWithVariable } from "@next/font";
import { NextFontWithVariable } from "next/dist/compiled/@next/font";

@@ -3,0 +3,0 @@ declare module "geist/font" {

{
"name": "geist",
"version": "1.0.0",
"version": "1.0.1",
"description": "Geist is a new font family for Vercel, created by Vercel in collaboration with Basement Studio.",

@@ -35,5 +35,5 @@ "main": "./dist/font.js",

"license": "SIL OPEN FONT LICENSE",
"dependencies": {
"@next/font": "^13.5.6"
"peerDependencies": {
"next": "^13.2 || ^14"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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