New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@hypermode/functions-as

Package Overview
Dependencies
Maintainers
0
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hypermode/functions-as - npm Package Compare versions

Comparing version 0.10.4 to 0.10.5

tools/assemblyscript-eslint.js

26

package.json
{
"name": "@hypermode/functions-as",
"version": "0.10.4",
"version": "0.10.5",
"description": "Hypermode library for AssemblyScript functions",

@@ -13,24 +13,24 @@ "author": "Hypermode, Inc.",

"prepare": "npm run build:transform",
"lint": "eslint .",
"pretty": "prettier --write .",
"pretty:check": "prettier --check .",
"lint": "eslint --ext .ts .",
"lint:fix": "eslint --ext .ts --fix ."
"pretty:check": "prettier --check ."
},
"dependencies": {
"@assemblyscript/wasi-shim": "^0.1.0",
"@hypermode/models-as": "^0.2.1",
"json-as": "^0.9.17",
"@hypermode/models-as": "^0.2.2",
"json-as": "^0.9.20",
"xid-ts": "^1.1.0"
},
"devDependencies": {
"@types/node": "^20.14.12",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.0",
"@eslint/js": "^9.8.0",
"@types/eslint__js": "^8.42.3",
"@types/node": "^20.14.13",
"as-test": "^0.3.1",
"assemblyscript": "^0.27.29",
"assemblyscript-prettier": "^3.0.1",
"eslint": "^8.57.0",
"eslint": "^9.8.0",
"prettier": "^3.3.3",
"semver": "^7.6.3",
"typescript": "^5.5.4",
"typescript-eslint": "^8.0.0",
"visitor-as": "^0.11.4"

@@ -42,3 +42,4 @@ },

"exports": {
"./transform": "./transform/lib/index.js"
"./transform": "./transform/lib/index.js",
"./tools/assemblyscript-eslint": "./tools/assemblyscript-eslint.js"
},

@@ -51,4 +52,5 @@ "files": [

"plugin.asconfig.json",
"transform/lib/*.js"
"transform/lib/*.js",
"tools/**"
]
}

@@ -135,3 +135,3 @@ import { readFileSync } from "fs";

}
catch (e) {
catch {
return false;

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