@artisfy/outputjs
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@artisfy/outputjs", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Recursively crawls the DOM and gathers data from custom attributes", | ||
@@ -10,16 +10,5 @@ "main": "index.js", | ||
"dependencies": { | ||
"hummingbird": "@artisfy/hummingbird", | ||
"parse-data-attributes": "@artisfy/parse-data-attributes" | ||
}, | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/panphora/outputjs.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/panphora/outputjs/issues" | ||
}, | ||
"homepage": "https://github.com/panphora/outputjs#readme" | ||
"@artisfy/hummingbird": "^1.0.0", | ||
"@artisfy/parse-data-attributes": "^1.0.0" | ||
} | ||
} |
@@ -1,4 +0,4 @@ | ||
import { forEachAttr } from 'hummingbird/lib/dom'; | ||
import { dashToCamelCase, getPathFromUrl } from 'hummingbird/lib/string'; | ||
import { formatSpaces } from "parse-data-attributes"; | ||
import { forEachAttr } from '@artisfy/hummingbird/lib/dom'; | ||
import { dashToCamelCase, getPathFromUrl } from '@artisfy/hummingbird/lib/string'; | ||
import { formatSpaces } from "@artisfy/parse-data-attributes"; | ||
@@ -5,0 +5,0 @@ function parseNode (elem, isParentDataAnObject) { |
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
GitHub dependency
Supply chain riskContains a dependency which resolves to a GitHub URL. Dependencies fetched from GitHub specifiers are not immutable can be used to inject untrusted code or reduce the likelihood of a reproducible install.
Found 2 instances in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
1
0
7463
1
+ Added@artisfy/hummingbird@^1.0.0
+ Added@artisfy/hummingbird@1.0.1(transitive)
+ Added@artisfy/parse-data-attributes@1.0.2(transitive)
- Removedhummingbird@@artisfy/hummingbird
- Removedparse-data-attributes@@artisfy/parse-data-attributes