New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@daxur-studios/engine

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@daxur-studios/engine

Add this to your tsconfig.json, this is needed to fix injection errors

latest
npmnpm
Version
0.2.0
Version published
Maintainers
1
Created
Source

Add this to your tsconfig.json, this is needed to fix injection errors

"paths": {
    "@angular/*": ["./node_modules/@angular/*"],
    "@daxur-studios/engine": ["./node_modules/@daxur-studios/engine"]
},

Add this to your global styles.scss

@import url("../node_modules/@daxur-studios/engine/assets/daxur-engine.css");

Update assets in angular.json

"assets": [
    "src/assets",
    {
    "glob": "**/*",
    "input": "./node_modules/@daxur-studios/engine/assets",
    "output": "/assets/daxur-engine"
    }
],

Install Peer Dependencies

    "rxjs": "?",
    "three": "?",
    "dexie": "?"

Install Types (IMPORTANT)

"@types/three"

FAQs

Package last updated on 19 Nov 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts