New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

prism-hyperscript

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prism-hyperscript - npm Package Compare versions

Comparing version 1.0.5 to 1.1.0

build-browser.js

7

package.json
{
"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 = {};

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