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

@financial-times/o-assets

Package Overview
Dependencies
Maintainers
18
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 3.4.8 to 3.4.9

.github/CODEOWNERS

5

origami.json

@@ -12,6 +12,3 @@ {

},
"supportStatus": "active",
"ci": {
"circle": "https://circleci.com/api/v1/project/Financial-Times/o-assets"
}
"supportStatus": "deprecated"
}

32

package.json
{
"browser": "browser.js",
"files": [
"svg/",
"dist/",
"browser.js",
"src/",
"!src/**/*.js",
"main.scss",
"img",
"*.json",
"*.js",
"!main.js",
"scss",
"!bower.json",
"!.bower.json"
],
"module": "module.js",
"eslintIgnore": [
"module.js",
"browser.js",
"dist/"
"dist/",
"dist-esm/"
],

@@ -28,3 +16,3 @@ "keywords": [

"name": "@financial-times/o-assets",
"version": "3.4.8",
"version": "3.4.9",
"dependencies": {},

@@ -34,7 +22,9 @@ "component": "o-assets",

"devDependencies": {
"eslint-config-origami-component": "^2.0.1",
"origami-ci-tools": "^2.0.0",
"remark-preset-lint-origami-component": "^1.0.0",
"stylelint-config-origami-component": "^1.0.2"
"eslint": "^7.8.1",
"eslint-config-origami-component": "^2.1.0",
"origami-ci-tools": "^2.0.2",
"remark-preset-lint-origami-component": "^1.2.0",
"stylelint": "^13.7.0",
"stylelint-config-origami-component": "^1.0.4"
}
}
# o-assets [![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](#licence)
_Deprecated._ `o-assets` does not support Origami components delivered via npm or version 2 of the Origami specification.
This component provides Sass and JavaScript utilities for reliably building paths to a component's static assets, such as CSS background images, fonts and JSON data files. This is needed because the URL path to load these assets will vary depending on how a product developer chooses to integrate the Origami component into their website.

@@ -10,2 +12,4 @@

- [URL routing](#url-routing)
- [If you don't have URL routing](#if-you-dont-have-url-routing)
- [If you do have URL routing](#if-you-do-have-url-routing)
- [Using with the build service](#using-with-the-build-service)

@@ -12,0 +16,0 @@ - [Contact](#contact)

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