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

a127-magic

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

a127-magic - npm Package Compare versions

Comparing version 0.6.0 to 0.6.1

2

lib/loader.js

@@ -125,3 +125,3 @@ /****************************************************************************

if (sectionIndent >= 0) {
if (value.indexOf(value.trim()) < sectionIndent) { // we're out of the section
if (value.indexOf(value.trim()) <= sectionIndent) { // we're out of the section
sectionKey = null;

@@ -128,0 +128,0 @@ } else {

{
"name": "a127-magic",
"version": "0.6.0",
"version": "0.6.1",
"description": "Apigee 127 Swagger Loader and Middleware",

@@ -5,0 +5,0 @@ "keywords": [

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