Socket
Socket
Sign inDemoInstall

@altostack/spekulate

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@altostack/spekulate - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

4

lib/spec.js

@@ -33,3 +33,3 @@ 'use strict';

const executableFiles = _.get(pkg, 'spec.executable', []).map((file) => {
return path.join('/usr/lib/', name, file);
return path.join('/opt/', name, file);
});

@@ -48,3 +48,3 @@

return {
file: path.join('/usr/lib/', name, o.file),
file: path.join('/opt/', name, o.file),
noreplace: o.noreplace || false

@@ -51,0 +51,0 @@ };

{
"name": "@altostack/spekulate",
"version": "2.0.1",
"version": "2.0.2",
"description": "Automatically generates an RPM Spec file for your Node.js project",

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

@@ -207,3 +207,3 @@ # spekulate

|---------|-------|
|`/usr/lib/:projectName`|This is where your application is stored|
|`/opt/:projectName`|This is where your application is stored|
|`/var/log/:projectName`|This is created for any log files that your application needs to write to|

@@ -283,3 +283,3 @@

"post": [
"mv /usr/lib/my-cool-api/rc.local /etc/rc.local"
"mv /opt/my-cool-api/rc.local /etc/rc.local"
]

@@ -286,0 +286,0 @@ }

@@ -13,3 +13,3 @@ {

"post": [
"mv /usr/lib/my-cool-api/rc.local /etc/rc.local",
"mv /opt/my-cool-api/rc.local /etc/rc.local",
"find /etc/bake-scripts/application -maxdepth 1 -type f ! \\( -name \"*.pyc\" -or -name '*.pyo' \\) -exec chmod +x {} +"

@@ -16,0 +16,0 @@ ]

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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