New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

@forge/manifest

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@forge/manifest - npm Package Compare versions

Comparing version

to
8.7.1-next.0

@@ -24,3 +24,3 @@ "use strict";

class ModulesValidator {
functionHandlerRegex = /^([a-zA-Z0-9-_]+)\.([a-zA-Z0-9-_]+)$/;
functionHandlerRegex = /^([\p{Alpha}\d_-]+(?:\/[\p{Alpha}\d_-]+)*)\.([\p{Alpha}\d_-]+)$/u;
async validate(manifest) {

@@ -27,0 +27,0 @@ if (!manifest?.typedContent || !manifest.filePath) {

{
"name": "@forge/manifest",
"version": "8.7.0",
"version": "8.7.1-next.0",
"description": "Definitions and validations of the Forge manifest",

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

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet