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.1.1 to 1.2.0

src/utils/normalize-options.d.ts

9

CHANGELOG.md
# [1.2.0](https://github.com/TriPSs/nx-extend/compare/core@1.1.1...core@1.2.0) (2021-11-05)
### Features
* **core:** Added `normalizeOptions` function ([161cfe2](https://github.com/TriPSs/nx-extend/commit/161cfe2c845f22b328ba0bfd03be1ed82f33f9e3))
## [1.1.1](https://github.com/TriPSs/nx-extend/compare/core@1.1.0...core@1.1.1) (2021-11-05)

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

2

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

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

export * from './exec';
export * from './build-command';
export * from './normalize-options';

@@ -6,2 +6,3 @@ "use strict";

tslib_1.__exportStar(require("./build-command"), exports);
tslib_1.__exportStar(require("./normalize-options"), exports);
//# sourceMappingURL=index.js.map

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