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.1.14 to 0.1.15

2

lib/configRc.js

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

var pkg = requireModule_1.default('./package.json');
var SPIN_CONFIG_NAME = '.spinrc';
var SPIN_CONFIG_NAME = '.spinrc.json';
var ConfigRc = (function () {

@@ -18,0 +18,0 @@ function ConfigRc(plugins) {

{
"name": "spinjs",
"version": "0.1.14",
"version": "0.1.15",
"scripts": {

@@ -5,0 +5,0 @@ "compile": "tsc",

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

const SPIN_CONFIG_NAME = '.spinrc';
const SPIN_CONFIG_NAME = '.spinrc.json';

@@ -12,0 +12,0 @@ export default class ConfigRc {

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