Socket
Socket
Sign inDemoInstall

property-information

Package Overview
Dependencies
0
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.0.0 to 6.0.1

2

index.d.ts

@@ -6,1 +6,3 @@ export {find} from './lib/find.js'

export var svg: import('./lib/util/schema.js').Schema
export type Info = import('./lib/util/info.js').Info
export type Schema = import('./lib/util/schema.js').Schema

@@ -0,1 +1,6 @@

/**
* @typedef {import('./lib/util/info.js').Info} Info
* @typedef {import('./lib/util/schema.js').Schema} Schema
*/
import {merge} from './lib/util/merge.js'

@@ -2,0 +7,0 @@ import {xlink} from './lib/xlink.js'

16

package.json
{
"name": "property-information",
"version": "6.0.0",
"version": "6.0.1",
"description": "Information for HTML properties",

@@ -37,6 +37,6 @@ "license": "MIT",

"@types/mdast": "^3.0.0",
"@types/node": "^14.0.0",
"@types/node": "^15.0.0",
"@types/tape": "^4.0.0",
"@types/unist": "^2.0.0",
"alpha-sort": "^4.0.0",
"alpha-sort": "^5.0.0",
"bail": "^2.0.0",

@@ -47,3 +47,3 @@ "c8": "^7.0.0",

"html-event-attributes": "^2.0.0",
"mdast-zone": "^4.0.0",
"mdast-zone": "^5.0.0",
"prettier": "^2.0.0",

@@ -59,3 +59,3 @@ "remark-cli": "^9.0.0",

"unist-builder": "^2.0.0",
"xo": "^0.38.0"
"xo": "^0.39.0"
},

@@ -69,3 +69,3 @@ "scripts": {

"test-coverage": "c8 --check-coverage --branches 100 --functions 100 --lines 100 --statements 100 --reporter lcov node test.js",
"test": "npm run generate && npm run format && npm run test-coverage"
"test": "npm run generate && npm run build && npm run format && npm run test-coverage"
},

@@ -90,5 +90,5 @@ "prettier": {

"remarkConfig": {
"to do: add the following plugin back when `unified-engine` supports ESM": "./script/list",
"plugins": [
"preset-wooorm"
"preset-wooorm",
"./script/list.js"
]

@@ -95,0 +95,0 @@ },

@@ -15,4 +15,4 @@ # property-information

This package is ESM only: Node 12+ is needed to use it and it must be `import`ed
instead of `require`d.
This package is [ESM only](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c):
Node 12+ is needed to use it and it must be `import`ed instead of `require`d.

@@ -19,0 +19,0 @@ [npm][]:

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc