Socket
Socket
Sign inDemoInstall

ng-packagr

Package Overview
Dependencies
339
Maintainers
2
Versions
308
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 18.0.0-next.3 to 18.0.0-next.4

3

lib/flatten/esbuild.js

@@ -34,2 +34,5 @@ "use strict";

const esbuildOptions = {
// Esbuild will try to locate a tsconfig from the project root.
// Provide an empty one since we don't want to handle TS code here.
tsconfigRaw: {},
format: 'esm',

@@ -36,0 +39,0 @@ outdir,

3

lib/styles/css-resource-plugin.js

@@ -70,4 +70,3 @@ "use strict";

location: null,
text: 'You can remove the caret and add the path to the `externalDependencies` build option,' +
' which should remove this error.',
text: 'You can remove the caret and use a relative path to reference it, which should remove this error.',
},

@@ -74,0 +73,0 @@ ];

{
"name": "ng-packagr",
"version": "18.0.0-next.3",
"version": "18.0.0-next.4",
"description": "Compile and package Angular libraries in Angular Package Format (APF)",

@@ -5,0 +5,0 @@ "keywords": [

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc