@actions/exec
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -0,0 +0,0 @@ import * as im from './interfaces'; |
"use strict"; | ||
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); } | ||
return new (P || (P = Promise))(function (resolve, reject) { | ||
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } } | ||
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } } | ||
function step(result) { result.done ? resolve(result.value) : new P(function (resolve) { resolve(result.value); }).then(fulfilled, rejected); } | ||
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); } | ||
step((generator = generator.apply(thisArg, _arguments || [])).next()); | ||
@@ -8,0 +9,0 @@ }); |
@@ -0,0 +0,0 @@ /// <reference types="node" /> |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=interfaces.js.map |
@@ -0,0 +0,0 @@ /// <reference types="node" /> |
"use strict"; | ||
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); } | ||
return new (P || (P = Promise))(function (resolve, reject) { | ||
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } } | ||
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } } | ||
function step(result) { result.done ? resolve(result.value) : new P(function (resolve) { resolve(result.value); }).then(fulfilled, rejected); } | ||
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); } | ||
step((generator = generator.apply(thisArg, _arguments || [])).next()); | ||
@@ -191,3 +192,3 @@ }); | ||
// | ||
// 3) double-up slashes that preceed a quote, | ||
// 3) double-up slashes that precede a quote, | ||
// e.g. hello \world => "hello \world" | ||
@@ -194,0 +195,0 @@ // hello\"world => "hello\\""world" |
@@ -0,0 +0,0 @@ Copyright 2019 GitHub |
{ | ||
"name": "@actions/exec", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Actions exec lib", | ||
"keywords": [ | ||
"exec", | ||
"actions" | ||
"github", | ||
"actions", | ||
"exec" | ||
], | ||
@@ -34,5 +35,5 @@ "homepage": "https://github.com/actions/toolkit/tree/master/packages/exec", | ||
"devDependencies": { | ||
"@actions/io": "^1.0.0" | ||
"@actions/io": "^1.0.1" | ||
}, | ||
"gitHead": "a40bce7c8d382aa3dbadaa327acbc696e9390e55" | ||
"gitHead": "a2ab4bcf78e4f7080f0d45856e6eeba16f0bbc52" | ||
} |
@@ -9,3 +9,3 @@ # `@actions/exec` | ||
``` | ||
```js | ||
const exec = require('@actions/exec'); | ||
@@ -20,3 +20,3 @@ | ||
``` | ||
```js | ||
const exec = require('@actions/exec'); | ||
@@ -31,7 +31,7 @@ | ||
``` | ||
```js | ||
const exec = require('@actions/exec'); | ||
const myOutput = ''; | ||
const myError = ''; | ||
let myOutput = ''; | ||
let myError = ''; | ||
@@ -56,3 +56,3 @@ const options = {}; | ||
``` | ||
```js | ||
const exec = require('@actions/exec'); | ||
@@ -59,0 +59,0 @@ const io = require('@actions/io'); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
695
46308
2