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.11.6 to 0.11.7

2

lib/api/occt/assembly/assembly.js

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

// import * as Inputs from 'bitbybit-occt/lib/api/inputs/inputs';
// import { Inputs } from 'bitbybit-occt';
// import { OCCTWorkerManager } from '../../../occ-worker/occ-worker-manager';

@@ -3,0 +3,0 @@ // export class OCCTAssembly {

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

import * as Inputs from 'bitbybit-occt/lib/api/inputs/inputs';
import { Inputs } from 'bitbybit-occt';
import { OCCTWorkerManager } from '../../occ-worker/occ-worker-manager';

@@ -3,0 +3,0 @@ export declare class OCCTBooleans {

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

import * as Inputs from 'bitbybit-occt/lib/api/inputs/inputs';
import { Inputs } from 'bitbybit-occt';
import { OCCTWorkerManager } from '../../occ-worker/occ-worker-manager';

@@ -3,0 +3,0 @@ export declare class OCCTFillets {

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

import * as Inputs from 'bitbybit-occt/lib/api/inputs/inputs';
import { Inputs } from 'bitbybit-occt';
import { OCCTWorkerManager } from '../../../occ-worker/occ-worker-manager';

@@ -3,0 +3,0 @@ export declare class OCCTCurves {

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

import * as Inputs from 'bitbybit-occt/lib/api/inputs/inputs';
import { Inputs } from 'bitbybit-occt';
import { OCCTWorkerManager } from '../../../occ-worker/occ-worker-manager';

@@ -3,0 +3,0 @@ export declare class OCCTSurfaces {

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

import * as Inputs from 'bitbybit-occt/lib/api/inputs/inputs';
import { Inputs } from 'bitbybit-occt';
import { OCCTWorkerManager } from '../../occ-worker/occ-worker-manager';

@@ -3,0 +3,0 @@ export declare class OCCTIO {

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

import { OCCTFillets } from './fillets';
import * as Inputs from 'bitbybit-occt/lib/api/inputs/inputs';
import { Inputs } from 'bitbybit-occt';
/**

@@ -12,0 +12,0 @@ * Contains various methods for OpenCascade implementation

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

import * as Inputs from 'bitbybit-occt/lib/api/inputs/inputs';
import { Inputs } from 'bitbybit-occt';
import { OCCTWorkerManager } from '../../occ-worker/occ-worker-manager';

@@ -3,0 +3,0 @@ export declare class OCCTOperations {

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

import * as Inputs from 'bitbybit-occt/lib/api/inputs/inputs';
import { Inputs } from 'bitbybit-occt';
import { OCCTWorkerManager } from '../../../occ-worker/occ-worker-manager';

@@ -3,0 +3,0 @@ export declare class OCCTCompound {

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

import * as Inputs from 'bitbybit-occt/lib/api/inputs/inputs';
import { Inputs } from 'bitbybit-occt';
import { OCCTWorkerManager } from '../../../occ-worker/occ-worker-manager';

@@ -3,0 +3,0 @@ export declare class OCCTEdge {

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

import * as Inputs from 'bitbybit-occt/lib/api/inputs/inputs';
import { Inputs } from 'bitbybit-occt';
import { OCCTWorkerManager } from '../../../occ-worker/occ-worker-manager';

@@ -3,0 +3,0 @@ export declare class OCCTFace {

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

import * as Inputs from 'bitbybit-occt/lib/api/inputs/inputs';
import { Inputs } from 'bitbybit-occt';
import { OCCTWorkerManager } from '../../../occ-worker/occ-worker-manager';

@@ -3,0 +3,0 @@ export declare class OCCTShell {

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

import * as Inputs from 'bitbybit-occt/lib/api/inputs/inputs';
import { Inputs } from 'bitbybit-occt';
import { OCCTWorkerManager } from '../../../occ-worker/occ-worker-manager';

@@ -3,0 +3,0 @@ export declare class OCCTSolid {

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

import * as Inputs from 'bitbybit-occt/lib/api/inputs/inputs';
import { Inputs } from 'bitbybit-occt';
import { OCCTWorkerManager } from '../../../occ-worker/occ-worker-manager';

@@ -3,0 +3,0 @@ export declare class OCCTWire {

import { OCCTWorkerManager } from '../../occ-worker/occ-worker-manager';
import * as Inputs from 'bitbybit-occt/lib/api/inputs/occ-inputs';
import { Inputs } from 'bitbybit-occt';
export declare class OCCTTransforms {

@@ -4,0 +4,0 @@ private readonly occWorkerManager;

export declare enum OccStateEnum {
loading = 0,
loaded = 1,
initialised = 2,
computing = 3
loading = "loading",
loaded = "loaded",
initialised = "initialised",
computing = "computing"
}
export var OccStateEnum;
(function (OccStateEnum) {
OccStateEnum[OccStateEnum["loading"] = 0] = "loading";
OccStateEnum[OccStateEnum["loaded"] = 1] = "loaded";
OccStateEnum[OccStateEnum["initialised"] = 2] = "initialised";
OccStateEnum[OccStateEnum["computing"] = 3] = "computing";
OccStateEnum["loading"] = "loading";
OccStateEnum["loaded"] = "loaded";
OccStateEnum["initialised"] = "initialised";
OccStateEnum["computing"] = "computing";
})(OccStateEnum || (OccStateEnum = {}));

@@ -1,6 +0,3 @@

import { ShapesHelperService } from 'bitbybit-occt/lib/api/shapes-helper.service';
import { VectorHelperService } from 'bitbybit-occt/lib/api/vector-helper.service';
import { ShapesHelperService, VectorHelperService, OccHelper, OCCTService } from 'bitbybit-occt';
import { CacheHelper } from './cache-helper';
import { OccHelper } from 'bitbybit-occt/lib/occ-helper';
import { OCCTService } from 'bitbybit-occt/lib/occ-service';
let openCascade;

@@ -7,0 +4,0 @@ let cacheHelper;

{
"name": "bitbybit-occt-worker",
"version": "0.11.6",
"version": "0.11.7",
"description": "Bit By Bit Developers CAD algorithms using OpenCascade Technology kernel adapted for WebWorker",

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

"dependencies": {
"bitbybit-occt": "0.11.6",
"bitbybit-occt": "0.11.7",
"rxjs": "7.5.5"

@@ -61,0 +61,0 @@ },

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