@nextcloud/event-bus
Advanced tools
Comparing version 1.2.0 to 1.3.0
@@ -5,2 +5,7 @@ # Changelog | ||
## 1.3.0 - 2021-05-05 | ||
### Changed | ||
- Move a single to transpiled library bundle | ||
- Dependency updates | ||
## 1.2.0 - 2020-06-03 | ||
@@ -7,0 +12,0 @@ ### Changed |
export interface Event { | ||
} |
@@ -0,0 +0,0 @@ import { Event } from "./Event"; |
@@ -0,0 +0,0 @@ import { Event } from "./Event"; |
@@ -0,0 +0,0 @@ declare global { |
@@ -0,0 +0,0 @@ import { Event } from "./Event.js"; |
@@ -0,0 +0,0 @@ import { Event } from "./Event.js"; |
{ | ||
"name": "@nextcloud/event-bus", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"description": "", | ||
"main": "dist/index.js", | ||
"module": "dist/index.es.js", | ||
"types": "dist/index.d.ts", | ||
"scripts": { | ||
"build": "babel ./lib --out-dir dist --extensions '.ts,.tsx' --source-maps && tsc --emitDeclarationOnly", | ||
"build:doc": "typedoc --excludeNotExported --mode file --out dist/doc lib/index.ts && touch dist/doc/.nojekyll", | ||
"build": "NODE_ENV=production rollup -c", | ||
"build:doc": "typedoc --out dist/doc lib/index.ts && touch dist/doc/.nojekyll", | ||
"check-types": "tsc", | ||
"dev": "babel ./lib --out-dir dist --extensions '.ts,.tsx' --watch", | ||
"dev": "NODE_ENV=development rollup -c --watch", | ||
"test": "jest", | ||
@@ -26,18 +27,24 @@ "test:watch": "jest --watchAll" | ||
"dependencies": { | ||
"@types/semver": "^7.1.0", | ||
"core-js": "^3.6.2", | ||
"semver": "^7.3.2" | ||
"@types/semver": "^7.3.5", | ||
"core-js": "^3.11.2", | ||
"semver": "^7.3.5" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.6.0", | ||
"@babel/core": "^7.6.0", | ||
"@babel/plugin-proposal-class-properties": "^7.5.5", | ||
"@babel/preset-env": "^7.6.0", | ||
"@babel/preset-typescript": "^7.6.0", | ||
"@babel/cli": "^7.13.16", | ||
"@babel/core": "^7.14.0", | ||
"@babel/plugin-proposal-class-properties": "^7.13.0", | ||
"@babel/preset-env": "^7.14.1", | ||
"@babel/preset-typescript": "^7.13.0", | ||
"@nextcloud/browserslist-config": "^1.0.0", | ||
"babel-jest": "^26.0.1", | ||
"@rollup/plugin-babel": "^5.3.0", | ||
"@rollup/plugin-commonjs": "^18.0.0", | ||
"@rollup/plugin-node-resolve": "^11.2.1", | ||
"babel-jest": "^26.6.3", | ||
"babel-plugin-inline-json-import": "^0.3.2", | ||
"jest": "^26.0.1", | ||
"typedoc": "^0.17.2", | ||
"typescript": "^3.6.3" | ||
"jest": "^26.6.3", | ||
"rollup": "^2.47.0", | ||
"rollup-plugin-inject-process-env": "^1.3.1", | ||
"rollup-plugin-typescript2": "^0.30.0", | ||
"typedoc": "^0.20.36", | ||
"typescript": "^4.2.4" | ||
}, | ||
@@ -44,0 +51,0 @@ "browserslist": [ |
{ | ||
"compilerOptions": { | ||
"target": "es5", | ||
"module": "commonjs", | ||
"module": "es2015", | ||
"declaration": true, | ||
@@ -14,4 +14,5 @@ "outDir": "./dist", | ||
"resolveJsonModule": true, | ||
"esModuleInterop": true | ||
"esModuleInterop": true, | ||
"moduleResolution": "node" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 2 instances in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
749376
6015
0
17
27
Updated@types/semver@^7.3.5
Updatedcore-js@^3.11.2
Updatedsemver@^7.3.5