New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

font-select

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

font-select - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

dist/font-select.min.mjs

15

package.json
{
"name": "font-select",
"version": "1.0.0",
"version": "1.0.1",
"description": "Custom element for picking local fonts",
"main": "index.js",
"scripts": {
"start": "npx http-server",
"clean": "shx rm -rf ./dist && mkdir dist",
"lint": "npx eslint . --ext .js,.mjs --fix --ignore-pattern dist/",
"build": "npm run clean && npx terser ./src/font-select.mjs --toplevel --mangle-props regex=\\\"^_\\\" --comments /@license/ --ecma=8 -o ./dist/font-select.min.mjs",
"prepare": "npm run lint && npm run fix && npm run build",
"fix": "npx prettier --write ."
},
"main": "src/font-select.mjs",
"browser": "src/font-select.mjs",
"module": "dist/font-select.min.mjs",
"unpkg": "dist/font-select.min.mjs",
"files": [
"src",
"dist"
],
"repository": {

@@ -31,2 +41,3 @@ "type": "git",

"prettier": "^2.1.2",
"shx": "^0.3.3",
"terser": "^5.5.0"

@@ -33,0 +44,0 @@ },

.prettierrc
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