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

hyperscript.org

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hyperscript.org - npm Package Compare versions

Comparing version

to
0.8.3

6

package.json

@@ -8,3 +8,3 @@ {

],
"version": "0.8.2",
"version": "0.8.3",
"homepage": "https://hyperscript.org/",

@@ -29,4 +29,4 @@ "bugs": {

"concat": "npm run concat:hyperscript && npm run concat:w9y",
"concat:hyperscript": "concat src/lib/core.js src/lib/web.js -o dist/_hyperscript.js",
"concat:w9y": "concat src/lib/core.js src/lib/web.js src/lib/worker.js src/lib/template.js src/lib/socket.js src/lib/eventsource.js -o dist/_hyperscript_w9y.js",
"concat:hyperscript": "cat src/lib/core.js src/lib/web.js >> dist/_hyperscript.js",
"concat:w9y": "cat src/lib/core.js src/lib/web.js src/lib/worker.js src/lib/template.js src/lib/socket.js src/lib/eventsource.js >> dist/_hyperscript_w9y.js",
"terser": "npm run terser:hyperscript && npm run terser:core && npm run terser:web && npm run terser:worker && npm run terser:w9y",

@@ -33,0 +33,0 @@ "terser:hyperscript": "terser -m eval -o dist/_hyperscript.min.js dist/_hyperscript.js",

@@ -15,3 +15,3 @@ [![//_hyperscript](https://hyperscript.org/img/light_logo.png "the underscore is silent")](https://hyperscript.org)

<script src="https://unpkg.com/hyperscript.org@0.8.2"></script>
<script src="https://unpkg.com/hyperscript.org@0.8.3"></script>

@@ -18,0 +18,0 @@

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display