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

eslint-config-piecioshka

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-piecioshka - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

4

index.js

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

// ------------------------------------
"rules": require('./rules'),
"rules": require('./parts/rules'),

@@ -17,3 +17,3 @@ // Specifying Language Options: http://eslint.org/docs/user-guide/configuring#specifying-language-options

"ecmaFeatures": require('./ecmaFeatures'),
"ecmaFeatures": require('./parts/ecmaFeatures'),

@@ -20,0 +20,0 @@ // Specifying Environments: http://eslint.org/docs/user-guide/configuring#specifying-environments

{
"name": "eslint-config-piecioshka",
"version": "1.1.0",
"version": "1.1.1",
"description": "ESLint (for v2.13.1) configuration of my style. Defined all rules.",

@@ -11,2 +11,5 @@ "license": "MIT",

},
"scripts": {
"test": "jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json"
},
"keywords": [

@@ -39,3 +42,6 @@ "eslint",

"url": "http://github.com/piecioshka/eslint-config-piecioshka.git"
},
"devDependencies": {
"jasmine": "^2.4.1"
}
}
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