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

@n8n/api-types

Package Overview
Dependencies
Maintainers
0
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@n8n/api-types - npm Package Compare versions

Comparing version 0.2.0 to 0.3.0

dist/dto/index.d.ts

1

dist/frontend-settings.d.ts

@@ -106,3 +106,2 @@ import type { ExpressionEvaluatorType, LogLevel, WorkflowSettings } from 'n8n-workflow';

};
isNpmAvailable: boolean;
allowedModules: {

@@ -109,0 +108,0 @@ builtIn?: string[];

export type * from './datetime';
export * from './dto';
export type * from './push';

@@ -3,0 +4,0 @@ export type * from './scaling';

"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("./dto"), exports);
//# sourceMappingURL=index.js.map
{
"name": "@n8n/api-types",
"version": "0.2.0",
"version": "0.3.0",
"main": "dist/index.js",

@@ -13,4 +13,9 @@ "module": "src/index.ts",

"devDependencies": {
"n8n-workflow": "1.59.0"
"n8n-workflow": "1.60.0"
},
"dependencies": {
"xss": "1.0.15",
"zod": "3.23.8",
"zod-class": "0.0.15"
},
"license": "SEE LICENSE IN LICENSE.md",

@@ -36,4 +41,5 @@ "homepage": "https://n8n.io",

"watch": "tsc -p tsconfig.build.json --watch",
"test": "echo \"No tests yet\" && exit 0"
"test": "jest",
"test:dev": "jest --watch"
}
}

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