New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ng-morph

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ng-morph - npm Package Compare versions

Comparing version 1.2.0 to 1.3.0

ng/helpers/push-to-array-property.d.ts

2

ng/index.d.ts

@@ -1,3 +0,3 @@

export * from './helpers/add-import-to-module';
export * from './helpers/get-bootstrap-fn';
export * from './helpers/get-main-mofule';
export * from './module';
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
tslib_1.__exportStar(require("./helpers/add-import-to-module"), exports);
tslib_1.__exportStar(require("./helpers/get-bootstrap-fn"), exports);
tslib_1.__exportStar(require("./helpers/get-main-mofule"), exports);
tslib_1.__exportStar(require("./module"), exports);
//# sourceMappingURL=index.js.map
{
"name": "ng-morph",
"version": "1.2.0",
"version": "1.3.0",
"peerDependencies": {

@@ -5,0 +5,0 @@ "@angular-devkit/core": ">=11.0.0",

@@ -9,4 +9,4 @@ import { VariableStatement } from 'ts-morph';

isDefaultExport?: boolean | boolean[];
declarations: never;
declarationKind?: import("ts-morph").VariableDeclarationKind | import("ts-morph").VariableDeclarationKind[];
declarations: never;
}>) => VariableStatement[];

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