first-mate
Advanced tools
Comparing version 6.2.0 to 6.2.1
34
api.json
@@ -5,4 +5,4 @@ { | ||
"name": "GrammarRegistry", | ||
"filename": "src/grammar-registry.coffee", | ||
"srcUrl": "https://github.com/atom/first-mate/blob/v6.2.0/src/grammar-registry.coffee#L11", | ||
"filename": "src\\grammar-registry.coffee", | ||
"srcUrl": "https://github.com/atom/first-mate\\blob\\v6.2.1\\src\\grammar-registry.coffee#L11", | ||
"sections": [ | ||
@@ -23,3 +23,3 @@ { | ||
"sectionName": "Event Subscription", | ||
"srcUrl": "https://github.com/atom/first-mate/blob/v6.2.0/src/grammar-registry.coffee#L38", | ||
"srcUrl": "https://github.com/atom/first-mate\\blob\\v6.2.1\\src\\grammar-registry.coffee#L38", | ||
"visibility": "Public", | ||
@@ -54,3 +54,3 @@ "summary": "Invoke the given callback when a grammar is added to the registry.", | ||
"sectionName": "Event Subscription", | ||
"srcUrl": "https://github.com/atom/first-mate/blob/v6.2.0/src/grammar-registry.coffee#L48", | ||
"srcUrl": "https://github.com/atom/first-mate\\blob\\v6.2.1\\src\\grammar-registry.coffee#L48", | ||
"visibility": "Public", | ||
@@ -85,3 +85,3 @@ "summary": "Invoke the given callback when a grammar is updated due to a grammar\nit depends on being added or removed from the registry.", | ||
"sectionName": "Managing Grammars", | ||
"srcUrl": "https://github.com/atom/first-mate/blob/v6.2.0/src/grammar-registry.coffee#L58", | ||
"srcUrl": "https://github.com/atom/first-mate\\blob\\v6.2.1\\src\\grammar-registry.coffee#L58", | ||
"visibility": "Public", | ||
@@ -100,3 +100,3 @@ "summary": "Get all the grammars in this registry.", | ||
"sectionName": "Managing Grammars", | ||
"srcUrl": "https://github.com/atom/first-mate/blob/v6.2.0/src/grammar-registry.coffee#L66", | ||
"srcUrl": "https://github.com/atom/first-mate\\blob\\v6.2.1\\src\\grammar-registry.coffee#L66", | ||
"visibility": "Public", | ||
@@ -123,3 +123,3 @@ "summary": "Get a grammar with the given scope name.", | ||
"sectionName": "Managing Grammars", | ||
"srcUrl": "https://github.com/atom/first-mate/blob/v6.2.0/src/grammar-registry.coffee#L78", | ||
"srcUrl": "https://github.com/atom/first-mate\\blob\\v6.2.1\\src\\grammar-registry.coffee#L78", | ||
"visibility": "Public", | ||
@@ -146,3 +146,3 @@ "summary": "Add a grammar to this registry.", | ||
"sectionName": "Managing Grammars", | ||
"srcUrl": "https://github.com/atom/first-mate/blob/v6.2.0/src/grammar-registry.coffee#L99", | ||
"srcUrl": "https://github.com/atom/first-mate\\blob\\v6.2.1\\src\\grammar-registry.coffee#L99", | ||
"visibility": "Public", | ||
@@ -169,3 +169,3 @@ "summary": "Remove the grammar with the given scope name.", | ||
"sectionName": "Managing Grammars", | ||
"srcUrl": "https://github.com/atom/first-mate/blob/v6.2.0/src/grammar-registry.coffee#L109", | ||
"srcUrl": "https://github.com/atom/first-mate\\blob\\v6.2.1\\src\\grammar-registry.coffee#L109", | ||
"visibility": "Public", | ||
@@ -192,3 +192,3 @@ "summary": "Read a grammar synchronously but don't add it to the registry.", | ||
"sectionName": "Managing Grammars", | ||
"srcUrl": "https://github.com/atom/first-mate/blob/v6.2.0/src/grammar-registry.coffee#L124", | ||
"srcUrl": "https://github.com/atom/first-mate\\blob\\v6.2.1\\src\\grammar-registry.coffee#L124", | ||
"visibility": "Public", | ||
@@ -235,3 +235,3 @@ "summary": "Read a grammar asynchronously but don't add it to the registry.", | ||
"sectionName": "Managing Grammars", | ||
"srcUrl": "https://github.com/atom/first-mate/blob/v6.2.0/src/grammar-registry.coffee#L141", | ||
"srcUrl": "https://github.com/atom/first-mate\\blob\\v6.2.1\\src\\grammar-registry.coffee#L141", | ||
"visibility": "Public", | ||
@@ -258,3 +258,3 @@ "summary": "Read a grammar synchronously and add it to this registry.", | ||
"sectionName": "Managing Grammars", | ||
"srcUrl": "https://github.com/atom/first-mate/blob/v6.2.0/src/grammar-registry.coffee#L154", | ||
"srcUrl": "https://github.com/atom/first-mate\\blob\\v6.2.1\\src\\grammar-registry.coffee#L154", | ||
"visibility": "Public", | ||
@@ -307,4 +307,4 @@ "summary": "Read a grammar asynchronously and add it to the registry.", | ||
"name": "Grammar", | ||
"filename": "src/grammar.coffee", | ||
"srcUrl": "https://github.com/atom/first-mate/blob/v6.2.0/src/grammar.coffee#L19", | ||
"filename": "src\\grammar.coffee", | ||
"srcUrl": "https://github.com/atom/first-mate\\blob\\v6.2.1\\src\\grammar.coffee#L19", | ||
"sections": [ | ||
@@ -325,3 +325,3 @@ { | ||
"sectionName": "Event Subscription", | ||
"srcUrl": "https://github.com/atom/first-mate/blob/v6.2.0/src/grammar.coffee#L59", | ||
"srcUrl": "https://github.com/atom/first-mate\\blob\\v6.2.1\\src\\grammar.coffee#L59", | ||
"visibility": "Public", | ||
@@ -348,3 +348,3 @@ "summary": "Invoke the given callback when this grammar is updated due to a\ngrammar it depends on being added or removed from the registry.", | ||
"sectionName": "Tokenizing", | ||
"srcUrl": "https://github.com/atom/first-mate/blob/v6.2.0/src/grammar.coffee#L71", | ||
"srcUrl": "https://github.com/atom/first-mate\\blob\\v6.2.1\\src\\grammar.coffee#L71", | ||
"visibility": "Public", | ||
@@ -371,3 +371,3 @@ "summary": "Tokenize all lines in the given text.", | ||
"sectionName": "Tokenizing", | ||
"srcUrl": "https://github.com/atom/first-mate/blob/v6.2.0/src/grammar.coffee#L101", | ||
"srcUrl": "https://github.com/atom/first-mate\\blob\\v6.2.1\\src\\grammar.coffee#L101", | ||
"visibility": "Public", | ||
@@ -374,0 +374,0 @@ "summary": "Tokenize the line of text.", |
@@ -0,0 +0,0 @@ module.exports = (function() { |
@@ -0,0 +0,0 @@ Copyright (c) 2013 GitHub Inc. |
{ | ||
"name": "first-mate", | ||
"version": "6.2.0", | ||
"version": "6.2.1", | ||
"description": "TextMate helpers", | ||
@@ -22,5 +22,5 @@ "main": "./lib/first-mate.js", | ||
"emissary": "^1", | ||
"event-kit": "^1.0.0", | ||
"event-kit": "^2.2.0", | ||
"fs-plus": "^2", | ||
"grim": "^1.2.1", | ||
"grim": "^2.0.1", | ||
"oniguruma": "^6.1.0", | ||
@@ -27,0 +27,0 @@ "season": "^5.0.2", |
# First Mate | ||
[![Linux Build Status](https://travis-ci.org/atom/first-mate.svg?branch=master)](https://travis-ci.org/atom/first-mate) [![Dependency Status](https://david-dm.org/atom/first-mate/status.svg)](https://david-dm.org/atom/first-mate) | ||
[![Linux Build Status](https://travis-ci.org/atom/first-mate.svg?branch=master)](https://travis-ci.org/atom/first-mate) | ||
[![Windows Build Status](https://ci.appveyor.com/api/projects/status/p5im21uq22cwgb6d/branch/master?svg=true | ||
)](https://ci.appveyor.com/project/Atom/first-mate) | ||
[![Dependency Status](https://david-dm.org/atom/first-mate/status.svg)](https://david-dm.org/atom/first-mate) | ||
@@ -4,0 +7,0 @@ TextMate helpers |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
663021
20
126
+ Addedevent-kit@2.5.3(transitive)
+ Addedgrim@2.0.3(transitive)
- Removedevent-kit@1.5.0(transitive)
- Removedgrim@1.5.0(transitive)
Updatedevent-kit@^2.2.0
Updatedgrim@^2.0.1