Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bitbybit-occt-worker

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bitbybit-occt-worker - npm Package Compare versions

Comparing version 0.9.22 to 0.9.23

21

index.d.ts
export * from './lib/api/bitbybit-occt';
export * from './lib/api/occt/occt';
export * from './lib/api/occt/io';
export * from './lib/api/occt/booleans';
export * from './lib/api/occt/fillets';
export * from './lib/api/occt/operations';
export * from './lib/api/occt/transforms';
export * from './lib/api/occt/shapes/compound';
export * from './lib/api/occt/shapes/edge';
export * from './lib/api/occt/shapes/face';
export * from './lib/api/occt/shapes/shapes';
export * from './lib/api/occt/shapes/shell';
export * from './lib/api/occt/shapes/solid';
export * from './lib/api/occt/shapes/wire';
export * from './lib/api/occt/geom/curves';
export * from './lib/api/occt/geom/geom';
export * from './lib/api/occt/geom/surfaces';
export * from './lib/api/occt/assembly/assembly';
export * from './lib/occ-worker/occ-info';
export * from './lib/occ-worker/occ-state.enum';
export * from './lib/occ-worker/occ-worker-manager';
export * from './lib/occ-worker/occ-worker';

@@ -5,1 +5,22 @@ /*

export * from './lib/api/bitbybit-occt';
export * from './lib/api/occt/occt';
export * from './lib/api/occt/io';
export * from './lib/api/occt/booleans';
export * from './lib/api/occt/fillets';
export * from './lib/api/occt/operations';
export * from './lib/api/occt/transforms';
export * from './lib/api/occt/shapes/compound';
export * from './lib/api/occt/shapes/edge';
export * from './lib/api/occt/shapes/face';
export * from './lib/api/occt/shapes/shapes';
export * from './lib/api/occt/shapes/shell';
export * from './lib/api/occt/shapes/solid';
export * from './lib/api/occt/shapes/wire';
export * from './lib/api/occt/geom/curves';
export * from './lib/api/occt/geom/geom';
export * from './lib/api/occt/geom/surfaces';
export * from './lib/api/occt/assembly/assembly';
export * from './lib/occ-worker/occ-info';
export * from './lib/occ-worker/occ-state.enum';
export * from './lib/occ-worker/occ-worker-manager';
export * from './lib/occ-worker/occ-worker';

2

lib/api/occt/io.d.ts
import * as Inputs from 'bitbybit-occt/lib/api/inputs/inputs';
import { OCCTWorkerManager } from '../../occ-worker/occ-worker-manager';
export declare class OCCTIO {
private readonly occWorkerManager;
readonly occWorkerManager: OCCTWorkerManager;
constructor(occWorkerManager: OCCTWorkerManager);

@@ -6,0 +6,0 @@ /**

@@ -15,3 +15,3 @@ import { OCCTWorkerManager } from '../../occ-worker/occ-worker-manager';

export declare class OCCT {
private readonly occWorkerManager;
readonly occWorkerManager: OCCTWorkerManager;
readonly shapes: OCCTShapes;

@@ -24,5 +24,5 @@ readonly geom: OCCTGeom;

readonly booleans: OCCTBooleans;
readonly io: OCCTIO;
io: OCCTIO;
constructor(occWorkerManager: OCCTWorkerManager);
shapeToMesh(inputs: Inputs.OCCT.ShapeToMeshDto<Inputs.OCCT.TopoDSShapePointer>): Promise<Inputs.OCCT.DecomposedMeshDto>;
}
{
"name": "bitbybit-occt-worker",
"version": "0.9.22",
"version": "0.9.23",
"description": "Bit By Bit Developers CAD algorithms using OpenCascade Technology kernel adapted for WebWorker",

@@ -33,3 +33,3 @@ "main": "index.js",

"dependencies": {
"bitbybit-occt": "0.9.22"
"bitbybit-occt": "0.9.23"
},

@@ -36,0 +36,0 @@ "devDependencies": {

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