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

create-ssam

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-ssam - npm Package Compare versions

Comparing version 0.1.5 to 0.2.0

template-ogl-cube-ts/vite-plugin-ssam-git.ts

2

package.json
{
"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",

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