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

@easy-breezy/generator-api

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@easy-breezy/generator-api - npm Package Compare versions

Comparing version 2.0.25 to 2.0.26

2

dist/index.js

@@ -60,3 +60,3 @@ import { dirname, join, relative } from 'path';

for (const key of keys) {
if (key === 'title' && keys.includes('type')) {
if (key === 'title' && (keys.includes('type') || keys.includes('allOf'))) {
delete json[key];

@@ -63,0 +63,0 @@ }

{
"name": "@easy-breezy/generator-api",
"version": "2.0.25",
"version": "2.0.26",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "type": "module",

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