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

@azure/avocado

Package Overview
Dependencies
Maintainers
2
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@azure/avocado - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

2

dist/index.js

@@ -159,3 +159,3 @@ "use strict";

const inputFileSet = inputFiles
.map(f => path.resolve(path.join(dir, f)))
.map(f => path.resolve(path.join(dir, ...f.split("\\"))))
.reduce((s, v) => s.add(v), new Set());

@@ -162,0 +162,0 @@ // add all referenced files to the `set`

{
"name": "@azure/avocado",
"version": "0.2.1",
"version": "0.2.2",
"description": "A validator of OpenAPI configurations",

@@ -78,3 +78,3 @@ "main": "dist/index.js",

"tslint-config-prettier": "^1.18.0",
"tslint-immutable": "^5.4.0",
"tslint-immutable": "^5.5.1",
"tslint-plugin-prettier": "^2.0.1",

@@ -81,0 +81,0 @@ "typescript": "^3.3.4000"

@@ -208,3 +208,3 @@ import * as path from "path"

const inputFileSet = inputFiles
.map(f => path.resolve(path.join(dir, f)))
.map(f => path.resolve(path.join(dir, ...f.split("\\"))))
.reduce((s, v) => s.add(v), new Set<string>())

@@ -211,0 +211,0 @@ // add all referenced files to the `set`

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