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

eslint-plugin-diff

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-diff - npm Package Compare versions

Comparing version 1.0.2-0 to 1.0.2-1

3

dist/Range.js

@@ -13,5 +13,2 @@ "use strict";

isWithinRange(n) {
// console.log("this.inclusiveLowerBound: " + this.inclusiveLowerBound);
// console.log("n: " + n);
// console.log("this.exclusiveUpperBound: " + this.exclusiveUpperBound);
return this.inclusiveLowerBound <= n && n < this.exclusiveUpperBound;

@@ -18,0 +15,0 @@ }

2

package.json
{
"name": "eslint-plugin-diff",
"version": "1.0.2-0",
"version": "1.0.2-1",
"description": "Run ESLint on your changes only",

@@ -5,0 +5,0 @@ "keywords": [

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