Socket
Socket
Sign inDemoInstall

ngc-webpack

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngc-webpack - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

2

package.json
{
"name": "ngc-webpack",
"version": "1.0.4",
"version": "1.0.5",
"license": "MIT",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -78,5 +78,5 @@ # Angular Template Compiler Wrapper for Webpack

In addition there are 2 callbacks invoked when the process ends:
- onCompilationSuccess: () => void
- **onCompilationSuccess: () => void**
Fires then the compilation ended with no errors.
- onCompilationError?: (error: Error) => void
- **onCompilationError?: (error: Error) => void**
Fires then the compilation ended with an error.

@@ -83,0 +83,0 @@

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

}
if (!this.fileExists(path)) {
throw new Error("Compilation failed. Resource file not found: " + path);
}
return this._loader.get(path);

@@ -29,0 +32,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