Socket
Socket
Sign inDemoInstall

atomist-js

Package Overview
Dependencies
257
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.2 to 0.2.3

6

lib/context.js

@@ -54,4 +54,6 @@ const fs = require('fs');

createFileContext(path) {
let source = fs.readFileSync(path).toString();
createFileContext(path, source) {
if (!source) {
source = fs.readFileSync(path).toString();
}
console.assert(source, 'Failed to read file ' + path);

@@ -58,0 +60,0 @@ let parser = this.getParser(path);

{
"name": "atomist-js",
"version": "0.2.2",
"version": "0.2.3",
"main": "main.js",

@@ -5,0 +5,0 @@ "dependencies": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc