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

@vaadin/hilla-generator-utils

Package Overview
Dependencies
Maintainers
12
Versions
114
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/hilla-generator-utils - npm Package Compare versions

Comparing version 24.6.4 to 24.7.0-alpha10

30

package.json
{
"name": "@vaadin/hilla-generator-utils",
"version": "24.6.4",
"version": "24.7.0-alpha10",
"description": "A set of utils for developing Hilla generator plugins",

@@ -18,4 +18,5 @@ "main": "index.js",

"lint:fix": "eslint src test --fix",
"test": "mocha test/**/*.spec.ts --config ../../../.mocharc.cjs",
"test:coverage": "c8 --experimental-monocart -c ../../../.c8rc.json npm test",
"test": "vitest --run",
"test:coverage": "vitest --run --coverage",
"test:watch": "vitest",
"typecheck": "tsc --noEmit"

@@ -61,23 +62,6 @@ },

"dependencies": {
"pino": "^8.15.1",
"pino-pretty": "^10.2.0",
"typescript": "5.7.2"
},
"devDependencies": {
"@types/chai": "^4.3.6",
"@types/mocha": "^10.0.2",
"@types/node": "^20.7.1",
"@types/sinon": "^10.0.17",
"@types/sinon-chai": "^3.2.10",
"c8": "^10.1.2",
"chai": "^4.3.10",
"chai-like": "^1.1.1",
"concurrently": "^8.2.1",
"copyfiles": "^2.4.1",
"mocha": "^10.8.2",
"monocart-coverage-reports": "^2.11.5",
"sinon": "^16.1.3",
"sinon-chai": "^3.7.0",
"type-fest": "^4.3.2"
"pino": "9.6.0",
"pino-pretty": "10.3.1",
"typescript": "5.7.3"
}
}

@@ -20,3 +20,3 @@ import { readFile, writeFile } from "node:fs/promises";

snapshot = await readFile(snapshotPath, "utf8");
} catch (e) {
} catch {
throw new Error(

@@ -23,0 +23,0 @@ `Snapshot does not exist yet: ${snapshotURL.toString()}.

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