New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

openapi-enforcer

Package Overview
Dependencies
Maintainers
1
Versions
131
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

openapi-enforcer - npm Package Compare versions

Comparing version 1.12.4 to 1.12.5

test-resources/ref-parser/openapi.yml

4

package.json
{
"name": "openapi-enforcer",
"version": "1.12.4",
"version": "1.12.5",
"description": "Library for validating, parsing, and formatting data against open api schemas.",

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

"dependencies": {
"axios": "^0.19.2",
"axios": "^0.21.1",
"json-schema-ref-parser": "^6.1.0"
}
}

@@ -386,3 +386,9 @@ const expect = require('chai').expect;

});
it('can bundle parameters', async function () {
const parser = new RefParser(path.resolve(resourcesDir, 'openapi.yml'));
const [ bundled, err ] = await parser.bundle();
expect(err).to.be.undefined;
});
})
});
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