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

jscs

Package Overview
Dependencies
Maintainers
1
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jscs - npm Package Compare versions

Comparing version 0.0.11 to 0.0.12

4

CHANGELOG.md

@@ -0,3 +1,7 @@

Version 0.0.12:
* Fix in `disallow_space_after_object_keys` location reporting.
Version 0.0.11:
* Option `disallow_space_after_object_keys`.
* Option `disallow_spaces_inside_array_brackets`.
* Do not automatically exclude hidden files.

@@ -4,0 +8,0 @@

2

lib/rules/disallow-space-after-object-keys.js

@@ -30,3 +30,3 @@ var assert = require('assert');

if (colon.range[0] !== key.range[1]) {
errors.add('Illegal space after key', key.loc);
errors.add('Illegal space after key', key.loc.end);
}

@@ -33,0 +33,0 @@ });

@@ -5,3 +5,3 @@ {

"name" : "jscs",
"version" : "0.0.11",
"version" : "0.0.12",
"repository" : "https://github.com/mdevils/jscs",

@@ -8,0 +8,0 @@ "contributors" : [

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