New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

eslint-plugin-strict-newline

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-strict-newline - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

12

CHANGELOG.md
# Change Log
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
The format conforms to [Keep a Changelog](http://keepachangelog.com/).
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
## [1.2.0] - 2016-08-15
### Added
- Support for array function IIFEs
## [1.1.0] - 2016-07-14
### Added
- Support for IIFE
- Support for IIFEs

@@ -14,2 +19,3 @@ ## 1.0.0 - 2016-06-25

[1.2.0]: https://github.com/MitMaro/eslint-plugin-strict-newline/compare/v1.1.0...v1.2.0
[1.1.0]: https://github.com/MitMaro/eslint-plugin-strict-newline/compare/v1.0.0...v1.1.0

@@ -28,3 +28,4 @@ 'use strict';

&& node.body[0].expression.type === 'CallExpression'
&& node.body[0].expression.callee.type === 'FunctionExpression'
&& (node.body[0].expression.callee.type === 'FunctionExpression'
|| node.body[0].expression.callee.type === 'ArrowFunctionExpression')
&& node.body[0].expression.callee.body.type === 'BlockStatement'

@@ -31,0 +32,0 @@ ) {

{
"name": "eslint-plugin-strict-newline",
"version": "1.1.0",
"version": "1.2.0",
"description": "ESLint plugin that provides a rule for newline spacing around 'use strict'",

@@ -26,6 +26,6 @@ "author": "Tim Oram <mitmaro@gmail.com>",

"devDependencies": {
"eslint": "^2.9.0",
"coveralls": "2.11.11",
"coveralls": "2.11.12",
"eslint": "^3.2.0",
"istanbul": "0.4.4",
"mocha": "2.5.3"
"mocha": "3.0.0"
},

@@ -37,3 +37,3 @@ "keywords": [

],
"license": "ICS"
"license": "ISC"
}

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