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

@financial-times/o-tracking

Package Overview
Dependencies
Maintainers
18
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 3.1.0 to 4.0.0-0

.eslintrc.cjs

7

origami.json
{
"description": "Provides tracking for a product. Tracking requests are sent to the Spoor API.",
"keywords": ["tracking", "spoor"],
"origamiType": "module",
"origamiCategory": "components",
"origamiVersion": 1,
"origamiType": "component",
"origamiVersion": "2.0",
"support": "https://github.com/Financial-Times/o-tracking/issues",

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

{
"browser": "browser.js",
"module": "module.js",
"eslintIgnore": [
"module.js",
"browser.js",
"dist/",
"dist-esm/"
],
"name": "@financial-times/o-tracking",
"version": "4.0.0-0",
"description": "Provides tracking for a product. Tracking requests are sent to the Spoor API.",
"keywords": [
"origami",
"component",
"ft"
"tracking",
"spoor"
],
"name": "@financial-times/o-tracking",
"version": "3.1.0",
"description": "Origami module for FT tracking.",
"dependencies": {
"ftdomdelegate": "^4.0.0"
"homepage": "https://registry.origami.ft.com/components/o-tracking",
"bugs": {
"url": "https://registry.origami.ft.com/components/o-tracking"
},
"component": "o-tracking",
"license": "MIT",
"type": "module",
"browser": "main.js",
"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.8.1",
"eslint-config-origami-component": "^2.1.0",
"origami-build-tools": "^10.8.0",
"origami-ci-tools": "^2.0.2",
"eslint": "^7.24.0",
"eslint-config-origami-component": "^2.1.1",
"remark": "^13.0.0",
"remark-lint": "^8.0.0",
"remark-preset-lint-origami-component": "^1.2.0",
"stylelint": "^13.7.0",
"remark-lint": "^7.0.1",
"remark-preset-lint-origami-component": "prerelease",
"stylelint": "^13.12.0",
"stylelint-config-origami-component": "^1.0.4"
},
"engines": {
"npm": "^7"
},
"volta": {
"node": "14.16.1",
"npm": "7.10.0"
},
"dependencies": {
"ftdomdelegate": "^4.0.6"
}
}

@@ -68,3 +68,3 @@ # o-tracking

```js
import oTracking from 'o-tracking';
import oTracking from '@financial-times/o-tracking';

@@ -85,3 +85,3 @@ const config = {

``` js
import oTracking from 'o-tracking';
import oTracking from '@financial-times/o-tracking';

@@ -88,0 +88,0 @@ const config = {

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