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

@nextcloud/event-bus

Package Overview
Dependencies
Maintainers
6
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nextcloud/event-bus - npm Package Compare versions

Comparing version 1.2.0 to 1.3.0

.github/workflows/node.yml

5

CHANGELOG.md

@@ -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

0

dist/lib/Event.d.ts
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";

39

package.json
{
"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

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