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

pwsh

Package Overview
Dependencies
Maintainers
1
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pwsh - npm Package Compare versions

Comparing version 0.2.0 to 0.3.0

9

CHANGELOG.md

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

# v0.3.0
* Move tests from Pester to mocha
* Move from TravisCI to Github Actions
* Tweak publishing workflow
* Improve version parsing script to pull and parse all releases from Github's API.
* Add many more pwsh versions
* Add arm and arm64 pwsh packages
# v0.2.0

@@ -2,0 +11,0 @@

1

dist/__root.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.__root = void 0;
// expose root directory of module installation at runtime

@@ -4,0 +5,0 @@ // Because using __dirname in webpack gets tricky

@@ -0,0 +0,0 @@ {

20

package.json
{
"name": "pwsh",
"version": "0.2.0",
"version": "0.3.0",
"description": "Install PowerShell Core via npm, allowing you to use it in npm scripts and node projects.",

@@ -33,8 +33,14 @@ "bin": {

"devDependencies": {
"@octokit/core": "^3.1.2",
"@octokit/plugin-paginate-rest": "^2.3.0",
"@octokit/plugin-rest-endpoint-methods": "^4.1.2",
"@types/cross-spawn": "^6.0.0",
"@types/get-stream": "^3.0.1",
"@types/mkdirp": "^0.5.1",
"@types/node": "^8.10.24",
"@types/mocha": "^8.0.1",
"@types/node": "^14.0.27",
"@types/request": "^2.0.4",
"@types/request-promise": "^4.1.38",
"@types/rimraf": "^3.0.0",
"@types/semver": "^7.3.1",
"@types/tar": "^4.0.0",

@@ -46,10 +52,16 @@ "@types/unzipper": "^0.8.4",

"cross-spawn": "^6.0.5",
"execa": "^4.0.3",
"get-stream": "^3.0.0",
"mkdirp": "^0.5.1",
"mocha": "^8.1.1",
"outdent": "^0.7.1",
"path-key": "^3.1.1",
"request": "^2.83.0",
"request-promise": "^4.2.2",
"rimraf": "^3.0.2",
"semver": "^7.3.2",
"source-map-loader": "^0.2.3",
"ts-node": "^7.0.0",
"ts-node": "^7.0.1",
"tslib": "^1.9.3",
"typescript": "^3.0.1",
"typescript": "^3.9.7",
"unzipper": "^0.9.2",

@@ -56,0 +68,0 @@ "webpack": "^4.16.5",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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