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

chimee-helper

Package Overview
Dependencies
Maintainers
2
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chimee-helper - npm Package Compare versions

Comparing version 0.1.12 to 0.1.13

4

lib/index.flow.js

@@ -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",

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