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

babel-eslint

Package Overview
Dependencies
Maintainers
2
Versions
135
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-eslint - npm Package Compare versions

Comparing version 5.0.0-beta7 to 5.0.0-beta8

2

package.json
{
"name": "babel-eslint",
"version": "5.0.0-beta7",
"version": "5.0.0-beta8",
"description": "",

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

@@ -141,4 +141,3 @@ /*eslint-env mocha*/

// fix after updating to ESLint 1.0.0
it.skip("Arrow function with non-block bodies (issue #20)", function () {
it("Arrow function with non-block bodies (issue #20)", function () {
verifyAndAssertMessages(

@@ -152,2 +151,11 @@ "\"use strict\"; () => 1",

it("#242", function () {
verifyAndAssertMessages(
"\"use strict\"; asdf;",
{ "no-irregular-whitespace": 1 },
[],
{}
);
});
it("await keyword (issue #22)", function () {

@@ -154,0 +162,0 @@ verifyAndAssertMessages(

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