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

asset-pipe-client

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

asset-pipe-client - npm Package Compare versions

Comparing version 1.0.0-beta.3 to 1.0.0-beta.4

8

lib/main.js

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

this.options = Object.assign({
buildServerUri : 'http://127.0.0.1:7100',
buildServerUri: 'http://127.0.0.1:7100',
}, options);

@@ -34,3 +34,3 @@

/**
/**
* Upload asset feed to asset server

@@ -73,3 +73,3 @@ */

/**
/**
* Make a bundle out of asset feeds on the asset server

@@ -101,2 +101,2 @@ */

}
}
};
{
"name": "asset-pipe-client",
"version": "1.0.0-beta.3",
"version": "1.0.0-beta.4",
"author": {

@@ -34,4 +34,4 @@ "name": "Trygve Lie",

"JSONStream": "^1.3.0",
"asset-pipe-js-writer": "1.0.0-beta.3",
"commander": "2.9.0",
"asset-pipe-js-writer": "1.0.0-beta.5",
"commander": "2.10.0",
"request": "^2.79.0"

@@ -42,4 +42,4 @@ },

"asset-pipe-test-es5b": "^1.0.0",
"tap": "10.3.2",
"eslint": "^3.15.0",
"tap": "10.7.0",
"eslint": "^4.1.0",
"eslint-config-finn": "^1.0.1"

@@ -46,0 +46,0 @@ },

# asset-pipe-client
[![Greenkeeper badge](https://badges.greenkeeper.io/asset-pipe/asset-pipe-client.svg)](https://greenkeeper.io/)
A client for read an [CommonJS module][commonjs] entry point and uploading it as an asset feeds to- and

@@ -4,0 +6,0 @@ triggering builds of executable asset bundles in the [asset-pipe-build-server][asset-pipe-build-server].

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