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

access-sniff

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

access-sniff - npm Package Compare versions

Comparing version 2.3.21 to 2.4.0

4

dist/accesssniff.js

@@ -235,3 +235,3 @@ 'use strict';

// Fullfill the passed promise
deferred.fulfill(messageLog);
deferred.resolve(messageLog);
}

@@ -284,3 +284,3 @@ }, {

_logger2.default.generError(error);
deferredOutside.fulfill(error);
deferredOutside.reject(error);
}

@@ -287,0 +287,0 @@

{
"name": "access-sniff",
"version": "2.3.21",
"version": "2.4.0",
"description": "A node/iojs library & CLI for HTML_Codesniffer",

@@ -30,6 +30,10 @@ "main": "dist/",

],
"files": [
"bin",
"dist"
],
"dependencies": {
"HTML_CodeSniffer": "github:squizlabs/HTML_CodeSniffer#2.0.6",
"axios": "^0.8.1",
"bluebird": "^2.9.13",
"HTML_CodeSniffer": "squizlabs/HTML_CodeSniffer#2.0.7",
"axios": "^0.9.1",
"bluebird": "^3.3.1",
"chalk": "^1.1.1",

@@ -40,3 +44,3 @@ "commander": "^2.6.0",

"underscore": "^1.8.2",
"validator": "^3.39.0"
"validator": "^5.0.0"
},

@@ -52,3 +56,3 @@ "devDependencies": {

"gulp-concat": "^2.6.0",
"gulp-eslint": "^1.1.1",
"gulp-eslint": "^2.0.0",
"gulp-istanbul": "^0.10.3",

@@ -55,0 +59,0 @@ "gulp-nodeunit": "0.0.5",

Sorry, the diff of this file is too big to display

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