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

@asyncapi/generator

Package Overview
Dependencies
Maintainers
3
Versions
213
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@asyncapi/generator - npm Package Compare versions

Comparing version 0.35.0 to 0.35.1

2

lib/utils.js

@@ -34,3 +34,3 @@ const fs = require('fs');

utils.beautifyNpmiResult = (result) => {
const [nameWithVersion, pkgPath] = result[0];
const [nameWithVersion, pkgPath] = result[result.length-1];
const nameWithVersionArray = nameWithVersion.split('@');

@@ -37,0 +37,0 @@ const version = nameWithVersionArray[nameWithVersionArray.length - 1];

{
"name": "@asyncapi/generator",
"version": "0.35.0",
"version": "0.35.1",
"description": "The AsyncAPI generator. It can generate documentation, code, anything!",

@@ -5,0 +5,0 @@ "main": "./lib/generator.js",

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