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

node-han-css

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-han-css - npm Package Compare versions

Comparing version 0.1.2 to 0.2.0

3

lib/Han.js

@@ -13,2 +13,3 @@ var EventEmitter = require('events');

this._eventEmitter = new EventEmitter();
this._eventEmitter.setMaxListeners(100);
}

@@ -41,3 +42,3 @@

this._eventEmitter.on('ready', callback.bind(this, null, this));
this._eventEmitter.once('ready', callback.bind(this, null, this));
};

@@ -44,0 +45,0 @@

{
"name": "node-han-css",
"version": "0.1.2",
"version": "0.2.0",
"description": "An unofficial library to use han-css in Node",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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