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

@01/as-virtual-code

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@01/as-virtual-code - npm Package Compare versions

Comparing version 0.0.1-alpha2 to 0.0.1-alpha3

2

assembly/virtual-code/functions/date-built-ins.ts

@@ -117,3 +117,3 @@ import { Date as WASI_Date } from "as-wasi";

if (operands.length == 0) {
return new Date(Date.now());
return new Date(<i64>WASI_Date.now());
}

@@ -120,0 +120,0 @@ if (operands[0].isString) {

{
"name": "@01/as-virtual-code",
"description": "JSON Based Virtual Code Evaluator written in AssemblyScript",
"version": "0.0.1-alpha2",
"version": "0.0.1-alpha3",
"types": "assembly/index.ts",

@@ -6,0 +6,0 @@ "private": false,

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