You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP

angular-three-gltf

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-three-gltf - npm Package Compare versions

Comparing version

to
2.0.6

{
"name": "angular-three-gltf",
"version": "2.0.5",
"version": "2.0.6",
"description": "GLTF to Angular Three converter",

@@ -5,0 +5,0 @@ "scripts": {

@@ -324,3 +324,3 @@ import THREE from "three";

const firstProps = handleAngularInputs(first);
const regex = /([a-z-A-Z]*)={([a-zA-Z0-9\.\[\]\-\,\ \/]*)}/g;
const regex = /\[([a-z-A-Z]*)\]=\"([a-zA-Z0-9\.\[\]\-\,\ \/]*)\"/g;
const keys1 = [...result.matchAll(regex)].map(([, match]) => match);

@@ -327,0 +327,0 @@ const values1 = [...result.matchAll(regex)].map(([, , match]) => match);