Socket
Socket
Sign inDemoInstall

@helloample/netlify-plugin-redirects

Package Overview
Dependencies
25
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.0 to 1.3.0

2

index.js

@@ -5,3 +5,3 @@ // index.js

module.exports = {
onPostBuild: async ({ utils, inputs }) => {
onBuild: async ({ utils, inputs }) => {
const parser = new Parser(inputs.source, inputs.destination, inputs.defaultBranch, utils)

@@ -8,0 +8,0 @@ await parser.perform()

{
"name": "@helloample/netlify-plugin-redirects",
"version": "1.2.0",
"version": "1.3.0",
"description": "Read a CSV file, parse the rows and write them to `_redirects` _before_ Netlify processes your build.",

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

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