Huge News!Announcing our $40M Series B led by Abstract Ventures.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.31 to 0.0.32

2

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

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

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

get: (key?: string) => Promise<string|boolean|number|null|undefined>;
get: (key?: string) => Promise<any>;
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