Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

rapid-dom

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rapid-dom - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

imp.md

6

package.json
{
"name": "rapid-dom",
"version": "1.0.0",
"version": "1.0.1",
"description": "This JavaScript library let's you manipulate DOM the easiest way. It's syntax is a little like JQuery and it is easy to learn for beginner programmers. You can manipulate DOM in one line using this library",

@@ -11,3 +11,3 @@ "main": "index.js",

"scripts": {
"test": "jest"
"test": ""
},

@@ -36,5 +36,3 @@ "keywords": [

"devDependencies": {
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0"
}
}

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

class quikdom {
class DOM {
constructor(selector) {

@@ -84,2 +84,2 @@ this.selector = document.querySelectorAll(selector);

export const Renderer = (selector) => new quikdom(selector);
export const Renderer = (selector) => new DOM(selector);
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