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
55
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.4.3 to 0.5.0

templates/ogl-cube-ts/_gitignore

39

dist/index.js

@@ -50,11 +50,2 @@ import fs from 'fs';

options: [
// {
// name: "ogl-shader-ts",
// display: "Fullscreen Shader TS",
// color: blue,
// customCommands: [
// `npm install ssam@latest ${oglPkg} --prefix TARGET_DIR`,
// `npm install -D @types/ogl@npm:ogl-types ${viteGlslPkg} ${ssamPluginPkgs} --prefix TARGET_DIR`,
// ],
// },
{

@@ -86,12 +77,13 @@ name: "ogl-shader-lygia-ts",

options: [
// {
// name: "three-shader-ts",
// display: "Fullscreen Shader TS",
// color: blue,
// customCommands: [
// `npm install ssam@latest ${threePkg} --prefix TARGET_DIR`,
// `npm install -D @types/three ${viteGlslPkg} ${ssamPluginPkgs} --prefix TARGET_DIR`,
// ],
// },
{
name: "three-cube-ts",
display: "Basic Cube Scene TS with Lygia",
color: green,
customCommands: [
`git clone --no-tags --depth 1 --single-branch --branch=main https://github.com/patriciogonzalezvivo/lygia.git`,
`npm install ssam@latest ${threePkg} --prefix TARGET_DIR`,
`npm install -D ${commonTSPkgs} @types/three ${viteGlslPkg} ${ssamPluginPkgs} --prefix TARGET_DIR`
]
},
{
name: "three-shader-lygia-ts",

@@ -106,11 +98,2 @@ display: "Fullscreen Shader TS with Lygia",

},
// {
// name: "three-shader-js",
// display: "Fullscreen Shader JS",
// color: yellow,
// customCommands: [
// `npm install ssam@latest ${threePkg} --prefix TARGET_DIR`,
// `npm install -D ${viteGlslPkg} ${ssamPluginPkgs} --prefix TARGET_DIR`,
// ],
// },
{

@@ -242,3 +225,3 @@ name: "three-shader-lygia-js",

`templates`,
`template-${option}`
`${option}`
);

@@ -245,0 +228,0 @@ const write = (file, content) => {

{
"name": "create-ssam",
"version": "0.4.3",
"version": "0.5.0",
"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