Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ircam/create

Package Overview
Dependencies
Maintainers
3
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ircam/create - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"name": "@ircam/create",
"version": "1.0.1",
"version": "1.0.2",
"description": "Interactive command line tools for scaffolding simple Web Audio test apps and demos.",

@@ -5,0 +5,0 @@ "authors": [

@@ -6,3 +6,2 @@ const contexts = new Map();

const context = new OfflineAudioContext(1, 1, sampleRate);
console.log(context.sampleRate);
contexts.set(sampleRate, context);

@@ -9,0 +8,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