Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

prostore.glob-utils

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prostore.glob-utils - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

10

index.js

@@ -114,3 +114,11 @@ 'use strict';

updated: updated,
dirty: dirty
dirty: dirty,
local: {
newer: added.concat(dirty),
missing: _remote
},
remote: {
newer: _remote.concat(updated),
missing: added
}
};

@@ -117,0 +125,0 @@ };

2

package.json
{
"name": "prostore.glob-utils",
"version": "0.3.0",
"version": "0.3.1",
"description": "Glob Utilities",

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

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