Comparing version 1.0.0 to 1.0.1
{ | ||
"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); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance 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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
6972
0
1
108
75
2