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

@financial-times/n-tracking

Package Overview
Dependencies
Maintainers
18
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.0.0-beta.3 to 1.0.0-beta.4

4

dist/server.js

@@ -43,3 +43,3 @@ 'use strict';

if (i % 2) {
ownKeys(source, true).forEach(function (key) {
ownKeys(Object(source), true).forEach(function (key) {
_defineProperty(target, key, source[key]);

@@ -50,3 +50,3 @@ });

} else {
ownKeys(source).forEach(function (key) {
ownKeys(Object(source)).forEach(function (key) {
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));

@@ -53,0 +53,0 @@ });

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

"browser": "dist/browser.js",
"version": "1.0.0-beta.3",
"version": "1.0.0-beta.4",
"license": "MIT",

@@ -37,5 +37,5 @@ "repository": "Financial-Times/n-tracking.git",

"dependencies": {
"@financial-times/o-grid": "^4.5.3",
"@financial-times/o-tracking": "^1.7.2",
"@financial-times/o-viewport": "^3.3.3"
"@financial-times/o-grid": "^5.0.0",
"@financial-times/o-tracking": "^2.0.0",
"@financial-times/o-viewport": "^4.0.0"
},

@@ -42,0 +42,0 @@ "peerDependencies": {

Sorry, the diff of this file is too big to display

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