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 1.0.5 to 1.0.6

2

package.json

@@ -1,1 +0,1 @@

{"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"}}
{"name":"js-eval-action-expression-context","private":false,"version":"1.0.6","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"}}

@@ -0,9 +1,12 @@

## Purpose
This package supplements [js-eval-action](https://github.com/cardinalby/js-eval-action) GitHub action.
Install this package to get the type declarations of the global vars
Install this package to get type declarations of the global vars
(see [JavaScript evaluation context](https://github.com/cardinalby/js-eval-action#javascript-evaluation-context))
available in the code passed to the `expression` input or in a file set by the `jsFile` input.
available in a code passed to the `expression` input or in a file set by the `jsFile` input.
The main purpose to install this package is to enable type checking and autocompletion in your JS file.
The purpose of this package is to enable type checking and autocompletion in your JS file.
install `js-eval-action-expression-context` package of the version equal to `js-eval-action` used version.
Installation of this package isn't required for using [js-eval-action](https://github.com/cardinalby/js-eval-action).

@@ -16,4 +19,6 @@ Add

## Example
Please look at [download-release-asset-action](https://github.com/cardinalby/download-release-asset-action)
as an example of composite action based on [js-eval-action](https://github.com/cardinalby/js-eval-action)
call that stores JavaScript code in a separate file.
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