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

push2cloud-compiler

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

push2cloud-compiler - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

2

build-workspace.js

@@ -73,3 +73,3 @@ const debug = require('debug')('push2cloud-compiler:build-workspace');

const rootDir = join(workspacePath, 'by-id', hash);
const postActionPlugins = _.filter(plugins, (p) => p.postAction && p.type === source.type);
const postActionPlugins = _.filter(plugins, (p) => p.postAction);

@@ -76,0 +76,0 @@ async.series(

@@ -0,1 +1,4 @@

## [v2.0.1](https://github.com/push2cloud/compiler/compare/v2.0.0...v2.0.1)
- regression fix for postAction plugins
## [v2.0.0](https://github.com/push2cloud/compiler/compare/v1.1.1...v2.0.0)

@@ -2,0 +5,0 @@ - breaking change in interface to some plugins

{
"name": "push2cloud-compiler",
"version": "2.0.0",
"version": "2.0.1",
"description": "compiler for push2cloud manifests",

@@ -5,0 +5,0 @@ "scripts": {

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