Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

hyperscript-attribute-to-property

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hyperscript-attribute-to-property - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

8

package.json
{
"name": "hyperscript-attribute-to-property",
"description": "Convert hyperscript attributes to properties",
"version": "1.0.1",
"version": "1.0.2",
"author": {

@@ -15,3 +15,2 @@ "name": "Feross Aboukhadijeh",

"devDependencies": {
"airtap": "0.0.7",
"standard": "*",

@@ -39,7 +38,4 @@ "tape": "^4.0.0",

"scripts": {
"test": "standard && npm run test-node && npm run test-browser",
"test-browser": "airtap -- test/*.js",
"test-browser-local": "airtap --local -- test/*.js",
"test-node": "tape test/*.js"
"test": "standard && tape test/*.js"
}
}

@@ -14,4 +14,2 @@ # hyperscript-attribute-to-property [![travis][travis-image]][travis-url] [![npm][npm-image]][npm-url] [![downloads][downloads-image]][downloads-url] [![javascript style guide][standard-image]][standard-url]

[![Sauce Test Status](https://saucelabs.com/browser-matrix/hyperscript-attr.svg)](https://saucelabs.com/u/hyperscript-attr)
Some html attributes have different JavaScript property names. The most annoying of these

@@ -18,0 +16,0 @@ is `class` v.s. `className`.

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