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

@wework/floormap-utils

Package Overview
Dependencies
Maintainers
31
Versions
131
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wework/floormap-utils - npm Package Compare versions

Comparing version 2.5.1-rc.5 to 2.6.2-rc.0

4

CHANGELOG.md

@@ -6,2 +6,6 @@ # Change Log

## [2.6.1](https://github.com/WeConnect/floormap-monorepo/compare/v2.6.0...v2.6.1) (2020-12-10)
**Note:** Version bump only for package @wework/floormap-utils
# 2.1.0 (2020-09-03)

@@ -8,0 +12,0 @@

2

dist/instancing.d.ts

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

export declare const applyInstancing: (renderObjects: any[], glRenderer: any) => void;
export declare const applyInstancing: (renderObjects: Array<any>, glRenderer: any) => void;

@@ -9,3 +9,3 @@ declare type Point = {

*/
export declare const getCenter: (points: Point[]) => {
export declare const getCenter: (points: Array<Point>) => {
x: number;

@@ -17,3 +17,3 @@ y: number;

*/
export declare const getSize: (points: Point[]) => {
export declare const getSize: (points: Array<Point>) => {
width: number;

@@ -20,0 +20,0 @@ height: number;

{
"name": "@wework/floormap-utils",
"version": "2.5.1-rc.5+f24f590",
"version": "2.6.2-rc.0+c8b561c",
"main": "dist/index.js",

@@ -27,3 +27,3 @@ "module": "dist/floormap-utils.esm.js",

},
"gitHead": "f24f5908c37f9e65f2637d539c1689ccbae6bd06"
"gitHead": "c8b561c53d1fa4abd70875d5299877e816f7da59"
}
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