Socket
Socket
Sign inDemoInstall

geist

Package Overview
Dependencies
Maintainers
7
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 0.1.36 to 0.1.37

35

dist/font.d.ts

@@ -1,34 +0,1 @@

import { NextFontWithVariable } from "@next/font";
declare module "geist/font" {
/**
* Geist Sans font, with `className` and `variable` properties,
* meant to be attached to DOM elements via `className`
*
* Included weights: 100, 200, 300, 400, 500, 600, 700, 800, 900
*
* * {@link https://www.npmjs.com/package/geist?activeTab=readme#app-router View App Router Example}
*
* * {@link https://www.npmjs.com/package/geist?activeTab=readme#with-tailwind-css View Tailwind Example}
*
* * {@link https://www.npmjs.com/package/geist?activeTab=readme#pages-router View Pages Router Example}
*
* * {@link https://github.com/vercel/geist-font/releases Download Font Files}
*/
export const GeistSans: NextFontWithVariable;
/**
* Geist Mono font, with `className` and `variable` properties,
* meant to be attached to DOM elements via `className`
*
* Included weights: 100, 200, 300, 400, 500, 600, 700, 800, 900
*
* * {@link https://www.npmjs.com/package/geist?activeTab=readme#app-router View App Router Example}
*
* * {@link https://www.npmjs.com/package/geist?activeTab=readme#with-tailwind-css View Tailwind Example}
*
* * {@link https://www.npmjs.com/package/geist?activeTab=readme#pages-router View Pages Router Example}
*
* * {@link https://github.com/vercel/geist-font/releases Download Font Files}
*/
export const GeistMono: NextFontWithVariable;
}
export * from "../font";

2

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

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

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