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

attodom

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

attodom - npm Package Compare versions

Comparing version 0.8.1 to 0.8.2

1

el.js

@@ -19,2 +19,3 @@ var mount = require('./mount')

var node = document.createElement(tagName)
for (var i=1; i<arguments.length; ++i) {

@@ -21,0 +22,0 @@ var arg = arguments[i]

2

find.js

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

module.exports = function(start, test, until) { //find(test, head=body, foot=null)
module.exports = function(start, test, until) {
var spot = start,

@@ -3,0 +3,0 @@ last = until || null

@@ -1,3 +0,1 @@

/* global document */
/**

@@ -9,3 +7,2 @@ * @param {!Function} make

module.exports = function(make, getK) {
/**@property {Function} update */
var kin = document.createComment('[')

@@ -12,0 +9,0 @@ //@ts-ignore

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

/* global document */
/**

@@ -3,0 +2,0 @@ * @param {Element} kin

{
"name": "attodom",
"version": "0.8.1",
"version": "0.8.2",
"main": "./index.js",

@@ -5,0 +5,0 @@ "description": "yet another small DOM component library",

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

/* global document */
var mount = require('./mount')

@@ -3,0 +2,0 @@

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

/* global document */
var setter = require('./setter')

@@ -3,0 +2,0 @@

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