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

nanoevents

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nanoevents - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

3

CHANGELOG.md
# Change Log
This project adheres to [Semantic Versioning](http://semver.org/).
## 1.0.4
* Reduce npm package size.
## 1.0.3

@@ -5,0 +8,0 @@ * Reduce npm package size.

20

package.json
{
"name": "nanoevents",
"version": "1.0.3",
"version": "1.0.4",
"description": "Simple and tiny (117 bytes) event emitter library",

@@ -19,2 +19,5 @@ "keywords": [

"repository": "ai/nanoevents",
"engines": {
"node": ">=4.0.0"
},
"dependencies": {},

@@ -36,6 +39,6 @@ "devDependencies": {

"jsdoc": "^3.5.5",
"lint-staged": "^7.1.3",
"lint-staged": "^7.2.0",
"pre-commit": "^1.2.2",
"rimraf": "^2.6.2",
"size-limit": "^0.18.2",
"size-limit": "^0.18.3",
"yaspeller-ci": "^1.0.0"

@@ -51,13 +54,2 @@ },

},
"jest": {
"testEnvironment": "node",
"coverageThreshold": {
"global": {
"statements": 100
}
}
},
"engines": {
"node": ">=4.0.0"
},
"pre-commit": [

@@ -64,0 +56,0 @@ "lint-staged"

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