Socket
Socket
Sign inDemoInstall

cross-event

Package Overview
Dependencies
2
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

dist/index.node.js

10

package.json
{
"name": "cross-event",
"version": "1.0.0",
"version": "1.0.1",
"description": "Universal EventEmitter API for Node, Browsers and React Native",
"repository": "https://github.com/joaomarcuslf/corss-event.git",
"repository": "https://github.com/joaomarcuslf/cross-event.git",
"author": "João Marcus Fernandes <jmarcusfernandes@gmail.com>",
"license": "MIT",
"main": "src/index.node.js",
"react-native": "src/index.native.js",
"browser": "src/index.browser.js",
"main": "dist/index.node.js",
"react-native": "dist/index.native.js",
"browser": "dist/index.browser.js",
"scripts": {

@@ -12,0 +12,0 @@ "build": "rm -rf ./dist/* && babel src -d dist",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc