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.2.1 to 1.2.2

8

CHANGELOG.md
## [1.2.2](https://github.com/TriPSs/nx-extend/compare/core@1.2.1...core@1.2.2) (2022-06-15)
## [1.2.2](https://github.com/TriPSs/nx-extend/compare/core@1.2.1...core@1.2.2) (2022-06-15)
## [1.2.1](https://github.com/TriPSs/nx-extend/compare/core@1.2.0...core@1.2.1) (2022-05-24)

@@ -3,0 +11,0 @@

2

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

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

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
(0, tslib_1.__exportStar)(require("./utils"), exports);
tslib_1.__exportStar(require("./utils"), exports);
//# sourceMappingURL=index.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
(0, tslib_1.__exportStar)(require("./exec"), exports);
(0, tslib_1.__exportStar)(require("./build-command"), exports);
(0, tslib_1.__exportStar)(require("./normalize-options"), exports);
tslib_1.__exportStar(require("./exec"), exports);
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

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