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.32 to 8.0.0-next.33

1

dist/index.d.ts

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

import './types.d.ts';
export declare const VERSION = 8;

@@ -3,0 +2,0 @@ export { default as Canvas } from './Canvas.svelte';

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

import './types.d.ts';
export const VERSION = 8;

@@ -3,0 +2,0 @@ // canvas component

16

dist/types.d.ts
/* eslint-disable @typescript-eslint/no-unused-vars */
declare namespace Threlte {
interface UserProps {
// User can extend with custom props here
declare global {
namespace Threlte {
interface UserProps {
// User can extend with custom props here
}
interface UserCatalogue {
// User can the <T> catalogue here
}
}
interface UserCatalogue {
// User can the <T> catalogue here
}
}
export * from './index'
{
"name": "@threlte/core",
"version": "8.0.0-next.32",
"version": "8.0.0-next.33",
"author": "Grischa Erbe <hello@legrisch.com> (https://legrisch.com)",

@@ -61,7 +61,7 @@ "license": "MIT",

".": {
"types": "./dist/index.d.ts",
"types": "./dist/types.d.ts",
"svelte": "./dist/index.js"
}
},
"types": "./dist/index.d.ts",
"types": "./dist/types.d.ts",
"svelte": "./dist/index.js",

@@ -68,0 +68,0 @@ "files": [

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