New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

build-front-container

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

build-front-container - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

.travis.yml

6

package.json
{
"name": "build-front-container",
"version": "0.0.1",
"version": "0.0.2",
"description": "",

@@ -20,3 +20,7 @@ "scripts": {

"mocha": "^2.4.5"
},
"repository": {
"type": "git",
"url": "https://github.com/alfa-bank-dev/build-front-container"
}
}
# Build front container module
[![Build Status](https://travis-ci.org/alfa-bank-dev/build-front-container.svg?branch=master)](https://travis-ci.org/alfa-bank-dev/build-front-container)
*Warning!* build project inside container works very slow with docker-machine on Mac.

@@ -5,0 +7,0 @@

3

test/index.js

@@ -43,3 +43,2 @@ var builder = require('../lib');

it('should check if container-name option is passed', () => {

@@ -116,3 +115,3 @@ var catched = false;

packDeps('../build').then(() => {
var res = shell.exec('tar -ztvf ../build/public-modules.tar.gz "*package.json"');
var res = shell.exec('tar -ztvf ../build/public-modules.tar.gz');
['m1/package.json', 'm2/package.json'].forEach(file => {

@@ -119,0 +118,0 @@ expect(res.stdout.indexOf(file)).toNotBe(-1);

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