Socket
Socket
Sign inDemoInstall

node-glob

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-glob - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

2

index.js

@@ -194,2 +194,3 @@ /**!

module.exports = Finder;
module.exports.Finder = Finder;

@@ -333,1 +334,2 @@ function CancelEventArgs() {

module.exports.types = types;
module.exports.Finder.types = types;

2

package.json
{
"name": "node-glob",
"version": "1.1.0",
"version": "1.2.0",
"description": "Find files",

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

@@ -8,3 +8,3 @@ /*jshint node:true*//*globals describe, it*/

var Finder = require("../index");
var Finder = require("../index").Finder;

@@ -342,3 +342,3 @@ it("must be instantiable", function () {

describe("Directory", function () {
var Finder = require("../index");
var Finder = require("../index").Finder;

@@ -345,0 +345,0 @@ it("must be able to open a file", function (done) {

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc