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.4.133 to 0.4.134

4

lib/ConfigReader.js

@@ -97,3 +97,5 @@ "use strict";

? builder.cache
: typeof builder.cache !== 'undefined' ? builder.cache : 'auto';
: typeof builder.cache !== 'undefined'
? builder.cache
: 'auto';
builder.plugins = this.plugins.concat((builder.plugins || []).map(function (pluginName) { return new (require(pluginName))(); }));

@@ -100,0 +102,0 @@ }

@@ -5,3 +5,3 @@ "use strict";

var requireRelative = require("require-relative");
exports.default = function (cwd) {
exports.default = (function (cwd) {
var require = function (name, relativeTo) { return requireModule(name, relativeTo || cwd); };

@@ -12,3 +12,3 @@ require.resolve = function (name, relativeTo) { return requireModule.resolve(name, relativeTo || cwd); };

return require;
};
});
var requireModule = function (name, relativeTo) {

@@ -15,0 +15,0 @@ return name.indexOf('.') !== 0 ? requireRelative(name, relativeTo) : require(path.join(relativeTo, name));

@@ -7,3 +7,3 @@ "use strict";

var logger = minilog('spin');
exports.default = function (cwd, configPath, builderName) {
exports.default = (function (cwd, configPath, builderName) {
var builder;

@@ -30,3 +30,3 @@ try {

return builder.config;
};
});
//# sourceMappingURL=createWebpackConfig.js.map

@@ -58,3 +58,3 @@ "use strict";

};
exports.default = function (pkg, packageJsonPath) {
exports.default = (function (pkg, packageJsonPath) {
if (!isJsApp(pkg)) {

@@ -106,3 +106,3 @@ return undefined;

var _a;
};
});
//# sourceMappingURL=inferConfig.js.map

@@ -8,3 +8,3 @@ "use strict";

var logger = minilog("init");
exports.default = function () {
exports.default = (function () {
var questions = [

@@ -35,3 +35,3 @@ {

});
};
});
//# sourceMappingURL=init.js.map

@@ -284,3 +284,5 @@ "use strict";

? builder.devProxy
: builder.backendUrl ? "http://localhost:" + url.parse(builder.backendUrl).port : "http://localhost:8080";
: builder.backendUrl
? "http://localhost:" + url.parse(builder.backendUrl).port
: "http://localhost:8080";
config.devServer.proxy = {

@@ -287,0 +289,0 @@ '!/*.hot-update.{json,js}': {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var path = require("path");
exports.default = function (rootPath, relPath) {
exports.default = (function (rootPath, relPath) {
if (relPath === void 0) { relPath = '.'; }

@@ -17,3 +17,3 @@ var paths = [];

return paths;
};
});
//# sourceMappingURL=upDirs.js.map
{
"name": "spinjs",
"version": "0.4.133",
"version": "0.4.134",
"main": "lib/index.js",

@@ -9,3 +9,3 @@ "scripts": {

"watch": "tsc -w",
"lint": "tslint --fix -p tsconfig.json --type-check",
"lint": "tslint --fix -p tsconfig.json -c tslint.json",
"tests": " ",

@@ -57,6 +57,2 @@ "test": "yarn tests && yarn lint",

"dependencies": {
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-flow": "^6.23.0",
"babel-register": "^6.26.0",
"connect-cors": "^0.5.6",

@@ -68,3 +64,2 @@ "containerized": "^1.0.2",

"humps": "^2.0.1",
"inquirer": "^3.3.0",
"ip": "^1.1.5",

@@ -71,0 +66,0 @@ "lodash": "^4.17.4",

@@ -87,3 +87,5 @@ import * as fs from 'fs';

? builder.cache
: typeof builder.cache !== 'undefined' ? builder.cache : 'auto';
: typeof builder.cache !== 'undefined'
? builder.cache
: 'auto';
builder.plugins = this.plugins.concat((builder.plugins || []).map(pluginName => new (require(pluginName))()));

@@ -90,0 +92,0 @@ }

@@ -52,3 +52,3 @@ import * as path from 'path';

use: [{ loader: 'graphql-tag/loader', options: spin.createConfig(builder, 'graphqlTag', {}) }].concat(
persistGraphQL ? ['persistgraphql-webpack-plugin/graphql-loader'] : [] as any[]
persistGraphQL ? ['persistgraphql-webpack-plugin/graphql-loader'] : ([] as any[])
)

@@ -55,0 +55,0 @@ }

@@ -103,3 +103,3 @@ import { Builder } from '../Builder';

postCssLoader && !nodeModules
? {
? ({
loader: postCssLoader,

@@ -111,3 +111,3 @@ options: spin.createConfig(

)
} as any
} as any)
: []

@@ -176,3 +176,3 @@ )

postCssLoader && !nodeModules
? {
? ({
loader: postCssLoader,

@@ -184,3 +184,3 @@ options: spin.createConfig(

)
} as any
} as any)
: []

@@ -187,0 +187,0 @@ )

@@ -368,3 +368,5 @@ import * as ip from 'ip';

? builder.devProxy
: builder.backendUrl ? `http://localhost:${url.parse(builder.backendUrl).port}` : `http://localhost:8080`;
: builder.backendUrl
? `http://localhost:${url.parse(builder.backendUrl).port}`
: `http://localhost:8080`;
config.devServer.proxy = {

@@ -371,0 +373,0 @@ '!/*.hot-update.{json,js}': {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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