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

@jitsu/functions-lib

Package Overview
Dependencies
Maintainers
3
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jitsu/functions-lib - npm Package Compare versions

Comparing version 1.3.2 to 1.7.1

9

dist/lib/functions.d.ts
export declare const DropRetryErrorName = "Drop & RetryError";
export declare const RetryErrorName = "RetryError";
export declare class RetryError extends Error {
constructor(
message?: any,
options?: {
drop: boolean;
}
);
constructor(message?: any, options?: {
drop: boolean;
});
}
{
"name": "@jitsu/functions-lib",
"version": "1.3.2",
"version": "1.7.1",
"main": "dist/index.cjs.js",

@@ -5,0 +5,0 @@ "module": "dist/index.es.js",

{
"compilerOptions": {
"lib": ["es2015", "dom", "es2017"],
"lib": ["dom", "esnext"],
"rootDir": "./src",

@@ -9,3 +9,4 @@ "outDir": "./dist",

"noEmit": true,
"target": "esnext"
"target": "esnext",
"skipLibCheck": true
},

@@ -12,0 +13,0 @@ "exclude": [

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