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.105 to 0.4.106

2

lib/plugins/shared/JSRuleFinder.js

@@ -64,2 +64,4 @@ "use strict";

var result = [];
this.findJSRule();
this.findTSRule();
var jsTestStr = String(this.jsRule ? this.jsRule.test : 'js');

@@ -66,0 +68,0 @@ var tsTestStr = String(this.tsRule ? this.tsRule.test : '');

2

package.json
{
"name": "spinjs",
"version": "0.4.105",
"version": "0.4.106",
"main": "lib/index.js",

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

@@ -76,2 +76,4 @@ import { Builder } from '../../Builder';

this.findJSRule();
this.findTSRule();
const jsTestStr = String(this.jsRule ? this.jsRule.test : 'js');

@@ -78,0 +80,0 @@ const tsTestStr = String(this.tsRule ? this.tsRule.test : '');

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