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

babel-plugin-hyperhtml

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-hyperhtml - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

index.js

11

package.json
{
"name": "babel-plugin-hyperhtml",
"version": "0.0.3",
"version": "0.0.4",
"description": "Compiles JSX to hyperHTML calls. ",

@@ -11,3 +11,3 @@ "main": "index.js",

"scripts": {
"test": "jest --collectCoverage",
"test": "jest",
"prepublish": "yarn run build",

@@ -28,3 +28,8 @@ "build": "babel -d ./lib ./src"

},
"dependencies": {}
"dependencies": {},
"jest": {
"roots": [
"<rootDir>/src/"
]
}
}

@@ -27,3 +27,3 @@ # Babel Plugin HyperHTML

TODO: See the tests for now.
TODO: See the tests and [this demo on AST Explorer](http://astexplorer.net/#/gist/bd0aaf31811a4f68e637c330d0472391/d7d74dcb671df9a4746910bbb939b1e6fef5cea8) for now.

@@ -30,0 +30,0 @@

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