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

@travetto/manifest

Package Overview
Dependencies
Maintainers
1
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@travetto/manifest - npm Package Compare versions

Comparing version 3.0.0-rc.16 to 3.0.0-rc.17

2

package.json
{
"name": "@travetto/manifest",
"version": "3.0.0-rc.16",
"version": "3.0.0-rc.17",
"description": "Manifest support",

@@ -5,0 +5,0 @@ "keywords": [

@@ -47,3 +47,5 @@ import fs from 'fs/promises';

}
if ((config.includeHidden || !finalEv.file.includes('/.')) && (!config.filter || config.filter(finalEv))) {
const isHidden = !config.includeHidden && finalEv.file.replace(targetFolder, '').includes('/.');
const matches = !isHidden && (!config.filter || config.filter(finalEv));
if (matches) {
onEvent(finalEv, targetFolder);

@@ -50,0 +52,0 @@ }

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