Socket
Socket
Sign inDemoInstall

@snyk/code-client

Package Overview
Dependencies
Maintainers
1
Versions
102
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@snyk/code-client - npm Package Compare versions

Comparing version 4.20.0 to 4.20.1

8

dist/files.js

@@ -138,3 +138,9 @@ "use strict";

}
return parseIgnoreRulesToGlobs(rules, dirname);
try {
return parseIgnoreRulesToGlobs(rules, dirname);
}
catch (err) {
console.error('Could not parse ignore rules to glob', { path });
throw new Error('Please make sure ignore file follows correct syntax');
}
}

@@ -141,0 +147,0 @@ exports.parseFileIgnores = parseFileIgnores;

2

package.json

@@ -94,3 +94,3 @@ {

},
"version": "4.20.0"
"version": "4.20.1"
}
# code-client
Typescript consumer of public API
Typescript consumer of the Snyk Code public API

@@ -5,0 +5,0 @@ [![npm version](https://img.shields.io/npm/v/@snyk/code-client.svg?style=flat-square)](https://www.npmjs.org/package/@snyk/code-client)

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