Socket
Socket
Sign inDemoInstall

@auth0/cosmos-fonts

Package Overview
Dependencies
118
Maintainers
33
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.3 to 0.0.4

2

dist.js

@@ -18,3 +18,3 @@ "use strict";

var head = document.getElementsByTagName('head')[0];
head.prepend(tag);
head.insertBefore(tag, head.firstChild);
}

@@ -21,0 +21,0 @@ };

@@ -15,3 +15,3 @@ import { fonts, misc } from '@auth0/cosmos-tokens'

const head = document.getElementsByTagName('head')[0]
head.prepend(tag)
head.insertBefore(tag, head.firstChild)
}

@@ -18,0 +18,0 @@ }

{
"name": "@auth0/cosmos-fonts",
"version": "0.0.3",
"version": "0.0.4",
"description": "font loader for cosmos",

@@ -17,3 +17,8 @@ "main": "dist.js",

"@babel/preset-env": "7.1.0"
},
"prettier": {
"singleQuote": true,
"semi": false,
"printWidth": 100
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc