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

nx-ignore

Package Overview
Dependencies
Maintainers
3
Versions
113
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nx-ignore - npm Package Compare versions

Comparing version 16.8.2 to 17.0.0

2

package.json
{
"name": "nx-ignore",
"version": "16.8.2",
"version": "17.0.0",
"type": "commonjs",

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

#!/usr/bin/env node
"use strict";
const _extends = require("@swc/helpers/_/_extends");
/* eslint-disable @typescript-eslint/no-var-requires */ const { execSync } = require('child_process');
const { tmpdir } = require('os');
const { existsSync , rmSync , readFileSync , writeFileSync , mkdirSync , moveSync } = require('fs-extra');
const { join } = require('path');
/* eslint-disable @typescript-eslint/no-var-requires */ const { execSync } = require('child_process');
const { tmpdir } = require('os');
const { existsSync, rmSync, readFileSync, writeFileSync, mkdirSync, moveSync } = require('fs-extra');
const { join } = require('path');
const args = process.argv.slice(2);

@@ -9,0 +9,0 @@ const project = args.find((s)=>!s.startsWith('-'));

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