prism-hyperscript
Advanced tools
Comparing version 1.0.5 to 1.1.0
{ | ||
"name": "prism-hyperscript", | ||
"version": "1.0.5", | ||
"version": "1.1.0", | ||
"description": "A Prism language definition for _hyperscript (hyperscript.org)", | ||
"main": "prism-hyperscript.js", | ||
"scripts": {}, | ||
"module": "prism-hyperscript.mjs", | ||
"scripts": { | ||
"prepublish": "node build-browser.js" | ||
}, | ||
"repository": { | ||
@@ -8,0 +11,0 @@ "type": "git", |
(prismHyperscript => { | ||
if (typeof module === 'object' | ||
&& module.exports) module.exports = prismHyperscript; | ||
else if ('Prism' in this) prismHyperscript(Prism) | ||
})(Prism => { | ||
this.module && this.module.exports = prismHyperscript | ||
this.Prism && prismHyperscript(this.Prism) | ||
}) (Prism => { | ||
@@ -8,0 +7,0 @@ Prism.languages.hyperscript = {}; |
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
40764
16
1124
1