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

@meta-cms/next

Package Overview
Dependencies
Maintainers
2
Versions
105
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@meta-cms/next - npm Package Compare versions

Comparing version 1.0.34 to 1.0.35

5

index.js

@@ -230,3 +230,2 @@ "use strict";

this.getContentForNamespaces = async (params, locale = "fra") => {
console.log({ params });
if (!params.global) {

@@ -359,3 +358,2 @@ return {

}
console.log({ content });
return content[ns][path] || defaultValue();

@@ -403,3 +401,4 @@ };

result[key] = extend(Object.prototype.hasOwnProperty.call(result, key) ? result[key] : base, value);
} else {
} else if (result) {
console.log({ result, key, extender });
result[key] = value;

@@ -406,0 +405,0 @@ }

2

package.json
{
"name": "@meta-cms/next",
"version": "1.0.34",
"version": "1.0.35",
"description": "",

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

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