event-helper
Advanced tools
Comparing version 0.0.1 to 1.0.0
@@ -133,3 +133,3 @@ "use strict"; | ||
} | ||
exports.EventHelper = EventHelper; | ||
exports.default = EventHelper; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "event-helper", | ||
"version": "0.0.1", | ||
"version": "1.0.0", | ||
"description": "a evnet handle write by typescript", | ||
@@ -33,5 +33,5 @@ "main": "build/index.js", | ||
"author": "hubiqing", | ||
"repository": "https://github.com/githbq/hbq-module-boilerplate.git", | ||
"repository": "https://github.com/githbq/hbq-event-helper.git", | ||
"engines": {"node": ">=7.6"}, | ||
"license": "MIT" | ||
} |
@@ -14,6 +14,4 @@ # event-helper | ||
```javascript | ||
//in ts | ||
import { EventHelper } from 'event-helper' | ||
//in js | ||
const { EventHelper } = require('event-helper') | ||
import EventHelper from 'event-helper' | ||
@@ -20,0 +18,0 @@ const eventInstance=EventHelper.create() |
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
6628
58