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

create-threlte

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-threlte - npm Package Compare versions

Comparing version 0.0.2-next.3 to 0.0.2-next.4

dist/templates/javascript/vite.config.js

7

CHANGELOG.md
# create-threlte
## 0.0.2-next.4
### Patch Changes
- 4c930d8: TypeScript should exclude the templates
- 09a07a2: Added core dependency, added modified vite config
## 0.0.2-next.3

@@ -4,0 +11,0 @@

4

dist/bin.js

@@ -114,3 +114,5 @@ #!/usr/bin/env node

const threltePackageJson = {
devDependencies: {}
devDependencies: {
'@threlte/core': 'next'
}
};

@@ -117,0 +119,0 @@ if (options.threltePackages.includes('@threlte/extras')) {

{
"name": "create-threlte",
"version": "0.0.2-next.3",
"version": "0.0.2-next.4",
"author": "Grischa Erbe <hello@legrisch.com> (https://legrisch.com)",

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

@@ -141,3 +141,5 @@ #!/usr/bin/env node

const threltePackageJson = {
devDependencies: {}
devDependencies: {
'@threlte/core': 'next'
}
}

@@ -144,0 +146,0 @@

@@ -13,3 +13,3 @@ {

},
"exclude": ["node_modules"]
"exclude": ["node_modules", "src/templates"]
}

Sorry, the diff of this file is not supported yet

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