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.1 to 1.8.2

12

CHANGELOG.json

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

{
"version": "1.8.2",
"tag": "@microsoft/rush_v1.8.2",
"date": "Wed, 15 Feb 2017 08:54:44 GMT",
"comments": {
"patch": [
{
"comment": "Temporarily reverting the new temp_modules validation feature, because it is incompatible with some usage scenarios"
}
]
}
},
{
"version": "1.8.1",

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

9

CHANGELOG.md
# Change Log - @microsoft/rush
This log was last generated on Tue, 14 Feb 2017 23:40:44 GMT and should not be manually modified.
This log was last generated on Wed, 15 Feb 2017 08:54:44 GMT and should not be manually modified.
## 1.8.2
Wed, 15 Feb 2017 08:54:44 GMT
### Patches
- Temporarily reverting the new temp_modules validation feature, because it is incompatible with some usage scenarios
## 1.8.1

@@ -6,0 +13,0 @@ Tue, 14 Feb 2017 23:40:44 GMT

3

lib/actions/InstallAction.js

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

this._tempModulesFiles = glob.sync(globPattern, { nodir: true });
this._checkThatTempModulesMatch();
// TEMPORARILY DISABLED DUE TO REGRESSION (VSO 313164)
// this._checkThatTempModulesMatch();
InstallAction.ensureLocalNpmTool(this._rushConfiguration, this._cleanInstallFull.value);

@@ -121,0 +122,0 @@ this._installCommonModules();

{
"name": "@microsoft/rush",
"version": "1.8.1",
"version": "1.8.2",
"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