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

tiva

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tiva - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

1

bld/library/tiva.d.ts

@@ -14,2 +14,3 @@ /// <reference types="node" />

diagnose(type: GeneralValidatorTypeOptions, value: unknown): Promise<string[] | undefined>;
dispose(): Promise<number>;
private nextRequest;

@@ -16,0 +17,0 @@ private handleNextRequest;

@@ -53,2 +53,5 @@ "use strict";

}
async dispose() {
return this.worker.terminate();
}
nextRequest() {

@@ -55,0 +58,0 @@ return new Promise((resolve, reject) => {

2

package.json
{
"name": "tiva",
"version": "0.2.0",
"version": "0.2.1",
"description": "Expensive plain object type validator leverages TypeScript language service.",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -83,2 +83,6 @@ import {EventEmitter} from 'events';

async dispose(): Promise<number> {
return this.worker.terminate();
}
private nextRequest<T>(): Promise<T> {

@@ -85,0 +89,0 @@ return new Promise((resolve, reject) => {

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