Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Socket
Sign inDemoInstall

@financial-times/o-icons

Package Overview
Dependencies
Maintainers
18
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@financial-times/o-icons - npm Package Compare versions

Comparing version 6.3.0 to 7.0.0-0

.eslintignore

7

origami.json
{
"description": "Helper SCSS tool for using the FT's icons. For a full list of available icons please see the fticons image set",
"keywords": [ "icons", "images" ],
"origamiType": "module",
"origamiCategory": "primitives",
"origamiVersion": 1,
"origamiType": "component",
"origamiVersion": "2.0",
"support": "https://github.com/Financial-Times/o-icons/issues",

@@ -8,0 +5,0 @@ "supportContact": {

{
"browser": "browser.js",
"module": "module.js",
"eslintIgnore": [
"module.js",
"browser.js",
"dist/",
"dist-esm/"
],
"name": "@financial-times/o-icons",
"version": "7.0.0-0",
"description": "Helper SCSS tool for using the FT's icons. For a full list of available icons please see the fticons image set",
"keywords": [
"origami",
"component",
"ft"
"icons",
"images"
],
"name": "@financial-times/o-icons",
"version": "6.3.0",
"dependencies": {
"@financial-times/fticons": "^1.23.1",
"@financial-times/o-assets": "^3.4.1"
"homepage": "https://registry.origami.ft.com/components/o-icons",
"bugs": {
"url": "https://registry.origami.ft.com/components/o-icons"
},
"component": "o-icons",
"license": "MIT",
"type": "module",
"scripts": {
"start": "npx serve ./demos/local",
"build": "npm_config_yes=true npx \"origami-build-tools@^10\" install && npm_config_yes=true npx \"origami-build-tools@^10\" demo"
"build": "npm_config_yes=true npx \"origami-build-tools@prerelease\" install && npm_config_yes=true npx \"origami-build-tools@prerelease\" demo"
},
"devDependencies": {
"eslint": "^7.22.0",
"eslint": "^7.24.0",
"eslint-config-origami-component": "^2.1.1",
"origami-ci-tools": "^2.4.1",
"remark": "^13.0.0",
"remark-lint": "^7.0.1",
"remark-preset-lint-origami-component": "prerelease",
"stylelint": "^13.12.0",
"stylelint-config-origami-component": "^1.0.4"
},
"peerDependencies": {
"@financial-times/fticons": "^1.23.1"
},
"engines": {
"npm": "^7"
},
"volta": {
"node": "14.16.1",
"npm": "7.10.0"
}
}

@@ -5,10 +5,10 @@ # o-icons

- [Usage](#usage)
- [Summary](#summary)
- [Markup](#markup)
- [Sass](#sass)
- [Contributing](#contributing)
- [Migration guide](#migration)
- [Contact](#contact)
- [Licence](#licence)
- [Usage](#usage)
- [Summary](#summary)
- [Markup](#markup)
- [Sass](#sass)
- [Contributing](#contributing)
- [Migration](#migration)
- [Contact](#contact)
- [Licence](#licence)

@@ -23,5 +23,5 @@ ## Usage

1. Use [o-icons CSS classes](#markup)
2. Use [o-icons Sass mixins](#sass) with your own CSS.
3. Request the icon directly from the [Image Service](https://www.ft.com/__origami/service/image/v2/docs/url-builder?url=fticon-v1%3Aarrow-down&preview=true) (without using o-icons at all).
1. Use [o-icons CSS classes](#markup)
2. Use [o-icons Sass mixins](#sass) with your own CSS.
3. Request the icon directly from the [Image Service](https://www.ft.com/__origami/service/image/v2/docs/url-builder?url=fticon-v1%3Aarrow-down&preview=true) (without using o-icons at all).

@@ -53,4 +53,4 @@

// Use o-colors so you can use colors from the Origami palette.
@import "o-icons/main";
@import "o-colors/main";
@import "@financial-times/o-icons/main";
@import "@financial-times/o-colors/main";

@@ -109,3 +109,3 @@ // Output a 32px, claret coloured plus icon.

```scss
@import "o-icons/main";
@import "@financial-times/o-icons/main";
@include oIcons(); // include helper classes for all icons

@@ -141,3 +141,3 @@ ```

----
***

@@ -144,0 +144,0 @@ ## Licence

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