New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@open-truss/open-truss

Package Overview
Dependencies
Maintainers
5
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@open-truss/open-truss - npm Package Compare versions

Comparing version 0.24.0 to 0.25.0

2

dist/cjs/uqi/example/fake-client-uqi.test.js

@@ -18,2 +18,3 @@ "use strict";

failedReason: '',
percentageComplete: 0,
recordsReturned: 0,

@@ -62,2 +63,3 @@ startedAt: null,

failedReason: '',
percentageComplete: 0,
recordsReturned: 0,

@@ -64,0 +66,0 @@ startedAt: null,

@@ -45,2 +45,3 @@ export type UqiMappedType = 'String' | 'Number' | 'Boolean' | 'BigInt' | 'Date' | 'JSON';

failedReason: string | null;
percentageComplete: number;
recordsReturned: number;

@@ -47,0 +48,0 @@ startedAt: Date | null;

@@ -16,2 +16,3 @@ "use strict";

failedReason: null,
percentageComplete: 0,
recordsReturned: 0,

@@ -18,0 +19,0 @@ startedAt: null,

@@ -13,2 +13,3 @@ import createClient from './fake-client-uqi';

failedReason: '',
percentageComplete: 0,
recordsReturned: 0,

@@ -57,2 +58,3 @@ startedAt: null,

failedReason: '',
percentageComplete: 0,
recordsReturned: 0,

@@ -59,0 +61,0 @@ startedAt: null,

@@ -45,2 +45,3 @@ export type UqiMappedType = 'String' | 'Number' | 'Boolean' | 'BigInt' | 'Date' | 'JSON';

failedReason: string | null;
percentageComplete: number;
recordsReturned: number;

@@ -47,0 +48,0 @@ startedAt: Date | null;

@@ -10,2 +10,3 @@ import Iterator from './iterator';

failedReason: null,
percentageComplete: 0,
recordsReturned: 0,

@@ -12,0 +13,0 @@ startedAt: null,

2

package.json
{
"name": "@open-truss/open-truss",
"version": "0.24.0",
"version": "0.25.0",
"description": "Framework for building internal tools",

@@ -5,0 +5,0 @@ "directories": {

@@ -23,2 +23,3 @@ import { type UqiStatus } from '../uqi'

failedReason: '',
percentageComplete: 0,
recordsReturned: 0,

@@ -71,2 +72,3 @@ startedAt: null,

failedReason: '',
percentageComplete: 0,
recordsReturned: 0,

@@ -73,0 +75,0 @@ startedAt: null,

@@ -70,2 +70,3 @@ import Iterator from './iterator'

failedReason: string | null
percentageComplete: number
recordsReturned: number

@@ -83,2 +84,3 @@ startedAt: Date | null

failedReason: null,
percentageComplete: 0,
recordsReturned: 0,

@@ -85,0 +87,0 @@ startedAt: null,

Sorry, the diff of this file is not supported yet

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