New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

event-helper

Package Overview
Dependencies
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

event-helper - npm Package Compare versions

Comparing version 1.0.5 to 1.1.0

0

build/index.js

@@ -0,0 +0,0 @@ (function (factory) {

19

package.json
{
"name": "event-helper",
"version": "1.0.5",
"version": "1.1.0",
"description": "a evnet handle write by typescript",
"main": "build/index.js",
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"scripts": {

@@ -16,6 +19,8 @@ "start:build": "npm run tsc && node build",

},
"dependencies": {"tslib": "^1.6.1"},
"dependencies": {
"tslib": "^2.1.0"
},
"devDependencies": {
"@types/mocha": "^2.2.41",
"@types/node": "^6.0.48",
"@types/node": "^14.14.37",
"@types/should": "^8.3.0",

@@ -27,3 +32,3 @@ "mocha": "^3.3.0",

"tslint": "^5.1.0",
"typescript": "^2.3.2"
"typescript": "^4.2.3"
},

@@ -36,4 +41,6 @@ "keywords": [

"repository": "https://github.com/githbq/hbq-event-helper.git",
"engines": {"node": ">=7.6"},
"engines": {
"node": ">=7.6"
},
"license": "MIT"
}
}
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