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.0 to 1.0.1

12

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

@@ -15,6 +15,6 @@ "name": "Feross Aboukhadijeh",

"devDependencies": {
"standard": "^6.0.4",
"airtap": "0.0.7",
"standard": "*",
"tape": "^4.0.0",
"virtual-dom": "^2.1.1",
"zuul": "^3.0.0"
"virtual-dom": "^2.1.1"
},

@@ -40,6 +40,6 @@ "homepage": "https://github.com/feross/hyperscript-attribute-to-property",

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

@@ -1,2 +0,2 @@

# hyperscript-attribute-to-property [![travis][travis-image]][travis-url] [![npm][npm-image]][npm-url] [![downloads][downloads-image]][downloads-url]
# 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]

@@ -9,5 +9,9 @@ [travis-image]: https://img.shields.io/travis/feross/hyperscript-attribute-to-property/master.svg

[downloads-url]: https://npmjs.org/package/hyperscript-attribute-to-property
[standard-image]: https://img.shields.io/badge/code_style-standard-brightgreen.svg
[standard-url]: https://standardjs.com
### Convert hyperscript attributes to properties
[![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

@@ -45,3 +49,3 @@ is `class` v.s. `className`.

## hyperx
### hyperx

@@ -48,0 +52,0 @@ If you use the [hyperx](https://npmjs.com/package/hyperx) package, then this functionality

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