Socket
Socket
Sign inDemoInstall

@redoxengine/grunt-sails-tasks

Package Overview
Dependencies
Maintainers
21
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@redoxengine/grunt-sails-tasks - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

2

package.json
{
"name": "@redoxengine/grunt-sails-tasks",
"description": "A grunt command to run 1 off tasks with sails",
"version": "0.2.1",
"version": "0.2.2",
"homepage": "https://github.com/100health/grunt-sails-tasks",

@@ -6,0 +6,0 @@ "author": {

@@ -40,3 +40,3 @@ /*

liftSails({
port: 1337,
port: process.env.REDOXLOCAL_GRUNT_PORT || 1337,
environment: grunt.option('env') || process.env.NODE_ENV,

@@ -43,0 +43,0 @@ tasks: true

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