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

coffeelint-newline-after-function

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

coffeelint-newline-after-function - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

6

package.json
{
"name": "coffeelint-newline-after-function",
"version": "0.1.1",
"version": "0.1.2",
"description": "Validate a newline policy after function definitiions",

@@ -35,7 +35,7 @@ "main": "index.js",

"peerDependencies": {
"coffeelint": "~1.1"
"coffeelint": "*"
},
"devDependencies": {
"coffee-script": "~1.7.0"
"coffee-script": "*"
}
}

@@ -33,3 +33,3 @@ Coffeelint - Newline after Function

```
Class TestClass
class TestClass

@@ -48,3 +48,3 @@ foo : ->

```
Class TestClass
class TestClass

@@ -65,2 +65,2 @@ foo : ->

MIT © [scalable minds](http://scm.io)
[MIT](en.wikipedia.org/wiki/MIT_License) © [scalable minds](http://scm.io)
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