Socket
Socket
Sign inDemoInstall

@murasoftware/next-core

Package Overview
Dependencies
Maintainers
5
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@murasoftware/next-core - npm Package Compare versions

Comparing version 1.0.67 to 1.0.68

5

dist/index.js

@@ -533,2 +533,7 @@ function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }

}
if (context.res.statusCode != 301) {
context.res.setHeader('Cache-Control', 'no-cache, no-store');
context.res.setHeader('Expires', 'Mon, 01 Jan 1990 00:00:00 GMT');
}
}

@@ -535,0 +540,0 @@ }

@@ -530,2 +530,7 @@ import React, { useEffect, useState, createContext } from 'react';

}
if (context.res.statusCode != 301) {
context.res.setHeader('Cache-Control', 'no-cache, no-store');
context.res.setHeader('Expires', 'Mon, 01 Jan 1990 00:00:00 GMT');
}
}

@@ -532,0 +537,0 @@ }

2

package.json
{
"name": "@murasoftware/next-core",
"version": "1.0.67",
"version": "1.0.68",
"description": "Core utilties for Mura.js and Next.js",

@@ -5,0 +5,0 @@ "author": "Mura Software",

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc