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

bitbybit-occt

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bitbybit-occt - npm Package Compare versions

Comparing version 0.9.23 to 0.9.24

2

lib/api/inputs/occ-inputs.d.ts

@@ -649,3 +649,3 @@ import { Base } from "./inputs";

class LoftAdvancedDto<T> {
constructor(shapes?: T[], makeSolid?: boolean, closed?: boolean, periodic?: boolean, straight?: boolean, nrPerpendicularSections?: number, useSmoothing?: boolean, maxUDegree?: number, parType?: ApproxParametrizationTypeEnum, tolerance?: number, startVertex?: Base.Point3, endVertex?: Base.Point3);
constructor(shapes?: T[]);
/**

@@ -652,0 +652,0 @@ * Wires through which the loft passes

@@ -391,3 +391,3 @@ // tslint:disable-next-line: no-namespace

class LoftAdvancedDto {
constructor(shapes, makeSolid, closed, periodic, straight, nrPerpendicularSections, useSmoothing, maxUDegree, parType, tolerance, startVertex, endVertex) {
constructor(shapes) {
/**

@@ -430,13 +430,2 @@ * Tries to make a solid when lofting

this.shapes = shapes;
this.makeSolid = makeSolid;
this.closed = closed;
this.periodic = periodic;
this.straight = straight;
this.nrPeriodicSections = nrPerpendicularSections;
this.useSmoothing = useSmoothing;
this.maxUDegree = maxUDegree;
this.parType = parType;
this.tolerance = tolerance;
this.startVertex = startVertex;
this.endVertex = endVertex;
}

@@ -443,0 +432,0 @@ }

{
"name": "bitbybit-occt",
"version": "0.9.23",
"version": "0.9.24",
"description": "Bit By Bit Developers CAD algorithms using OpenCascade Technology kernel. Run in Node and in Browser.",

@@ -67,4 +67,2 @@ "main": "index.js",

"transformIgnorePatterns": [
"node_modules/(?!bitbybit-occt)",
"bitbybit-occt"
],

@@ -71,0 +69,0 @@ "collectCoverageFrom": [

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