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.2.0 to 2.3.0

1

dist/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.OutOfSyncError = exports.inspect = void 0;
const tslib_1 = require("tslib");

@@ -4,0 +5,0 @@ const fs = require("fs");

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.execute = void 0;
const childProcess = require("child_process");

@@ -4,0 +5,0 @@ function execute(command, args = [], options) {

36

package.json

@@ -8,6 +8,4 @@ {

"format": "prettier --write '{*,{lib,test}/!(fixtures)/**/*}.{js,ts,json,yml}'",
"lint": "npm run format:check && npm run lint:eslint && npm run lint:tslint-config && npm run lint:tslint",
"lint:eslint": "eslint --cache '{lib,test}/**/*.ts'",
"lint:tslint": "tslint -p tsconfig.json",
"lint:tslint-config": "tslint-config-prettier-check ./tslint.json",
"lint": "npm run format:check && npm run lint:eslint",
"lint:eslint": "eslint 'lib/**/*.ts' && (cd test && eslint '**/*.ts')",
"test": "npm run lint && npm run test:unit",

@@ -38,24 +36,22 @@ "test:unit": "jest",

"@snyk/cli-interface": "1.5.0",
"@snyk/cocoapods-lockfile-parser": "3.2.0",
"@snyk/cocoapods-lockfile-parser": "3.4.0",
"@snyk/dep-graph": "^1.18.2",
"source-map-support": "^0.5.7",
"tslib": "^1.10.0"
"tslib": "^2.0.0"
},
"devDependencies": {
"@types/jest": "^24.0.13",
"@types/node": "^4.0.47",
"@typescript-eslint/eslint-plugin": "^1.13.0",
"@typescript-eslint/parser": "^1.13.0",
"eslint": "^5.16.0",
"eslint-config-prettier": "^5.1.0",
"jest": "^24.8.0",
"prettier": "^1.18.2",
"ts-jest": "^24.0.2",
"ts-node": "7.0.0",
"@types/jest": "^25.2.2",
"@types/node": "^8.10.60",
"@typescript-eslint/eslint-plugin": "^2.33.0",
"@typescript-eslint/parser": "^2.33.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.11.0",
"jest": "^25.5.4",
"prettier": "^2.0.5",
"ts-jest": "^25.5.1",
"ts-node": "^8.10.1",
"tsc-watch": "^2.2.1",
"tslint": "5.11.0",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.7.3"
"typescript": "^3.9.2"
},
"version": "2.2.0"
"version": "2.3.0"
}

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