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

@nx-extend/core

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nx-extend/core - npm Package Compare versions

Comparing version 1.4.1 to 4.0.0

27

CHANGELOG.md

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

# Changelog
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
# [4.0.0](https://github.com/TriPSs/nx-extend/compare/core@3.0.0...core@4.0.0) (2023-06-22)
# [3.0.0](https://github.com/TriPSs/nx-extend/compare/core@2.0.0...core@3.0.0) (2023-06-22)
# [2.0.0](https://github.com/TriPSs/nx-extend/compare/core@1.4.1...core@2.0.0) (2023-06-22)
### Features
* Updated to NX 16 ([4896bf6](https://github.com/TriPSs/nx-extend/commit/4896bf66940e1b69e0f2e3971a7864a1da20b2ef))
### BREAKING CHANGES
* Updated to NX 16
## [1.4.1](https://github.com/TriPSs/nx-extend/compare/core@1.4.0...core@1.4.1) (2023-03-30)

@@ -3,0 +28,0 @@

8

package.json
{
"name": "@nx-extend/core",
"version": "1.4.1",
"version": "4.0.0",
"main": "src/index.js",
"dependencies": {
"@nrwl/devkit": "15.8.9",
"shelljs": "0.8.5"
"@nx/devkit": "16.3.2",
"shelljs": "^0.8.5"
},
"peerDependencies": {
"tslib": "2.4.1"
"tslib": "2.5.3"
},
"types": "./src/index.d.ts"
}
# Core
Only for internal usage!

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

import { Tree } from '@nrwl/devkit';
import { Tree } from '@nx/devkit';
export interface DefaultGeneratorOptions {

@@ -3,0 +3,0 @@ name: string;

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.normalizeOptions = void 0;
const devkit_1 = require("@nrwl/devkit");
const devkit_1 = require("@nx/devkit");
const normalizeOptions = (host, options) => {

@@ -6,0 +6,0 @@ var _a, _b;

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