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

eslint-scope

Package Overview
Dependencies
Maintainers
3
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-scope - npm Package Compare versions

Comparing version 3.7.0 to 3.7.1

5

CHANGELOG.md

@@ -0,1 +1,6 @@

v3.7.1 - April 12, 2017
* ced6262 Fix: restore previous Scope API exports from escope (#31) (Vitor Balocco)
* 5c3d966 Fix: Remove and Modify tests that contain invalid ES6 syntax (#29) (Reyad Attiyat)
v3.7.0 - March 17, 2017

@@ -2,0 +7,0 @@

2

lib/index.js

@@ -58,3 +58,3 @@ /*

const Variable = require("./variable");
const Scope = require("./scope");
const Scope = require("./scope").Scope;
const version = require("../package.json").version;

@@ -61,0 +61,0 @@

@@ -6,3 +6,3 @@ {

"main": "lib/index.js",
"version": "3.7.0",
"version": "3.7.1",
"engines": {

@@ -9,0 +9,0 @@ "node": ">=4.0.0"

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