Socket
Socket
Sign inDemoInstall

destiny

Package Overview
Dependencies
175
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.1 to 0.1.2

13

index.js

@@ -22,3 +22,3 @@ var fs = require('fs');

options : {
phantomjs_path : '/usr/local/bin/phantomjs/phantomjs',
phantomjs_path : 'phantomjs',

@@ -35,10 +35,6 @@ start_url : '',

run : function(chain){
var self = this;
var b = browserify([self.options.test_src], {
"builtins": false,
"browserField" : false,
"commondir" : false,
"detectGlobals" : false,
});
var b = browserify([self.options.test_src]);
b.transform(istanbultransform);

@@ -70,3 +66,6 @@

});
phantom.on('error', function(){
console.error("Cannot find phantomjs binary");
});
phantom.stdout.pipe(process.stdout);

@@ -73,0 +72,0 @@ phantom.stderr.pipe(process.stderr);

{
"name": "destiny",
"version": "0.1.1",
"version": "0.1.2",
"main": "foo2.js",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc