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.3.0 to 0.3.1

2

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

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

@@ -69,2 +69,6 @@ import { ssam } from "ssam";

};
wrap.unload = () => {
gl.getExtension("WEBGL_lose_context")?.loseContext();
};
};

@@ -71,0 +75,0 @@

@@ -48,2 +48,6 @@ import { ssam } from "ssam";

};
wrap.unload = () => {
gl.getExtension("WEBGL_lose_context")?.loseContext();
};
};

@@ -50,0 +54,0 @@

@@ -58,2 +58,3 @@ import { ssam } from "ssam";

renderer.dispose();
renderer.forceContextLoss();
};

@@ -60,0 +61,0 @@ };

@@ -59,2 +59,3 @@ import { ssam } from "ssam";

renderer.dispose();
renderer.forceContextLoss();
};

@@ -61,0 +62,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