Socket
Socket
Sign inDemoInstall

nanoevents

Package Overview
Dependencies
Maintainers
1
Versions
43
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 5.1.3 to 5.1.4

3

CHANGELOG.md
# Change Log
This project adheres to [Semantic Versioning](http://semver.org/).
## 5.1.4
* Remove React Native extra files.
## 5.1.3

@@ -5,0 +8,0 @@ * Allow to use library in React Native without `resolverMainFields`.

2

index.js

@@ -16,2 +16,2 @@ let createNanoEvents = () => ({

export { createNanoEvents }
module.exports = { createNanoEvents }
{
"name": "nanoevents",
"version": "5.1.3",
"version": "5.1.4",
"description": "Simple and tiny (72 bytes) event emitter library",

@@ -22,13 +22,3 @@ "keywords": [

},
"sideEffects": false,
"type": "module",
"main": "index.cjs",
"module": "index.js",
"exports": {
"./package.json": "./package.json",
".": {
"require": "./index.cjs",
"import": "./index.js"
}
}
}
"sideEffects": false
}
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