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.3.2 to 1.4.0

9

CHANGELOG.md
# [1.4.0](https://github.com/TriPSs/nx-extend/compare/core@1.3.2...core@1.4.0) (2022-12-08)
### Features
* **vercel:** Added support for different frameworks then NextJS ([da2550b](https://github.com/TriPSs/nx-extend/commit/da2550b186321baedf5d5a137d84d594f1313c36))
## [1.3.2](https://github.com/TriPSs/nx-extend/compare/core@1.3.1...core@1.3.2) (2022-11-17)

@@ -3,0 +12,0 @@

2

package.json
{
"name": "@nx-extend/core",
"version": "1.3.2",
"version": "1.4.0",
"main": "src/index.js",

@@ -5,0 +5,0 @@ "types": "./src/index.d.ts",

@@ -8,3 +8,3 @@ "use strict";

const fileToCopy = (0, path_1.join)(from, fileName);
if ((0, fs_1.existsSync)(from)) {
if ((0, fs_1.existsSync)(fileToCopy)) {
(0, fs_1.copyFileSync)(fileToCopy, (0, path_1.join)(toPath, fileName));

@@ -11,0 +11,0 @@ }

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