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

to
1.1.1

2

build-browser.js

@@ -7,5 +7,5 @@ const fs = require("fs")

`(prismHyperscript => {
this.module && this.module.exports = prismHyperscript
this.module && (this.module.exports = prismHyperscript)
this.Prism && prismHyperscript(this.Prism)
})`
))
{
"name": "prism-hyperscript",
"version": "1.1.0",
"version": "1.1.1",
"description": "A Prism language definition for _hyperscript (hyperscript.org)",
"main": "prism-hyperscript.js",
"module": "prism-hyperscript.mjs",
"exports": {
".": "./prism-hyperscript.mjs"
},
"scripts": {

@@ -8,0 +11,0 @@ "prepublish": "node build-browser.js"

(prismHyperscript => {
this.module && this.module.exports = prismHyperscript
this.module && (this.module.exports = prismHyperscript)
this.Prism && prismHyperscript(this.Prism)

@@ -5,0 +5,0 @@ }) (Prism => {

Sorry, the diff of this file is not supported yet