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

spinjs

Package Overview
Dependencies
Maintainers
1
Versions
225
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

spinjs - npm Package Compare versions

Comparing version 0.3.10 to 0.3.11

9

lib/executor.js

@@ -48,2 +48,3 @@ "use strict";

var url = require("url");
var containerized = require("containerized");
var source_list_map_1 = require("source-list-map");

@@ -242,3 +243,8 @@ var webpack_sources_1 = require("webpack-sources");

var url_1 = "http://" + ip.address() + ":" + builder.config.devServer.port;
openurl.open(url_1);
if (containerized() || builder.openBrowser === false) {
logger.info("App is running at address: " + url_1);
}
else {
openurl.open(url_1);
}
}

@@ -664,2 +670,3 @@ else if (builder.stack.hasAny('react-native')) {

});
if (!!containerized()) return [3, 8];
if (!(platform === 'android')) return [3, 5];

@@ -666,0 +673,0 @@ return [4, Android.openProjectAsync(projectRoot)];

2

package.json
{
"name": "spinjs",
"version": "0.3.10",
"version": "0.3.11",
"scripts": {

@@ -5,0 +5,0 @@ "clean": "rm -rf ./lib",

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