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 0.6.1 to 0.7.0-rc.0

10

CHANGELOG.md

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

## [0.6.1](https://github.com/tophat/monodeploy/compare/@monodeploy/types@0.6.0...@monodeploy/types@0.6.1) "@monodeploy/types" (2021-06-11)<a name="0.6.1"></a>
### Bug Fixes
* preserve workspace protocol when persisting package.json to disk ([b2d532d](https://github.com/tophat/monodeploy/commits/b2d532d))
* preserve workspace protocol when persisting package.json to disk (#359) ([b2d532d](https://github.com/tophat/monodeploy/commits/b2d532d))
## [0.6.0](https://github.com/tophat/monodeploy/compare/@monodeploy/types@0.5.0...@monodeploy/types@0.6.0) "@monodeploy/types" (2021-06-06)<a name="0.6.0"></a>

@@ -7,0 +17,0 @@

8

lib/types.d.ts

@@ -33,2 +33,5 @@ import { Configuration, Project, Report, Workspace } from '@yarnpkg/core';

plugins?: Array<string>;
prerelease: boolean;
prereleaseId: string;
prereleaseNPMTag: string;
}

@@ -53,3 +56,6 @@ export interface YarnContext {

};
export declare type PackageTagMap = Map<string, string>;
export declare type PackageTagMap = Map<string, Record<string, string | undefined> & {
latest: string;
}>;
export declare type PackageVersionMap = Map<string, string>;
export declare type PackageStrategyType = 'major' | 'minor' | 'patch';

@@ -56,0 +62,0 @@ export declare type PackageStrategyMap = Map<string, {

8

package.json
{
"name": "@monodeploy/types",
"version": "0.6.1",
"repository": "git@github.com:tophat/monodeploy.git",
"version": "0.7.0-rc.0",
"repository": {
"type": "git",
"url": "https://github.com/tophat/monodeploy.git",
"directory": "packages/types"
},
"author": "Top Hat Monocle Corp. <opensource@tophat.com>",

@@ -6,0 +10,0 @@ "license": "Apache-2.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