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.2
to
0.1.3
+17
-19
package.json
{
"name": "@stephansama/github-env",
"version": "0.1.2",
"version": "0.1.3",
"description": "Additional environment variable types for GitHub CI",
"keywords": [
"actions",
"env",
"environment-variables",
"github",
"github-env",
"process",
"types",
"typescript"
],
"homepage": "https://packages.stephansama.info/api/@stephansama/github-env",
"repository": {
"type": "git",
"url": "https://github.com/stephansama/packages",
"type": "git",
"directory": "core/github-env"
},
"homepage": "https://packages.stephansama.info/api/@stephansama/github-env",
"license": "MIT",
"author": {
"name": "Stephan Randle",
"email": "stephanrandle.dev@gmail.com",
"name": "Stephan Randle",
"url": "https://stephansama.info"
},
"license": "MIT",
"type": "module",

@@ -22,14 +32,2 @@ "types": "./src/env.d.ts",

],
"keywords": [
"actions",
"env",
"environment-variables",
"github",
"github-env",
"process",
"types",
"typescript"
],
"dependencies": {},
"devDependencies": {},
"publishConfig": {

@@ -40,5 +38,5 @@ "access": "public",

"scripts": {
"test": "tsc --noEmit",
"lint": "eslint ./src/"
"lint": "eslint ./src/",
"type-check": "tsc --noEmit"
}
}