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

web-ifc

Package Overview
Dependencies
Maintainers
2
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

web-ifc - npm Package Compare versions

Comparing version 0.0.49 to 0.0.50

2

package.json
{
"name": "web-ifc",
"version": "0.0.49",
"version": "0.0.50",
"description": "ifc loading on the web",

@@ -5,0 +5,0 @@ "module": "./web-ifc-api.js",

@@ -65,15 +65,16 @@ /**

expressID: number;
delete(): void;
}
export interface point {
export interface Point {
x: number;
y: number;
}
export interface curve {
curves: Array<point>;
export interface Curve {
curves: Array<Point>;
}
export interface IfcCrossSection {
curves: Array<curve>;
curves: Array<Curve>;
}
export interface IfcAlignmentSegment {
curves: Array<curve>;
curves: Array<Curve>;
}

@@ -90,4 +91,5 @@ export interface IfcAlignment {

GetIndexDataSize(): number;
delete(): void;
}
export interface ifcType {
export interface IfcType {
typeID: number;

@@ -198,3 +200,3 @@ typeName: string;

*/
GetAllTypesOfModel(modelID: number): ifcType[];
GetAllTypesOfModel(modelID: number): IfcType[];
/**

@@ -201,0 +203,0 @@ * Gets the ifc line data for a given express ID

@@ -65,15 +65,16 @@ /**

expressID: number;
delete(): void;
}
export interface point {
export interface Point {
x: number;
y: number;
}
export interface curve {
curves: Array<point>;
export interface Curve {
curves: Array<Point>;
}
export interface IfcCrossSection {
curves: Array<curve>;
curves: Array<Curve>;
}
export interface IfcAlignmentSegment {
curves: Array<curve>;
curves: Array<Curve>;
}

@@ -90,4 +91,5 @@ export interface IfcAlignment {

GetIndexDataSize(): number;
delete(): void;
}
export interface ifcType {
export interface IfcType {
typeID: number;

@@ -198,3 +200,3 @@ typeName: string;

*/
GetAllTypesOfModel(modelID: number): ifcType[];
GetAllTypesOfModel(modelID: number): IfcType[];
/**

@@ -201,0 +203,0 @@ * Gets the ifc line data for a given express ID

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc