New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

web-ifc

Package Overview
Dependencies
Maintainers
2
Versions
66
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.57 to 0.0.58

8

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

@@ -65,3 +65,3 @@ "module": "./web-ifc-api.js",

"@types/jest": "^27.5.2",
"@types/three": "^0.167.0",
"@types/three": "^0.168.0",
"adm-zip": "^0.5.10",

@@ -73,5 +73,5 @@ "cpy-cli": "^5.0.0",

"make-dir-cli": "^4.0.0",
"monaco-editor": "^0.50.0",
"monaco-editor": "^0.51.0",
"rimraf": "^6.0.0",
"three": "^0.167.0",
"three": "^0.168.0",
"ts-jest": "^27.0.7",

@@ -78,0 +78,0 @@ "ts-node": "^10.9.1",

@@ -418,2 +418,14 @@ /**

SetLogLevel(level: LogLevel): void;
/**
* Encodes test using IFC Encoding
* @text the text to encode
* @returns the text encoded
*/
EncodeText(text: string): any;
/**
* Decodes test using IFC Encoding
* @text the text to decode
* @returns the text decoded
*/
DecodeText(text: string): any;
}

@@ -418,2 +418,14 @@ /**

SetLogLevel(level: LogLevel): void;
/**
* Encodes test using IFC Encoding
* @text the text to encode
* @returns the text encoded
*/
EncodeText(text: string): any;
/**
* Decodes test using IFC Encoding
* @text the text to decode
* @returns the text decoded
*/
DecodeText(text: string): any;
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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