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

@ctx-core/font-awesome

Package Overview
Dependencies
Maintainers
1
Versions
94
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ctx-core/font-awesome - npm Package Compare versions

Comparing version 4.0.0 to 5.0.0

18

lib.js

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

require = require('esm')(module)
module.exports = require('./lib.mjs')
export function register__chevron_up_solid(Icon) {
if (Icon.icons['chevron-up-solid']) return
Icon.register({ 'chevron-up-solid': { width: 448, height: 512, paths: [{ d: 'M240.971 130.524l194.343 194.343c9.373 9.373 9.373 24.569 0 33.941l-22.667 22.667c-9.357 9.357-24.522 9.375-33.901.04L224 227.495 69.255 381.516c-9.379 9.335-24.544 9.317-33.901-.04l-22.667-22.667c-9.373-9.373-9.373-24.569 0-33.941L207.03 130.525c9.372-9.373 24.568-9.373 33.941-.001z' }] } })
}
export function register__chevron_down_solid(Icon) {
if (Icon.icons['chevron-down-solid']) return
Icon.register({ 'chevron-down-solid': { width: 448, height: 512, paths: [{ d: 'M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z' }] } })
}
export function register__chevron_left_solid(Icon) {
if (Icon.icons['chevron-left-solid']) return
Icon.register({ 'chevron-left-solid': { width: 320, height: 512, paths: [{ d: 'M34.52 239.03L228.87 44.69c9.37-9.37 24.57-9.37 33.94 0l22.67 22.67c9.36 9.36 9.37 24.52.04 33.9L131.49 256l154.02 154.75c9.34 9.38 9.32 24.54-.04 33.9l-22.67 22.67c-9.37 9.37-24.57 9.37-33.94 0L34.52 272.97c-9.37-9.37-9.37-24.57 0-33.94z' }] } })
}
export function register__chevron_right_solid(Icon) {
if (Icon.icons['chevron-right-solid']) return
Icon.register({ 'chevron-right-solid': { width: 1280, height: 1792, paths: [{ d: 'M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z' }] } })
}

7

package.json
{
"name": "@ctx-core/font-awesome",
"version": "4.0.0",
"version": "5.0.0",
"description": "ctx-core font-awesome",

@@ -23,6 +23,3 @@ "main": "lib.js",

"homepage": "https://github.com/ctx-core/ctx-core#readme",
"dependencies": {
"esm": "^3.0.84"
},
"gitHead": "6df3d414f4f86a3e01b85db9a5c285cfba4f1f26"
"gitHead": "7d0d73495e67101da1ad8aeb87a7b9918b4689c1"
}
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