Socket
Socket
Sign inDemoInstall

@shapediver/sdk.sdtf-v1

Package Overview
Dependencies
14
Maintainers
5
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.1 to 1.3.0

LICENSE

2

dist/SdtfSdk.d.ts

@@ -6,3 +6,3 @@ import { ISdtfParser } from "@shapediver/sdk.sdtf-core";

/** Partial definition of the sdk's config object. */
export declare type ISdtfConfig = Partial<SdtfConfig>;
export type ISdtfConfig = Partial<SdtfConfig>;
/** Returns a new instance of the ShapeDiver sdTf SDK. */

@@ -9,0 +9,0 @@ export declare function create(config?: ISdtfConfig): Promise<SdtfSdk>;

{
"name": "@shapediver/sdk.sdtf-v1",
"version": "1.2.1",
"version": "1.3.0",
"description": "Official sdTF SDK for TypeScript",

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

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

@@ -52,16 +54,16 @@ "bugs": {

"dependencies": {
"@shapediver/sdk.sdtf-core": "^1.2.1",
"@shapediver/sdk.sdtf-primitives": "^1.2.1",
"@shapediver/sdk.sdtf-geometry": "^1.2.1",
"axios": "0.27.2",
"browser-or-node": "2.0.0"
"@shapediver/sdk.sdtf-core": "~1.3.0",
"@shapediver/sdk.sdtf-primitives": "~1.3.0",
"@shapediver/sdk.sdtf-geometry": "~1.3.0",
"axios": "~1.3.4",
"browser-or-node": "2.1.1"
},
"devDependencies": {
"jest": "^29.2.2",
"lerna": "3.22.1",
"typescript": "^4.8.4",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.11.1"
"jest": "~29.5.0",
"lerna": "~6.6.0",
"typescript": "~4.9.5",
"webpack": "~5.76.3",
"webpack-cli": "~4.10.0",
"webpack-dev-server": "~4.13.1"
}
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc