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

@chisel/typescript

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chisel/typescript - npm Package Compare versions

Comparing version 0.0.30 to 0.0.31

2

package.json
{
"name": "@chisel/typescript",
"version": "0.0.30",
"version": "0.0.31",
"description": "Chisel Data Integration Platform TypeScript Essentials.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -26,3 +26,3 @@ # Chisel Data Integration Framework TypeScript Essentials

import {
DatabaseAPI, // Database API for processors (full)
ProcessorAPI,
DatabaseRef,

@@ -56,3 +56,3 @@ TreeRef,

MainFunction,
DatabaseAPI, // Database API for scrapers (limited write-only)
ScraperAPI,
DatabaseRef,

@@ -59,0 +59,0 @@ TreeRef,

@@ -36,3 +36,3 @@ export interface Logger {

get: (key: string) => Promise<string|boolean|number|null|undefined>;
get: (key?: string) => Promise<string|boolean|number|null|undefined>;
set: (key: string, value: string|boolean|number|null|undefined) => Promise<void>;

@@ -39,0 +39,0 @@ delete: () => void;

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