You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@influential/elm-graphql

Package Overview
Dependencies
Maintainers
4
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@influential/elm-graphql - npm Package Compare versions

Comparing version

to
1.1.3

3

lib/main.js

@@ -135,2 +135,5 @@ /**

var filename = filenames_1[_i];
if (filename === 'node_modules') {
continue;
}
var fullPath = path.join(dirpath, filename);

@@ -137,0 +140,0 @@ if (fs.statSync(fullPath).isDirectory() && filename[0] != '.') {

2

package.json
{
"name": "@influential/elm-graphql",
"version": "1.1.2",
"version": "1.1.3",
"description": "Elm code generator for GraphQL",

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

@@ -106,3 +106,3 @@ /**

let paths = scanDir('.', []);
for (let filePath of paths) {

@@ -151,2 +151,6 @@ let fullpath = path.join(...filePath);

for (let filename of filenames) {
if (filename === 'node_modules') {
continue
}
let fullPath = path.join(dirpath, filename);

@@ -153,0 +157,0 @@ if (fs.statSync(fullPath).isDirectory() && filename[0] != '.') {