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

@genesislcap/foundation-events

Package Overview
Dependencies
Maintainers
1
Versions
1143
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@genesislcap/foundation-events - npm Package Compare versions

Comparing version 10.3.1 to 11.3.0

1

dist/esm/eventEmitter/eventEmitterDI.js

@@ -14,2 +14,1 @@ import { DI } from '@microsoft/fast-foundation';

};
//# sourceMappingURL=eventEmitterDI.js.map

@@ -8,2 +8,1 @@ import { getBaseEmitArgs, } from '../types';

};
//# sourceMappingURL=eventEmitterMixin.js.map
export * from './eventEmitterDI';
export * from './eventEmitterMixin';
//# sourceMappingURL=index.js.map
import('./index');
//# sourceMappingURL=index.federated.js.map
export * from './eventEmitter';
export * from './types';
//# sourceMappingURL=index.js.map

@@ -22,2 +22,1 @@ const isEmitOptions = (candidate) => (candidate === null || candidate === void 0 ? void 0 : candidate.hasOwnProperty('bubbles')) ||

export const createSelectEmitter = () => createChangeEmitter(targetFirstSelectedValue);
//# sourceMappingURL=types.js.map

7

package.json
{
"name": "@genesislcap/foundation-events",
"description": "Genesis Foundation Events",
"version": "10.3.1",
"version": "11.3.0",
"sideEffects": false,

@@ -9,3 +9,2 @@ "license": "SEE LICENSE IN license.txt",

"types": "dist/dts/index.d.ts",
"unpkg": "dist/foundation-events.min.js",
"config": {

@@ -26,3 +25,3 @@ "PORT": 3060

"dev:webpack": "cross-env NODE_ENV=development webpack serve",
"prepare": "npm run clean && npm run build",
"prepare": "npm run clean && npm run build:tsc",
"prepublishOnly": "npm run prepare",

@@ -88,3 +87,3 @@ "serve": "serve dist -p $npm_package_config_PORT",

},
"gitHead": "ba5071ecd9fa59296bb4a392f960283a469cb5da"
"gitHead": "14c3b231f318b547590e2474af8a1e86a7ee63ed"
}
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