Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@netlify/angular-runtime

Package Overview
Dependencies
Maintainers
23
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@netlify/angular-runtime - npm Package Compare versions

Comparing version 2.0.6 to 2.0.7

2

package.json
{
"name": "@netlify/angular-runtime",
"version": "2.0.6",
"version": "2.0.7",
"description": "Netlify Angular Runtime - Run Angular seamlessly on Netlify.",

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

@@ -1,4 +0,1 @@

const { rm } = require('fs/promises')
const { join } = require('path')
const ensureNoCompetingPlugin = require('./helpers/ensureNoCompetingPlugin')

@@ -14,9 +11,2 @@ const fixOutputDir = require('./helpers/fixOutputDir')

module.exports = {
async onDev({ constants }) {
// during local dev, the angular dev server will perform SSR,
// and we won't have the server output to generate the edge function.
// removing any edge function generated by a previous build ensures we don't try to use it.
const edgeFunctionDir = join(constants.INTERNAL_EDGE_FUNCTIONS_SRC, 'angular-ssr')
await rm(edgeFunctionDir, { recursive: true })
},
async onPreBuild({ netlifyConfig, utils, constants }) {

@@ -23,0 +13,0 @@ const { failBuild, failPlugin } = utils.build

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