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.17 to 2.0.18

2

dist/ast/create-endpoint/index.js

@@ -13,3 +13,3 @@ import ts from 'typescript';

let returnObject = [
ts.factory.createPropertyAssignment(ts.factory.createIdentifier('method'), ts.factory.createStringLiteral(options.method))
ts.factory.createPropertyAssignment(ts.factory.createIdentifier('method'), ts.factory.createStringLiteral(options.method.toUpperCase()))
];

@@ -16,0 +16,0 @@ if (['put', 'post', 'delete', 'patch'].includes(options.method)) {

{
"name": "@easy-breezy/generator-api",
"version": "2.0.17",
"version": "2.0.18",
"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