Socket
Socket
Sign inDemoInstall

gravlax

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gravlax - npm Package Compare versions

Comparing version 0.12.3 to 0.12.4

2

lib/interpreter.js

@@ -44,3 +44,3 @@ import { LoxCallable } from "./callable.js";

arity = () => 0;
call = () => Date.now();
call = () => Date.now() / 1e3;
toString = () => "<native fn>";

@@ -47,0 +47,0 @@ }()

{
"name": "gravlax",
"version": "0.12.3",
"version": "0.12.4",
"description": "A Lox interpreter with tasty TypeScript seasoning",

@@ -50,4 +50,4 @@ "repository": {

"@types/node": "^20.10.7",
"@typescript-eslint/eslint-plugin": "^6.18.0",
"@typescript-eslint/parser": "^6.18.0",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"@vitest/coverage-v8": "^1.1.3",

@@ -69,5 +69,5 @@ "console-fail-test": "^0.2.3",

"eslint-plugin-yml": "^1.11.0",
"husky": "^8.0.3",
"husky": "^9.0.0",
"jsonc-eslint-parser": "^2.4.0",
"knip": "^4.0.0",
"knip": "^5.0.0",
"lint-staged": "^15.2.0",

@@ -83,3 +83,3 @@ "markdownlint": "^0.33.0",

"sentences-per-line": "^0.2.1",
"should-semantic-release": "^0.2.1",
"should-semantic-release": "^0.3.0",
"ts-node": "^10.9.2",

@@ -91,3 +91,3 @@ "tsup": "^8.0.1",

},
"packageManager": "pnpm@8.15.1",
"packageManager": "pnpm@8.15.3",
"engines": {

@@ -94,0 +94,0 @@ "node": ">=20"

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