chimee-helper
Advanced tools
Comparing version 0.1.12 to 0.1.13
@@ -56,4 +56,4 @@ declare module 'chimee-helper' { | ||
declare export function getAttr (el: Node, attrName: string): Attr; | ||
declare export function setAttr (el: Node, attrName: string, attrVa: Attr): void; | ||
declare export function getAttr (el: Node, attrName: string): string | null; | ||
declare export function setAttr (el: Node, attrName: string, attrVa: any): void; | ||
declare export function addClassName (el: Node, cls: string): void; | ||
@@ -60,0 +60,0 @@ declare export function removeClassName (el: Node, cls: string): void; |
{ | ||
"name": "chimee-helper", | ||
"version": "0.1.12", | ||
"version": "0.1.13", | ||
"description": "helper of chimee", | ||
@@ -39,3 +39,3 @@ "main": "lib/index.js", | ||
"babel-runtime": "^6.23.0", | ||
"chimee-helper-dom": "^0.1.1", | ||
"chimee-helper-dom": "^0.1.2", | ||
"chimee-helper-events": "^0.1.0", | ||
@@ -42,0 +42,0 @@ "chimee-helper-log": "^0.1.1", |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a 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
188327
1
Updatedchimee-helper-dom@^0.1.2