Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@nstudio/focus

Package Overview
Dependencies
Maintainers
8
Versions
114
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nstudio/focus - npm Package Compare versions

Comparing version 10.3.9 to 11.0.0-rc.0

2

index.js

@@ -10,5 +10,5 @@ "use strict";

var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p);
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("./src/utils"), exports);
{
"name": "@nstudio/focus",
"version": "10.3.9",
"version": "11.0.0-rc.0",
"description": "Focus helpers for monorepos in various IDEs",

@@ -33,7 +33,7 @@ "homepage": "https://nstudio.io/xplat",

"dependencies": {
"@angular-devkit/core": "~10.1.0",
"@angular-devkit/schematics": "~10.1.0",
"@nstudio/xplat-utils": "10.3.9",
"@angular-devkit/core": "~11.0.0",
"@angular-devkit/schematics": "~11.0.0",
"@nstudio/xplat-utils": "11.0.0-rc.0",
"xml2js": "~0.4.23"
}
}

@@ -34,5 +34,5 @@ "use strict";

userUpdates[`**/apps/${appFilter}`] = false;
userUpdates[`**/xplat/${p}`] = false;
userUpdates[`**/libs/xplat/${p}`] = false;
if (frameworkSuffix) {
userUpdates[`**/xplat/${p}${frameworkSuffix}`] = false;
userUpdates[`**/libs/xplat/${p}${frameworkSuffix}`] = false;
}

@@ -69,5 +69,5 @@ }

}
userUpdates[`**/xplat/${p}`] = excluded;
userUpdates[`**/libs/xplat/${p}`] = excluded;
if (frameworkSuffix) {
userUpdates[`**/xplat/${p}${frameworkSuffix}`] = excluded;
userUpdates[`**/libs/xplat/${p}${frameworkSuffix}`] = excluded;
}

@@ -116,6 +116,2 @@ if (excluded) {

}
if (xplat_utils_1.isXplatWorkspace()) {
// always ensure hidden xplat files are hidden from view
userUpdates['**/xplat/*/.xplatframework'] = true;
}
// VS Code

@@ -173,15 +169,2 @@ const isVsCode = updateVSCode({

},
// libs/xplat
'**/libs/**/*.js': {
when: '$(basename).ts',
},
'**/libs/**/*.d.ts': {
when: '$(basename).ts',
},
'**/xplat/**/*.js': {
when: '$(basename).ts',
},
'**/xplat/**/*.d.ts': {
when: '$(basename).ts',
},
};

@@ -188,0 +171,0 @@ if (isVsCode) {

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