New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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-alpha6 to 0.0.1-alpha7

6

assembly/virtual-code/index.ts

@@ -127,3 +127,3 @@ import { JSON } from "assemblyscript-json";

fromJSON(data: JSON.Obj): EvaluationPayload {
static fromJSON(data: JSON.Obj): EvaluationPayload {
if (data.isObj) {

@@ -147,4 +147,4 @@ const code: JSON.Obj | null = data.get("code") as JSON.Obj;

fromString(data: string): EvaluationPayload {
return this.fromJSON(<JSON.Obj>JSON.parse(data));
static fromString(data: string): EvaluationPayload {
return EvaluationPayload.fromJSON(<JSON.Obj>JSON.parse(data));
}

@@ -151,0 +151,0 @@ }

{
"name": "@01/as-virtual-code",
"description": "JSON Based Virtual Code Evaluator written in AssemblyScript",
"version": "0.0.1-alpha6",
"version": "0.0.1-alpha7",
"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