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

metapak-sencrop

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

metapak-sencrop - npm Package Compare versions

Comparing version 4.0.1 to 4.1.0

7

.eslintrc.js

@@ -9,4 +9,7 @@

parserOptions: {
sourceType: 'script',
modules: true,
sourceType: 'module',
ecmaVersion: 8,
ecmaFeatures: {
experimentalObjectRestSpread: true,
},
},

@@ -13,0 +16,0 @@ env: {

@@ -0,1 +1,11 @@

<a name="4.1.0"></a>
# [4.1.0](https://github.com/sencrop/metapak-sencrop/compare/v4.0.1...v4.1.0) (2018-02-05)
### Features
* **ESLint:** Also support ES6 modules for linting ([1788312](https://github.com/sencrop/metapak-sencrop/commit/1788312))
<a name="4.0.1"></a>

@@ -2,0 +12,0 @@ ## [4.0.1](https://github.com/sencrop/metapak-sencrop/compare/v4.0.0...v4.0.1) (2018-02-05)

{
"name": "metapak-sencrop",
"version": "4.0.1",
"version": "4.1.0",
"description": "A `metapak` plugin for Sencrop projects",

@@ -5,0 +5,0 @@ "main": "index.js",

module.exports = {
extends: 'eslint:recommended',
parserOptions: {
sourceType: 'script',
modules: true,
sourceType: 'module',
ecmaVersion: 8,
ecmaFeatures: {
experimentalObjectRestSpread: true,
},
},

@@ -7,0 +10,0 @@ env: {

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