create-ssam
Advanced tools
Comparing version 0.1.5 to 0.2.0
{ | ||
"name": "create-ssam", | ||
"version": "0.1.5", | ||
"version": "0.2.0", | ||
"description": "Quickstart a creative coding sketch with ssam", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -13,3 +13,5 @@ { | ||
"devDependencies": { | ||
"@types/node": "^18.11.18", | ||
"@types/ogl": "npm:ogl-types@^0.0.102", | ||
"kleur": "^4.1.5", | ||
"typescript": "^4.9.4", | ||
@@ -16,0 +18,0 @@ "vite": "^4.0.4", |
import { defineConfig } from "vite"; | ||
import glsl from "vite-plugin-glsl"; | ||
import { gitSnapshot } from "./vite-plugin-ssam-git"; | ||
export default defineConfig({ | ||
plugins: [glsl(), gitSnapshot()], | ||
build: { | ||
@@ -12,3 +14,2 @@ outDir: "./dist", | ||
}, | ||
plugins: [glsl()], | ||
}); |
@@ -13,3 +13,5 @@ { | ||
"devDependencies": { | ||
"@types/node": "^18.11.18", | ||
"@types/ogl": "npm:ogl-types@^0.0.102", | ||
"kleur": "^4.1.5", | ||
"typescript": "^4.9.4", | ||
@@ -16,0 +18,0 @@ "vite": "^4.0.4", |
import { defineConfig } from "vite"; | ||
import glsl from "vite-plugin-glsl"; | ||
import { gitSnapshot } from "./vite-plugin-ssam-git"; | ||
export default defineConfig({ | ||
plugins: [glsl(), gitSnapshot()], | ||
build: { | ||
@@ -12,3 +14,2 @@ outDir: "./dist", | ||
}, | ||
plugins: [glsl()], | ||
}); |
@@ -13,2 +13,3 @@ { | ||
"devDependencies": { | ||
"kleur": "^4.1.5", | ||
"vite": "^4.0.4" | ||
@@ -15,0 +16,0 @@ }, |
import { defineConfig } from "vite"; | ||
import glsl from "vite-plugin-glsl"; | ||
import { gitSnapshot } from "./vite-plugin-ssam-git"; | ||
export default defineConfig({ | ||
plugins: [glsl(), gitSnapshot()], | ||
build: { | ||
@@ -12,3 +14,2 @@ outDir: "./dist", | ||
}, | ||
plugins: [glsl()], | ||
}); |
@@ -13,3 +13,5 @@ { | ||
"devDependencies": { | ||
"@types/node": "^18.11.18", | ||
"@types/three": "^0.149.0", | ||
"kleur": "^4.1.5", | ||
"typescript": "^4.9.5", | ||
@@ -16,0 +18,0 @@ "vite": "^4.0.4" |
import { defineConfig } from "vite"; | ||
import glsl from "vite-plugin-glsl"; | ||
import { gitSnapshot } from "./vite-plugin-ssam-git"; | ||
export default defineConfig({ | ||
plugins: [glsl(), gitSnapshot()], | ||
build: { | ||
@@ -12,3 +14,2 @@ outDir: "./dist", | ||
}, | ||
plugins: [glsl()], | ||
}); |
@@ -13,2 +13,4 @@ { | ||
"devDependencies": { | ||
"@types/node": "^18.11.18", | ||
"kleur": "^4.1.5", | ||
"typescript": "^4.9.4", | ||
@@ -15,0 +17,0 @@ "vite": "^4.0.4" |
import { defineConfig } from "vite"; | ||
import { gitSnapshot } from "./vite-plugin-ssam-git"; | ||
export default defineConfig({ | ||
plugins: [gitSnapshot()], | ||
build: { | ||
@@ -5,0 +7,0 @@ outDir: "./dist", |
@@ -13,2 +13,3 @@ { | ||
"devDependencies": { | ||
"kleur": "^4.1.5", | ||
"vite": "^4.0.4" | ||
@@ -15,0 +16,0 @@ }, |
import { defineConfig } from "vite"; | ||
import { gitSnapshot } from "./vite-plugin-ssam-git"; | ||
export default defineConfig({ | ||
plugins: [gitSnapshot()], | ||
build: { | ||
@@ -5,0 +7,0 @@ outDir: "./dist", |
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
76897
61
1076
2