Socket
Socket
Sign inDemoInstall

@typescript-eslint/parser

Package Overview
Dependencies
Maintainers
1
Versions
3856
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@typescript-eslint/parser - npm Package Compare versions

Comparing version 1.4.1-alpha.6 to 1.4.1

4

CHANGELOG.md

@@ -6,2 +6,6 @@ # Change Log

## [1.4.1](https://github.com/typescript-eslint/typescript-eslint/compare/v1.4.0...v1.4.1) (2019-02-23)
**Note:** Version bump only for package @typescript-eslint/parser
# [1.4.0](https://github.com/typescript-eslint/typescript-eslint/compare/v1.3.0...v1.4.0) (2019-02-19)

@@ -8,0 +12,0 @@

2

dist/analyze-scope.js

@@ -662,3 +662,3 @@ "use strict";

childVisitorKeys: visitor_keys_1.visitorKeys,
fallback: eslint_visitor_keys_1.getKeys,
fallback: eslint_visitor_keys_1.getKeys
};

@@ -665,0 +665,0 @@ const scopeManager = new scope_manager_1.ScopeManager(options);

@@ -42,3 +42,3 @@ "use strict";

useJSXTextNode: validateBoolean(options.useJSXTextNode, true),
jsx: validateBoolean(options.ecmaFeatures.jsx),
jsx: validateBoolean(options.ecmaFeatures.jsx)
});

@@ -72,3 +72,3 @@ if (typeof options.filePath === 'string') {

}
},
}
});

@@ -75,0 +75,0 @@ const scopeManager = analyze_scope_1.analyzeScope(ast, options);

@@ -20,3 +20,3 @@ "use strict";

'implements',
'body',
'body'
],

@@ -30,3 +30,3 @@ ClassExpression: [

'implements',
'body',
'body'
],

@@ -71,3 +71,3 @@ TaggedTemplateExpression: ['tag', 'typeParameters', 'quasi'],

'params',
'returnType',
'returnType'
],

@@ -130,4 +130,4 @@ TSEnumDeclaration: ['members'],

TSUnknownKeyword: [],
TSVoidKeyword: [],
TSVoidKeyword: []
});
//# sourceMappingURL=visitor-keys.js.map
{
"name": "@typescript-eslint/parser",
"version": "1.4.1-alpha.6+9a88363",
"version": "1.4.1",
"description": "An ESLint custom parser which leverages TypeScript ESTree",

@@ -40,3 +40,3 @@ "main": "dist/parser.js",

"dependencies": {
"@typescript-eslint/typescript-estree": "1.4.1-alpha.6+9a88363",
"@typescript-eslint/typescript-estree": "1.4.1",
"eslint-scope": "^4.0.0",

@@ -48,5 +48,5 @@ "eslint-visitor-keys": "^1.0.0"

"@types/eslint-visitor-keys": "^1.0.0",
"@typescript-eslint/shared-fixtures": "1.4.1-alpha.6+9a88363"
"@typescript-eslint/shared-fixtures": "1.4.1"
},
"gitHead": "9a883635a4b0cbf759d1ae791398933d6fb0d614"
"gitHead": "d362c4a2051ff4128388fc515ba2f07f0ca1a3aa"
}
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