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

@asyncapi/specs

Package Overview
Dependencies
Maintainers
3
Versions
120
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@asyncapi/specs - npm Package Compare versions

Comparing version 2.7.0 to 2.7.1

.nyc_output/af2e7e94621ead5b09ab2f11acdd1bac.json

2

package.json
{
"name": "@asyncapi/specs",
"version": "2.7.0",
"version": "2.7.1",
"description": "AsyncAPI schema versions",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -18,3 +18,3 @@ ![](https://travis-ci.org/asyncapi/asyncapi-node.svg?branch=master)

```js
const asyncapi = require('asyncapi/schemas/1.0.0');
const asyncapi = require('@asyncapi/specs/schemas/2.0.0');

@@ -27,3 +27,3 @@ // Do something with the schema.

```js
const versions = require('asyncapi');
const versions = require('@asyncapi/specs');

@@ -30,0 +30,0 @@ console.log(versions);

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