@replit/codemirror-lang-nix
Advanced tools
Comparing version
{ | ||
"name": "@replit/codemirror-lang-nix", | ||
"description": "A Nix mode for CodeMirror 6", | ||
"version": "0.0.5", | ||
"version": "0.19.0", | ||
"author": { | ||
@@ -22,3 +22,4 @@ "name": "Connor Brewster", | ||
"build": "cm-buildhelper src/index.ts", | ||
"test": "cm-runtests" | ||
"test": "cm-runtests", | ||
"publish": "npm run build && npm publish" | ||
}, | ||
@@ -25,0 +26,0 @@ "peerDependencies": { |
@@ -19,3 +19,3 @@ # CodeMirror Nix Mode | ||
state: EditorState.create({ | ||
`{ pkgs ? import <nixpkgs> {} }: pkgs.mkShell { buildInputs = [ pkgs.nodejs ]; }`, | ||
doc: `{ pkgs ? import <nixpkgs> {} }: pkgs.mkShell { buildInputs = [ pkgs.nodejs ]; }`, | ||
extensions: [basicSetup, nix()], | ||
@@ -25,3 +25,2 @@ }), | ||
}); | ||
console.log(printTree(parser.parse(doc), doc)); | ||
``` |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
57101
16.79%20
25%820
1.49%24
-4%