Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

js-eval-action-expression-context

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

js-eval-action-expression-context - npm Package Compare versions

Comparing version 0.0.2 to 1.0.5

6

globals.d.ts
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"}}
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