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.2.14 to 0.3.0

62

dist/index.js

@@ -29,3 +29,3 @@ import fs from 'fs';

`npm install ssam@latest --prefix TARGET_DIR`,
`npm install -D @types/node ${ssamPluginPkgs} --prefix TARGET_DIR`
`npm install -D ${ssamPluginPkgs} --prefix TARGET_DIR`
]

@@ -49,12 +49,12 @@ },

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`,
// ],
// },
{
name: "ogl-shader-ts",
display: "Fullscreen Shader TS",
color: blue,
customCommands: [
`npm install ssam@latest ${oglPkg} --prefix TARGET_DIR`,
`npm install -D @types/node @types/ogl@npm:ogl-types ${viteGlslPkg} ${ssamPluginPkgs} --prefix TARGET_DIR`
]
},
{
name: "ogl-shader-lygia-ts",

@@ -66,3 +66,3 @@ display: "Fullscreen Shader TS with Lygia",

`npm install ssam@latest ${oglPkg} --prefix TARGET_DIR`,
`npm install -D @types/node @types/ogl@npm:ogl-types ${viteGlslPkg} ${ssamPluginPkgs} --prefix TARGET_DIR`
`npm install -D @types/ogl@npm:ogl-types ${viteGlslPkg} ${ssamPluginPkgs} --prefix TARGET_DIR`
]

@@ -76,3 +76,3 @@ },

`npm install ssam@latest ${oglPkg} --prefix TARGET_DIR`,
`npm install -D @types/node @types/ogl@npm:ogl-types ${viteGlslPkg} ${ssamPluginPkgs} --prefix TARGET_DIR`
`npm install -D @types/ogl@npm:ogl-types ${viteGlslPkg} ${ssamPluginPkgs} --prefix TARGET_DIR`
]

@@ -87,12 +87,12 @@ }

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-shader-ts",
display: "Fullscreen Shader TS",
color: blue,
customCommands: [
`npm install ssam@latest ${threePkg} --prefix TARGET_DIR`,
`npm install -D @types/node @types/three ${viteGlslPkg} ${ssamPluginPkgs} --prefix TARGET_DIR`
]
},
{
name: "three-shader-lygia-ts",

@@ -104,15 +104,15 @@ display: "Fullscreen Shader TS with Lygia",

`npm install ssam@latest ${threePkg} --prefix TARGET_DIR`,
`npm install -D @types/node @types/three ${viteGlslPkg} ${ssamPluginPkgs} --prefix TARGET_DIR`
`npm install -D @types/three ${viteGlslPkg} ${ssamPluginPkgs} --prefix TARGET_DIR`
]
},
// {
// 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`,
// ],
// },
{
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`
]
},
{
name: "three-shader-lygia-js",

@@ -119,0 +119,0 @@ display: "Fullscreen Shader JS with Lygia",

{
"name": "create-ssam",
"version": "0.2.14",
"version": "0.3.0",
"description": "Quickstart a creative coding sketch with ssam",

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

@@ -21,9 +21,6 @@ # create-ssam

- OGL
- Fullscreen Shader TS
- Fullscreen Shader TS with Lygia
- Basic Cube TS
- Three
- Fullscreen Shader TS
- Fullscreen Shader TS with Lygia
- Fullscreen Shader JS
- Fullscreen Shader JS with Lygia

@@ -30,0 +27,0 @@ - more will be added...

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