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

@vaadin/hilla-generator-core

Package Overview
Dependencies
Maintainers
12
Versions
99
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 24.5.0-alpha3 to 24.5.0-alpha4

2

File.d.ts

@@ -1,3 +0,1 @@

/// <reference types="node" />
/// <reference types="node" />
import { Blob, type BlobOptions } from 'node:buffer';

@@ -4,0 +2,0 @@ import type { BinaryLike } from 'node:crypto';

11

package.json
{
"name": "@vaadin/hilla-generator-core",
"version": "24.5.0-alpha3",
"version": "24.5.0-alpha4",
"description": "A Hilla tool to generate TypeScript code from the OpenAPI document",

@@ -19,3 +19,3 @@ "main": "index.js",

"test": "mocha test/**/*.spec.ts --config ../../../.mocharc.cjs",
"test:coverage": "c8 -c ../../../.c8rc.json npm test",
"test:coverage": "c8 --experimental-monocart -c ../../../.c8rc.json npm test",
"typecheck": "tsc --noEmit"

@@ -76,6 +76,6 @@ },

"@apidevtools/swagger-parser": "^10.1.0",
"@vaadin/hilla-generator-utils": "24.5.0-alpha3",
"@vaadin/hilla-generator-utils": "24.5.0-alpha4",
"meow": "^12.1.1",
"openapi-types": "^12.1.3",
"typescript": "5.3.2"
"typescript": "5.5.2"
},

@@ -88,3 +88,3 @@ "devDependencies": {

"@types/sinon-chai": "^3.2.10",
"c8": "^8.0.1",
"c8": "^10.1.2",
"chai": "^4.3.10",

@@ -94,2 +94,3 @@ "concurrently": "^8.2.1",

"mocha": "^10.2.0",
"monocart-coverage-reports": "^2.8.4",
"sinon": "^16.0.0",

@@ -96,0 +97,0 @@ "sinon-chai": "^3.7.0",

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