New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@monodeploy/io

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@monodeploy/io - npm Package Compare versions

Comparing version 0.3.0 to 3.0.0-rc.1

16

CHANGELOG.md

@@ -5,2 +5,18 @@ # Changelog

## [0.3.0](https://github.com/tophat/monodeploy/compare/@monodeploy/io@0.2.23...@monodeploy/io@0.3.0) "@monodeploy/io" (2021-11-19)<a name="0.3.0"></a>
### Bug Fixes
* include .pnp.cjs when committing changes ([8a031e6](https://github.com/tophat/monodeploy/commits/8a031e6))
* git add generated `.pnp.cjs` when autocommiting (#438) ([8a031e6](https://github.com/tophat/monodeploy/commits/8a031e6))
### Features
* improved error messages when running exec commands
Co-authored-by: noahnu <noahnu@gmail.com> ([8a031e6](https://github.com/tophat/monodeploy/commits/8a031e6))
## [0.2.23](https://github.com/tophat/monodeploy/compare/@monodeploy/io@0.2.22...@monodeploy/io@0.2.23) "@monodeploy/io" (2021-10-25)<a name="0.2.23"></a>

@@ -7,0 +23,0 @@

14

package.json
{
"name": "@monodeploy/io",
"version": "0.3.0",
"version": "3.0.0-rc.1",
"repository": {

@@ -14,4 +14,6 @@ "type": "git",

"registry": "https://registry.npmjs.org/",
"types": "./lib/index.d.ts"
"types": "./lib/index.d.ts",
"access": "public"
},
"group": "monodeploy",
"main": "./lib/index.js",

@@ -29,5 +31,5 @@ "files": [

"devDependencies": {
"@monodeploy/logging": "0.1.12",
"@monodeploy/logging": "3.0.0-rc.1",
"@monodeploy/test-utils": "link:../../testUtils",
"@monodeploy/types": "0.10.4",
"@monodeploy/types": "3.0.0-rc.1",
"@types/node": "^14.17.14",

@@ -39,4 +41,4 @@ "@yarnpkg/core": "^3.1.0",

"peerDependencies": {
"@monodeploy/logging": "^0.1.12",
"@monodeploy/types": "^0.10.4",
"@monodeploy/logging": "^3.0.0-rc.1",
"@monodeploy/types": "^3.0.0-rc.1",
"@yarnpkg/core": "^3.1.0",

@@ -43,0 +45,0 @@ "@yarnpkg/fslib": "^2.6.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