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

@plattar/sdk-core

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@plattar/sdk-core - npm Package Compare versions

Comparing version

to
1.163.3

2

dist/generator/generators/schema.js

@@ -50,3 +50,3 @@ "use strict";

output += `export class ${className} extends CoreObject<${interfaceName}> {\n`;
output += '\tpublic static get type():string {\n';
output += '\tpublic static override get type():string {\n';
output += `\t\treturn '${schemaInstance.apiType}';\n`;

@@ -53,0 +53,0 @@ output += '\t}\n';

@@ -1,2 +0,2 @@

declare const _default: "1.163.2";
declare const _default: "1.163.3";
export default _default;
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = "1.163.2";
exports.default = "1.163.3";
{
"name": "@plattar/sdk-core",
"version": "1.163.2",
"version": "1.163.3",
"description": "Core SDK Module for Generative SDK using API Core",

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