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.4 to 1.0.5

3

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

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

37

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

@@ -21,36 +21,3 @@ "keywords": [

"node": ">=4.0.0"
},
"dependencies": {},
"devDependencies": {
"docdash": "^0.4.0",
"eslint": "^4.19.1",
"eslint-ci": "^0.1.1",
"eslint-config-logux": "^23.0.0",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-es5": "^1.3.1",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-jest": "^21.17.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-security": "^1.4.0",
"eslint-plugin-standard": "^3.1.0",
"jest": "^23.1.0",
"jsdoc": "^3.5.5",
"lint-staged": "^7.2.0",
"pre-commit": "^1.2.2",
"rimraf": "^2.6.2",
"size-limit": "^0.18.3",
"yaspeller-ci": "^1.0.0"
},
"scripts": {
"lint-staged": "lint-staged",
"spellcheck": "yarn docs && yaspeller-ci *.md docs/*.html",
"clean": "rimraf docs/ coverage/",
"lint": "eslint-ci *.js test/*.js",
"docs": "jsdoc --configure .jsdocrc *.js",
"test": "jest --coverage && yarn lint && size-limit && yarn spellcheck"
},
"pre-commit": [
"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