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

@artisfy/outputjs

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@artisfy/outputjs - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

19

package.json
{
"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) {

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