@jalik/observer
Advanced tools
Comparing version 1.1.8 to 1.1.9
# Changelog | ||
## v1.1.8 | ||
## v1.1.9 | ||
- Renamed index.js to Observer.js | ||
## v1.1.8 (deprecated) | ||
**This version has been published with unwanted changes** | ||
- Added `esnext` and `sideEffects` in package.json | ||
- Renamed the main file to index.js | ||
- Renamed observer.js to index.js | ||
- Upgraded dependencies | ||
@@ -7,0 +11,0 @@ |
{ | ||
"name": "@jalik/observer", | ||
"version": "1.1.8", | ||
"version": "1.1.9", | ||
"description": "A library to observe events and trigger callbacks.", | ||
@@ -23,4 +23,4 @@ "license": "MIT", | ||
}, | ||
"main": "dist/index.js", | ||
"esnext": "src/index.js", | ||
"main": "dist/Observer.js", | ||
"esnext": "src/Observer.js", | ||
"sideEffects": false, | ||
@@ -44,12 +44,12 @@ "scripts": { | ||
"@babel/plugin-transform-runtime": "^7.12.1", | ||
"@babel/preset-env": "^7.11.5", | ||
"acorn": "^7.4.0", | ||
"ajv": "^6.12.5", | ||
"eslint": "^7.9.0", | ||
"eslint-config-airbnb-base": "^14.2.0", | ||
"eslint-plugin-import": "^2.22.0", | ||
"eslint-plugin-jest": "^24.0.1", | ||
"jest": "^26.4.2", | ||
"typescript": "^4.0.2" | ||
"@babel/preset-env": "^7.12.1", | ||
"acorn": "^7.4.1", | ||
"ajv": "^6.12.6", | ||
"eslint": "^7.13.0", | ||
"eslint-config-airbnb-base": "^14.2.1", | ||
"eslint-plugin-import": "^2.22.1", | ||
"eslint-plugin-jest": "^24.1.0", | ||
"jest": "^26.6.3", | ||
"typescript": "^4.0.5" | ||
} | ||
} |
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
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
10568
0