Socket
Socket
Sign inDemoInstall

@shapediver/sdk.sdtf-core

Package Overview
Dependencies
0
Maintainers
5
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.1 to 1.2.2

LICENSE

2

dist/reader/components/ISdtfBaseReadableComponent.d.ts
import { ISdtfBaseComponent } from "../../structure/components/ISdtfBaseComponent";
/** Wrapper around interface extension of a readable sdTF base component. */
export declare type SdtfReadableBase<T extends ISdtfBaseComponent> = Omit<T, "toJson">;
export type SdtfReadableBase<T extends ISdtfBaseComponent> = Omit<T, "toJson">;
/** Base for readable data object */

@@ -5,0 +5,0 @@ export interface ISdtfBaseReadableComponent {

@@ -122,3 +122,3 @@ export declare enum SdtfPrimitiveTypeHintName {

};
export declare type SdtfTypeHintName = typeof SdtfTypeHintName[keyof typeof SdtfTypeHintName];
export type SdtfTypeHintName = typeof SdtfTypeHintName[keyof typeof SdtfTypeHintName];
//# sourceMappingURL=SdtfShapeDiverTypeHints.d.ts.map
import { ISdtfBaseComponent } from "../../structure/components/ISdtfBaseComponent";
/** Wrapper around interface extension of a writable sdTF base component. */
export declare type SdtfWriteableBase<T extends ISdtfBaseComponent> = Partial<Omit<T, "toJson">> & {
export type SdtfWriteableBase<T extends ISdtfBaseComponent> = Partial<Omit<T, "toJson">> & {
readonly componentId: string;

@@ -5,0 +5,0 @@ };

{
"name": "@shapediver/sdk.sdtf-core",
"version": "1.2.1",
"version": "1.2.2",
"description": "Base implementation for all sdTF TypeScript SDKs",

@@ -26,3 +26,5 @@ "keywords": [

"build": "bash ../../scripts/build.sh",
"build-dep": "bash ../../scripts/build-dep.sh"
"build-dep": "bash ../../scripts/build-dep.sh",
"pre-publish": "bash ../../scripts/pre-publish.sh",
"post-publish": "bash ../../scripts/post-publish.sh"
},

@@ -39,6 +41,6 @@ "bugs": {

"devDependencies": {
"jest": "^29.2.2",
"lerna": "3.22.1",
"typescript": "^4.8.4"
"jest": "~29.4.1",
"lerna": "~6.4.1",
"typescript": "~4.9.5"
}
}

Sorry, the diff of this file is not supported yet

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc