js-eval-action-expression-context
Advanced tools
Comparing version 0.0.2 to 1.0.5
import * as assertModule from "assert"; | ||
import * as bufferModule from "buffer"; | ||
import * as ghActions from '@actions/core'; | ||
@@ -15,3 +16,3 @@ import * as github from '@actions/github'; | ||
inputs: {[key: string]: any|string, expression: string, data: string}, | ||
env: {[key: string]: any|string}, | ||
env: {[key: string]: any|string, GITHUB_TOKEN: string}, | ||
octokit: ReturnType<typeof github.getOctokit>, | ||
@@ -27,3 +28,4 @@ context: typeof github.context, | ||
fs: typeof fsExtraLib, | ||
path: typeof pathLib | ||
path: typeof pathLib, | ||
buffer: typeof bufferModule | ||
} |
@@ -1,1 +0,1 @@ | ||
{"name":"js-eval-action-expression-context","private":false,"version":"0.0.2","description":"Types for the js-eval-action GitHub Action expression","main":"","types":"globals.d.ts","repository":{"url":"https://github.com/cardinalby/js-eval-action","directory":"expressionContextTypes/dist"},"keywords":["js-eval-action"],"author":"cardinalby","license":"MIT","files":["*.d.ts","LICENSE","README.md"],"dependencies":{"@actions/core":"^1.6.0","@actions/github":"^5.0.0","semver":"^7.3.5","yaml":"^1.10.2","fs-extra":"^10.0.0","wildstring":"^1.0.9","dotenv":"^10.0.0","dotenv-expand":"^5.1.0","@types/node":"^12.20.37","@types/semver":"^7.3.9","@types/fs-extra":"^9.0.13","@types/wildstring":"^1.0.0"}} | ||
{"name":"js-eval-action-expression-context","private":false,"version":"1.0.5","description":"Types for the js-eval-action GitHub Action expression","main":"","types":"globals.d.ts","repository":{"url":"https://github.com/cardinalby/js-eval-action","directory":"expressionContextTypes/dist"},"keywords":["js-eval-action"],"author":"cardinalby","license":"MIT","files":["*.d.ts","LICENSE","README.md"],"dependencies":{"@actions/core":"^1.6.0","@actions/github":"^5.0.0","semver":"^7.3.5","yaml":"^1.10.2","fs-extra":"^10.0.0","wildstring":"^1.0.9","dotenv":"^10.0.0","dotenv-expand":"^5.1.0","@types/node":"^12.20.37","@types/semver":"^7.3.9","@types/fs-extra":"^9.0.13","@types/wildstring":"^1.0.0"}} |
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
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
3822
27
1
18