Socket
Socket
Sign inDemoInstall

eslint-plugin-jasmine

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-jasmine - npm Package Compare versions

Comparing version 4.1.0 to 4.1.1

9

lib/helpers/prohibit.js

@@ -16,3 +16,10 @@ 'use strict'

message: 'Unexpected {{name}}.',
node
node,
loc: {
start: node.loc.start,
end: {
line: node.loc.start.line,
column: node.loc.start.column + node.callee.name.length
}
}
})

@@ -19,0 +26,0 @@ }

10

package.json
{
"name": "eslint-plugin-jasmine",
"version": "4.1.0",
"version": "4.1.1",
"description": "ESLint rules for Jasmine",

@@ -43,8 +43,8 @@ "main": "index.js",

"devDependencies": {
"eslint": "^6.6.0",
"eslint": "^6.8.0",
"ghooks": "^2.0.4",
"mocha": "^6.2.2",
"standard": "^14.3.1",
"mocha": "^7.1.1",
"standard": "^14.3.3",
"validate-commit-msg": "^2.14.0",
"semantic-release": "^15.13.30"
"semantic-release": "^15.13.31"
},

@@ -51,0 +51,0 @@ "config": {

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