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

@threlte/core

Package Overview
Dependencies
Maintainers
0
Versions
114
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@threlte/core - npm Package Compare versions

Comparing version 8.0.0-next.41 to 8.0.0

1

dist/context/compounds/useThrelte.js

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

import { Scene } from 'three';
import { useCamera } from '../fragments/camera';

@@ -2,0 +3,0 @@ import { useDOM } from '../fragments/dom';

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

import {} from 'three';
import { createCacheContext } from './fragments/cache';

@@ -2,0 +3,0 @@ import { createCameraContext } from './fragments/camera';

6

dist/frame-scheduling/DAG.js

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

import mitt from 'mitt';
import mitt, {} from 'mitt';
export class DAG {

@@ -81,3 +81,3 @@ allVertices = {};

this.allVertices[afterKey] = {
value: undefined,
value: undefined, // uninitialized
previous: new Set(),

@@ -109,3 +109,3 @@ next: new Set([key])

this.allVertices[beforeKey] = {
value: undefined,
value: undefined, // uninitialized
previous: new Set([key]),

@@ -112,0 +112,0 @@ next: new Set()

@@ -15,2 +15,4 @@ export const VERSION = 8;

export { useLoader } from './hooks/useLoader';
// contexts
export {} from './context/compounds/useThrelte';
export { createThrelteContext } from './context/createThrelteContext.svelte';

@@ -17,0 +19,0 @@ export { createCacheContext, useCache } from './context/fragments/cache';

{
"name": "@threlte/core",
"version": "8.0.0-next.41",
"version": "8.0.0",
"author": "Grischa Erbe <hello@legrisch.com> (https://legrisch.com)",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -38,10 +38,4 @@ <div align="right">

For a quick interactive setup of a fresh Threlte project, run:
Check out the [installation instructions](https://threlte.xyz/docs/learn/getting-started/installation).
```sh
npm create threlte my-project
```
Alternatively you can check out the full [installation instructions](https://threlte.xyz/docs/learn/getting-started/installation).
### Tutorial

@@ -48,0 +42,0 @@

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