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

@microsoft/rush

Package Overview
Dependencies
Maintainers
2
Versions
514
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@microsoft/rush - npm Package Compare versions

Comparing version 1.8.0 to 1.8.1

12

CHANGELOG.json

@@ -5,2 +5,14 @@ {

{
"version": "1.8.1",
"tag": "@microsoft/rush_v1.8.1",
"date": "Tue, 14 Feb 2017 23:40:44 GMT",
"comments": {
"patch": [
{
"comment": "Fixing a bug with install where it preemptively returned before installing."
}
]
}
},
{
"version": "1.8.0",

@@ -7,0 +19,0 @@ "tag": "@microsoft/rush_v1.8.0",

9

CHANGELOG.md
# Change Log - @microsoft/rush
This log was last generated on Tue, 14 Feb 2017 22:53:30 GMT and should not be manually modified.
This log was last generated on Tue, 14 Feb 2017 23:40:44 GMT and should not be manually modified.
## 1.8.1
Tue, 14 Feb 2017 23:40:44 GMT
### Patches
- Fixing a bug with install where it preemptively returned before installing.
## 1.8.0

@@ -6,0 +13,0 @@ Tue, 14 Feb 2017 22:53:30 GMT

2

lib/actions/InstallAction.js

@@ -176,4 +176,2 @@ // Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.

});
console.log('ALL DONE!');
process.exit(1);
};

@@ -180,0 +178,0 @@ InstallAction.prototype._installCommonModules = function () {

/// <reference types="es6-promise" />
/// <reference types="es6-collections" />
import { ITaskWriter } from '@microsoft/stream-collator';

@@ -4,0 +3,0 @@ import { TaskError, Stopwatch } from '@microsoft/rush-lib';

@@ -1,2 +0,1 @@

/// <reference types="es6-collections" />
import { IChangeInfoHash } from './PublishUtilities';

@@ -3,0 +2,0 @@ import { IChangeInfo, RushConfigurationProject } from '@microsoft/rush-lib';

@@ -1,2 +0,1 @@

/// <reference types="es6-collections" />
import { IChangeInfo, RushConfigurationProject } from '@microsoft/rush-lib';

@@ -3,0 +2,0 @@ export interface IChangeInfoHash {

@@ -1,2 +0,1 @@

/// <reference types="es6-collections" />
import { RushConfiguration, IPackageJson } from '@microsoft/rush-lib';

@@ -3,0 +2,0 @@ export declare class TempModuleGenerator {

{
"name": "@microsoft/rush",
"version": "1.8.0",
"version": "1.8.1",
"description": "Manage building/installing of multiple NPM package folders",

@@ -5,0 +5,0 @@ "scripts": {

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