Socket
Socket
Sign inDemoInstall

@snyk/snyk-cocoapods-plugin

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@snyk/snyk-cocoapods-plugin - npm Package Compare versions

Comparing version 2.5.2 to 2.5.3

2

dist/index.js

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

const graph = parser.toDepGraph();
return legacy_1.graphToDepTree(graph, "cocoapods");
return (0, legacy_1.graphToDepTree)(graph, "cocoapods");
});

@@ -177,0 +177,0 @@ }

@@ -5,2 +5,3 @@ "use strict";

const childProcess = require("child_process");
const shescape_1 = require("shescape");
function execute(command, args = [], options) {

@@ -11,2 +12,3 @@ const spawnOptions = { shell: true };

}
args = (0, shescape_1.quoteAll)(args, spawnOptions);
return new Promise((resolve, reject) => {

@@ -13,0 +15,0 @@ let stdout = '';

@@ -37,2 +37,3 @@ {

"@snyk/dep-graph": "^1.23.1",
"shescape": "1.6.1",
"source-map-support": "^0.5.7",

@@ -43,3 +44,3 @@ "tslib": "^2.0.0"

"@types/graphlib": "^2.1.6",
"@types/jest": "^25.2.2",
"@types/jest": "28.1.1",
"@types/node": "^8.10.60",

@@ -50,10 +51,10 @@ "@typescript-eslint/eslint-plugin": "^2.33.0",

"eslint-config-prettier": "^6.11.0",
"jest": "^25.5.4",
"jest": "28.1.3",
"prettier": "^2.0.5",
"ts-jest": "^25.5.1",
"ts-jest": "28.0.8",
"ts-node": "^8.10.1",
"tsc-watch": "^2.2.1",
"typescript": "^3.9.2"
"typescript": "4.9.3"
},
"version": "2.5.2"
"version": "2.5.3"
}

Sorry, the diff of this file is not supported yet

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