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.7 to 0.0.2-next.8

6

CHANGELOG.md
# create-threlte
## 0.0.2-next.8
### Patch Changes
- 568b8c0: Added three.js dependency
## 0.0.2-next.7

@@ -4,0 +10,0 @@

4

dist/bin.js

@@ -115,5 +115,9 @@ #!/usr/bin/env node

devDependencies: {
three: 'latest',
'@threlte/core': 'next'
}
};
if (options.types === 'typescript') {
threltePackageJson.devDependencies['@types/three'] = 'latest';
}
if (options.threltePackages.includes('@threlte/extras')) {

@@ -120,0 +124,0 @@ threltePackageJson.devDependencies['@threlte/extras'] = 'next';

2

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

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

@@ -142,2 +142,3 @@ #!/usr/bin/env node

devDependencies: {
three: 'latest',
'@threlte/core': 'next'

@@ -147,2 +148,5 @@ }

if (options.types === 'typescript') {
threltePackageJson.devDependencies['@types/three'] = 'latest'
}
if (options.threltePackages.includes('@threlte/extras')) {

@@ -149,0 +153,0 @@ threltePackageJson.devDependencies['@threlte/extras'] = 'next'

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