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

easy-github-updater

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

easy-github-updater - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

6

dist/update/update.js

@@ -205,2 +205,8 @@ "use strict";

if (keep === void 0) { keep = []; }
keep = keep.concat(keep, [
"/node_modules/*",
"/jspm_packages/*",
"/.git/*",
"/.yarn-integrity"
]);
// COLLECT BEFORE FILE LISTS

@@ -207,0 +213,0 @@ var fieldName = "_updatedata_" + branch;

2

package.json
{
"name": "easy-github-updater",
"version": "1.0.2",
"version": "1.0.3",
"description": "πŸš€ Github auto-updater of built available into node project.",

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

@@ -218,2 +218,9 @@ import Event from 'events'

keep = keep.concat(keep, [
`/node_modules/*`,
`/jspm_packages/*`,
`/.git/*`,
`/.yarn-integrity`
])
// COLLECT BEFORE FILE LISTS

@@ -220,0 +227,0 @@ let fieldName = `_updatedata_${branch}`

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