New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@stephansama/github-env

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stephansama/github-env - npm Package Compare versions

Comparing version
0.1.1
to
0.1.2
+4
-6
package.json
{
"name": "@stephansama/github-env",
"version": "0.1.1",
"version": "0.1.2",
"description": "Additional environment variable types for GitHub CI",

@@ -8,5 +8,5 @@ "repository": {

"type": "git",
"directory": "packages/github-env"
"directory": "core/github-env"
},
"homepage": "https://packages.stephansama.info/modules/_stephansama_github-env",
"homepage": "https://packages.stephansama.info/api/@stephansama/github-env",
"author": {

@@ -34,5 +34,3 @@ "email": "stephanrandle.dev@gmail.com",

"dependencies": {},
"devDependencies": {
"@config/tsconfig": "1.1.2"
},
"devDependencies": {},
"publishConfig": {

@@ -39,0 +37,0 @@ "access": "public",

+3
-3
# @stephansama/github-env
[![Source code](https://img.shields.io/badge/Source-666666?style=flat&logo=github&label=Github&labelColor=211F1F)](https://github.com/stephansama/packages/tree/main/packages/github-env)
[![Documentation](https://img.shields.io/badge/Documentation-211F1F?style=flat&logo=Wikibooks&labelColor=211F1F)](https://packages.stephansama.info/modules/_stephansama_github-env)
[![Source code](https://img.shields.io/badge/Source-666666?style=flat&logo=github&label=Github&labelColor=211F1F)](https://github.com/stephansama/packages/tree/main/core/github-env)
[![Documentation](https://img.shields.io/badge/Documentation-211F1F?style=flat&logo=Wikibooks&labelColor=211F1F)](https://packages.stephansama.info/api/@stephansama/github-env)
[![NPM Version](https://img.shields.io/npm/v/%40stephansama%2Fgithub-env?logo=npm&logoColor=red&color=211F1F&labelColor=211F1F)](https://www.npmjs.com/package/@stephansama/github-env)

@@ -20,3 +20,3 @@ [![npm downloads](https://img.shields.io/npm/dw/@stephansama/github-env?labelColor=211F1F)](https://www.npmjs.com/package/@stephansama/github-env)

In order to enable the github environment variables into your local scope you can either add the following to your `tsconfig.json`
In order to enable the GitHub environment variables into your local scope you can either add the following to your `tsconfig.json`

@@ -23,0 +23,0 @@ ```json