Comparing version 0.0.2 to 1.0.0
{ | ||
"name": "evt", | ||
"version": "0.0.2", | ||
"description": "Simple event emitter mixer for node and the browser", | ||
"main": "index.js", | ||
"directories": { | ||
"test": "test" | ||
"version": "1.0.0", | ||
"description": "Type safe replacement for node's EventEmitter", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/garronej/evt" | ||
}, | ||
"main": "./dist/lib/index.js", | ||
"types": "./dist/lib/index.d.ts", | ||
"scripts": { | ||
"test": "mocha -R list" | ||
"tsc": "npx tsc", | ||
"test": "node ./dist/test/index" | ||
}, | ||
"devDependencies": { | ||
"chai": "*" | ||
"author": "Joseph Garrone", | ||
"license": "MIT", | ||
"dependencies": { | ||
"minimal-polyfills": "^1.0.3", | ||
"run-exclusive": "^2.1.4" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/yelo-npm/Evt.git" | ||
}, | ||
"files": [ | ||
"/dist/lib", | ||
"/src/lib", | ||
"/dist/tools", | ||
"/src/tools" | ||
], | ||
"keywords": [ | ||
"events" | ||
"EventEmitter", | ||
"typescript", | ||
"functional programming", | ||
"qt signal", | ||
"events", | ||
"ts-events", | ||
"ts-evt", | ||
"async-await", | ||
"promise", | ||
"rxjs" | ||
], | ||
"author": "xananax@yelostudio.com", | ||
"license": "BSD", | ||
"readmeFilename": "README.md", | ||
"dependencies": { | ||
"chai": "~1.5.0" | ||
"homepage": "https://evt.land", | ||
"devDependencies": { | ||
"@types/node": "^8.9.1", | ||
"colors": "^1.3.0", | ||
"rxjs": "^6.5.4", | ||
"typescript": "^3.8.3" | ||
} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
Misc. License Issues
License(Experimental) A package's licensing information has fine-grained problems.
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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
452226
258
0
10124
0
2
4
1
0
2
+ Addedminimal-polyfills@^1.0.3
+ Addedrun-exclusive@^2.1.4
+ Addedminimal-polyfills@1.0.82.2.3(transitive)
+ Addedrun-exclusive@2.2.19(transitive)
- Removedchai@~1.5.0
- Removedchai@1.5.0(transitive)