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

advent-of-code-wasm

Package Overview
Dependencies
Maintainers
1
Versions
482
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

advent-of-code-wasm - npm Package Compare versions

Comparing version 2022.0.64 to 2022.0.65

3

advent_of_code_wasm.js

@@ -70,2 +70,3 @@ let imports = {};

offset += ret.written;
ptr = realloc(ptr, len, offset, 1) >>> 0;
}

@@ -191,3 +192,3 @@

module.exports.__wbg_new_a64e3f2afc2cf2f8 = function(arg0, arg1) {
module.exports.__wbg_new_73a5987615ec8862 = function(arg0, arg1) {
const ret = new Error(getStringFromWasm0(arg0, arg1));

@@ -194,0 +195,0 @@ return addHeapObject(ret);

@@ -10,3 +10,3 @@ {

"description": "Solutions to Advent of Code written in Rust",
"version": "2022.0.64",
"version": "2022.0.65",
"license": "MIT",

@@ -13,0 +13,0 @@ "repository": {

Sorry, the diff of this file is not supported yet

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