@financial-times/o-tracking
Advanced tools
Comparing version 3.1.0 to 4.0.0-0
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
440488
7
0
Yes
83
2984
2
1
Updatedftdomdelegate@^4.0.6