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

gallezy

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gallezy - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

.vscodeignore

5

Gruntfile.js

@@ -90,4 +90,5 @@ 'use strict';

return content
.replace(/\/\*[\s\S]*?\*\//g, '')
.replace(/((?:^|\n)[^\n\'\"\`]*?)\/\/[^\n]*(?=\n|$)/g, '$1') // safe
.replace(/(^|\n) *\/\*\*\n(?: *\* [^\n]*\n)* *\*\//g, '$1') // JSDoc
.replace(/\/\*[^\[\]]*?\*\//g, '')
.replace(/((?:^|\n)[^\n\'\"\`\/]*?)\/\/[^\n\[\]]*(?=\n|$)/g, '$1') // safe
.replace(/(^|\n)[ \t]+/g, '$1')

@@ -94,0 +95,0 @@ .replace(/[ \t]+($|\n)/g, '$1')

6

package.json
{
"name": "gallezy",
"productName": "Gallezy",
"version": "0.0.1",
"description": "Super Simple Image Gallery App",
"version": "0.0.2",
"description": "Super Simple Image Gallery App http://anseki.github.io/gallezy/",
"keywords": [

@@ -38,3 +38,3 @@ "electron-app",

},
"homepage": "https://github.com/anseki/gallezy",
"homepage": "http://anseki.github.io/gallezy/",
"repository": {

@@ -41,0 +41,0 @@ "type": "git",

@@ -14,7 +14,7 @@ # Gallezy

- [Windows x64](https://github.com/anseki/gallezy/raw/master/dist/gallezy-0.0.1-win32-x64.zip)
- [Windows ia32](https://github.com/anseki/gallezy/raw/master/dist/gallezy-0.0.1-win32-ia32.zip)
- [OS X](https://github.com/anseki/gallezy/raw/master/dist/gallezy-0.0.1-darwin-x64.tar.gz)
- [Linux x64](https://github.com/anseki/gallezy/raw/master/dist/gallezy-0.0.1-linux-x64.zip)
- [Linux ia32](https://github.com/anseki/gallezy/raw/master/dist/gallezy-0.0.1-linux-ia32.zip)
- [Windows x64](https://github.com/anseki/gallezy/raw/master/dist/gallezy-0.0.2-win32-x64.zip)
- [Windows ia32](https://github.com/anseki/gallezy/raw/master/dist/gallezy-0.0.2-win32-ia32.zip)
- [OS X](https://github.com/anseki/gallezy/raw/master/dist/gallezy-0.0.2-darwin-x64.tar.gz)
- [Linux x64](https://github.com/anseki/gallezy/raw/master/dist/gallezy-0.0.2-linux-x64.zip)
- [Linux ia32](https://github.com/anseki/gallezy/raw/master/dist/gallezy-0.0.2-linux-ia32.zip)
- [Checksum](https://github.com/anseki/gallezy/raw/master/dist/SHASUMS256.txt)

@@ -21,0 +21,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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