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

@monodeploy/types

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@monodeploy/types - npm Package Compare versions

Comparing version 4.1.0 to 4.2.0

14

CHANGELOG.md

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

## [4.2.0](https://github.com/tophat/monodeploy/compare/@monodeploy/types@4.1.0...@monodeploy/types@4.2.0) "@monodeploy/types" (2023-07-20)<a name="4.2.0"></a>
### Dependencies
* update dependency @types/jest to ^29.5.2 (#769) ([38b8611](https://github.com/tophat/monodeploy/commits/38b8611))
* update dependency typescript to v5.1.3 (#770) ([fef0612](https://github.com/tophat/monodeploy/commits/fef0612))
### Features
* target yarn 3.6.1 (#780) ([3b0d590](https://github.com/tophat/monodeploy/commits/3b0d590))
## [4.1.0](https://github.com/tophat/monodeploy/compare/@monodeploy/types@4.0.1...@monodeploy/types@4.1.0) "@monodeploy/types" (2023-06-19)<a name="4.1.0"></a>

@@ -7,0 +21,0 @@

2

lib/types.js

@@ -8,3 +8,3 @@ "use strict";

RegistryMode["Manifest"] = "manifest";
})(RegistryMode = exports.RegistryMode || (exports.RegistryMode = {}));
})(RegistryMode || (exports.RegistryMode = RegistryMode = {}));
function isNodeError(error) {

@@ -11,0 +11,0 @@ return error instanceof Error || error?.code !== undefined;

{
"name": "@monodeploy/types",
"version": "4.1.0",
"version": "4.2.0",
"repository": {

@@ -37,3 +37,3 @@ "type": "git",

"devDependencies": {
"@types/jest": "^29.5.1",
"@types/jest": "^29.5.2",
"@types/node": "^18.15.11",

@@ -43,5 +43,5 @@ "@yarnpkg/core": "^3.5.2",

"typedoc": "^0.24.7",
"typescript": "5.0.4"
"typescript": "5.1.6"
},
"types": "./lib/types.d.ts"
}
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