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

@nstudio/xplat

Package Overview
Dependencies
Maintainers
8
Versions
138
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nstudio/xplat - npm Package Compare versions

Comparing version 15.0.0 to 15.0.1

6

package.json
{
"name": "@nstudio/xplat",
"version": "15.0.0",
"version": "15.0.1",
"description": "Cross-platform (xplat) tools for Nx workspaces.",

@@ -44,4 +44,4 @@ "homepage": "https://nstudio.io/xplat",

"dependencies": {
"@nstudio/focus": "15.0.0",
"@nstudio/xplat-utils": "15.0.0"
"@nstudio/focus": "15.0.1",
"@nstudio/xplat-utils": "15.0.1"
},

@@ -48,0 +48,0 @@ "author": "Nathan Walker",

@@ -20,7 +20,3 @@ "use strict";

}));
tree.create('/nx.json', JSON.stringify({
npmScope: 'testing',
projects: {},
$schema: './node_modules/nx/schemas/nx-schema.json',
}));
tree.create('/nx.json', JSON.stringify({ npmScope: 'testing', projects: {} }));
tree.create('/tsconfig.base.json', JSON.stringify({ compilerOptions: { paths: {} } }));

@@ -27,0 +23,0 @@ tree.create('/tslint.json', JSON.stringify({

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.nxVersion = exports.xplatVersion = void 0;
exports.xplatVersion = '15.0.0';
exports.xplatVersion = '15.0.1';
exports.nxVersion = '^15.0.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