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.2.2 to 0.2.3

15

dist/index.js

@@ -52,7 +52,6 @@ import fs from 'fs';

name: "ogl-shader-lygia-ts",
display: "Fullscreen Shader TS (Lygia + git)",
display: "Fullscreen Shader TS with Lygia",
color: blue,
customCommands: [
`git init`,
`git submodule add https://github.com/patriciogonzalezvivo/lygia.git`,
`git clone --no-tags --depth 1 --single-branch --branch=main https://github.com/patriciogonzalezvivo/lygia.git --recurse-submodules`,
`npm install ssam@latest ogl@latest --prefix TARGET_DIR`,

@@ -89,7 +88,6 @@ `npm install -D @types/node @types/ogl@npm:ogl-types vite-plugin-glsl@latest --prefix TARGET_DIR`

name: "three-shader-lygia-ts",
display: "Fullscreen Shader TS (Lygia + git)",
display: "Fullscreen Shader TS with Lygia",
color: blue,
customCommands: [
`git init`,
`git submodule add https://github.com/patriciogonzalezvivo/lygia.git`,
`git clone --no-tags --depth 1 --single-branch --branch=main https://github.com/patriciogonzalezvivo/lygia.git --recurse-submodules`,
`npm install ssam@latest three@latest --prefix TARGET_DIR`,

@@ -110,7 +108,6 @@ `npm install -D @types/node @types/three vite-plugin-glsl@latest --prefix TARGET_DIR`

name: "three-shader-lygia-js",
display: "Fullscreen Shader JS (Lygia + git)",
display: "Fullscreen Shader JS with Lygia",
color: yellow,
customCommands: [
`git init`,
`git submodule add https://github.com/patriciogonzalezvivo/lygia.git`,
`git clone --no-tags --depth 1 --single-branch --branch=main https://github.com/patriciogonzalezvivo/lygia.git --recurse-submodules`,
`npm install ssam@latest three@latest --prefix TARGET_DIR`,

@@ -117,0 +114,0 @@ `npm install -D vite-plugin-glsl@latest --prefix TARGET_DIR`

2

package.json
{
"name": "create-ssam",
"version": "0.2.2",
"version": "0.2.3",
"description": "Quickstart a creative coding sketch with ssam",

@@ -5,0 +5,0 @@ "type": "module",

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