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

@dxos/timeframe

Package Overview
Dependencies
Maintainers
13
Versions
2285
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dxos/timeframe - npm Package Compare versions

Comparing version 0.1.9 to 0.1.10

22

dist/src/timeframe.test.js

@@ -14,3 +14,3 @@ "use strict";

const tf1 = new timeframe_1.Timeframe([[feedKey, 1]]);
(0, log_1.log)(tf1.toString(), {}, { file: "packages/common/timeframe/src/timeframe.test.ts", line: 17 });
(0, log_1.log)(tf1.toString(), {}, { file: "packages/common/timeframe/src/timeframe.test.ts", line: 17, scope: this, bugcheck: "If you see this message then it means that the source code preprocessor for @dxos/log is broken. It probably has misinterpreted an unrelated call for a logger invocation." });
(0, chai_1.expect)(tf1).to.exist;

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

const tf4 = timeframe_1.Timeframe.merge(tf1, tf2, tf3);
(0, log_1.log)(tf4.toString(), {}, { file: "packages/common/timeframe/src/timeframe.test.ts", line: 57 });
(0, log_1.log)(tf4.toString(), {}, { file: "packages/common/timeframe/src/timeframe.test.ts", line: 57, scope: this, bugcheck: "If you see this message then it means that the source code preprocessor for @dxos/log is broken. It probably has misinterpreted an unrelated call for a logger invocation." });
(0, chai_1.expect)(tf4.frames()).to.be.lengthOf(1);

@@ -74,3 +74,3 @@ (0, chai_1.expect)(tf4.get(feedKey1)).to.equal(3);

const tf3 = timeframe_1.Timeframe.dependencies(tf1, tf2);
(0, log_1.log)(tf3.toString(), {}, { file: "packages/common/timeframe/src/timeframe.test.ts", line: 82 });
(0, log_1.log)(tf3.toString(), {}, { file: "packages/common/timeframe/src/timeframe.test.ts", line: 82, scope: this, bugcheck: "If you see this message then it means that the source code preprocessor for @dxos/log is broken. It probably has misinterpreted an unrelated call for a logger invocation." });
(0, chai_1.expect)(tf3.frames()).to.be.lengthOf(0);

@@ -85,3 +85,3 @@ }

const tf3 = timeframe_1.Timeframe.dependencies(tf1, tf2);
(0, log_1.log)(tf3.toString(), {}, { file: "packages/common/timeframe/src/timeframe.test.ts", line: 93 });
(0, log_1.log)(tf3.toString(), {}, { file: "packages/common/timeframe/src/timeframe.test.ts", line: 93, scope: this, bugcheck: "If you see this message then it means that the source code preprocessor for @dxos/log is broken. It probably has misinterpreted an unrelated call for a logger invocation." });
(0, chai_1.expect)(tf3.frames()).to.be.lengthOf(0);

@@ -96,3 +96,3 @@ }

const tf3 = timeframe_1.Timeframe.dependencies(tf1, tf2);
(0, log_1.log)(tf3.toString(), {}, { file: "packages/common/timeframe/src/timeframe.test.ts", line: 104 });
(0, log_1.log)(tf3.toString(), {}, { file: "packages/common/timeframe/src/timeframe.test.ts", line: 104, scope: this, bugcheck: "If you see this message then it means that the source code preprocessor for @dxos/log is broken. It probably has misinterpreted an unrelated call for a logger invocation." });
(0, chai_1.expect)(tf3.frames()).to.be.lengthOf(2);

@@ -105,3 +105,3 @@ }

const tf3 = timeframe_1.Timeframe.dependencies(tf1, tf2);
(0, log_1.log)(tf3.toString(), {}, { file: "packages/common/timeframe/src/timeframe.test.ts", line: 113 });
(0, log_1.log)(tf3.toString(), {}, { file: "packages/common/timeframe/src/timeframe.test.ts", line: 113, scope: this, bugcheck: "If you see this message then it means that the source code preprocessor for @dxos/log is broken. It probably has misinterpreted an unrelated call for a logger invocation." });
(0, chai_1.expect)(tf3.frames()).to.be.lengthOf(0);

@@ -113,5 +113,5 @@ }

const tf3 = timeframe_1.Timeframe.dependencies(tf1, tf2);
(0, log_1.log)(tf1.toString(), {}, { file: "packages/common/timeframe/src/timeframe.test.ts", line: 121 });
(0, log_1.log)(tf2.toString(), {}, { file: "packages/common/timeframe/src/timeframe.test.ts", line: 122 });
(0, log_1.log)(tf3.toString(), {}, { file: "packages/common/timeframe/src/timeframe.test.ts", line: 123 });
(0, log_1.log)(tf1.toString(), {}, { file: "packages/common/timeframe/src/timeframe.test.ts", line: 121, scope: this, bugcheck: "If you see this message then it means that the source code preprocessor for @dxos/log is broken. It probably has misinterpreted an unrelated call for a logger invocation." });
(0, log_1.log)(tf2.toString(), {}, { file: "packages/common/timeframe/src/timeframe.test.ts", line: 122, scope: this, bugcheck: "If you see this message then it means that the source code preprocessor for @dxos/log is broken. It probably has misinterpreted an unrelated call for a logger invocation." });
(0, log_1.log)(tf3.toString(), {}, { file: "packages/common/timeframe/src/timeframe.test.ts", line: 123, scope: this, bugcheck: "If you see this message then it means that the source code preprocessor for @dxos/log is broken. It probably has misinterpreted an unrelated call for a logger invocation." });
(0, chai_1.expect)(tf3.frames()).to.be.lengthOf(0);

@@ -129,3 +129,3 @@ }

const tf3 = timeframe_1.Timeframe.dependencies(tf1, tf2);
(0, log_1.log)(tf3.toString(), {}, { file: "packages/common/timeframe/src/timeframe.test.ts", line: 137 });
(0, log_1.log)(tf3.toString(), {}, { file: "packages/common/timeframe/src/timeframe.test.ts", line: 137, scope: this, bugcheck: "If you see this message then it means that the source code preprocessor for @dxos/log is broken. It probably has misinterpreted an unrelated call for a logger invocation." });
(0, chai_1.expect)(tf3.frames()).to.be.lengthOf(0);

@@ -144,3 +144,3 @@ }

const tf3 = timeframe_1.Timeframe.dependencies(tf1, tf2);
(0, log_1.log)(tf3.toString(), {}, { file: "packages/common/timeframe/src/timeframe.test.ts", line: 152 });
(0, log_1.log)(tf3.toString(), {}, { file: "packages/common/timeframe/src/timeframe.test.ts", line: 152, scope: this, bugcheck: "If you see this message then it means that the source code preprocessor for @dxos/log is broken. It probably has misinterpreted an unrelated call for a logger invocation." });
(0, chai_1.expect)(tf3.frames()).to.be.lengthOf(2);

@@ -147,0 +147,0 @@ }

{
"name": "@dxos/timeframe",
"version": "0.1.9",
"version": "0.1.10",
"description": "Timeframe vector clock.",

@@ -20,7 +20,7 @@ "homepage": "https://dxos.org",

"dependencies": {
"@dxos/keys": "0.1.9",
"@dxos/log": "0.1.9",
"@dxos/util": "0.1.9",
"debug": "^4.3.3",
"util": "^0.12.4"
"util": "^0.12.4",
"@dxos/keys": "0.1.10",
"@dxos/log": "0.1.10",
"@dxos/util": "0.1.10"
},

@@ -27,0 +27,0 @@ "devDependencies": {

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