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

elixir-rsync

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

elixir-rsync - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

3

index.js

@@ -28,3 +28,4 @@ var gulp = require( 'gulp' );

.src( '' )
.pipe( shell( command ) );
.pipe( shell( command ) )
.pipe( new Elixir.Notification( 'Rsync completed!' ) );
})

@@ -31,0 +32,0 @@ .watch( paths.src.path )

{
"name": "elixir-rsync",
"version": "1.0.0",
"version": "1.1.0",
"description": "Elixir Rsync Extension",

@@ -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