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.1 to 0.1.2

template-ogl-cube-ts/_gitignore

12

dist/index.js

@@ -42,2 +42,8 @@ import fs from 'fs';

customCommand: `npm install ssam@latest ogl@latest vite-plugin-glsl@latest --prefix TARGET_DIR`
},
{
name: "ogl-cube-ts",
display: "Basic Cube Scene TS",
color: green,
customCommand: `npm install ssam@latest ogl@latest vite-plugin-glsl@latest --prefix TARGET_DIR`
}

@@ -56,2 +62,8 @@ ]

customCommand: `npm install three@latest vite-plugin-glsl@latest --prefix TARGET_DIR`
},
{
name: "three-shader-js",
display: "Fullscreen Shader JS",
color: yellow,
customCommand: `npm install three@latest vite-plugin-glsl@latest --prefix TARGET_DIR`
}

@@ -58,0 +70,0 @@ ]

2

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

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

@@ -13,2 +13,8 @@ # create-ssam

To update to the latest package,
```sh
npm create ssam@latest
```
## Templates

@@ -20,3 +26,7 @@

- OGL
- Full Screen Shader TS
- Fullscreen Shader TS
- Basic Cube TS
- Three
- Fullscreen Shader TS
- Fullscreen Shader JS
- more will be added...

@@ -23,0 +33,0 @@

{
"name": "template-vanilla-ts",
"name": "template-ogl-shader-ts",
"private": true,

@@ -4,0 +4,0 @@ "version": "0.0.0",

{
"name": "template-vanilla-ts",
"name": "template-three-shader-ts",
"private": true,

@@ -4,0 +4,0 @@ "version": "0.0.0",

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