Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@equinor/fusion-framework-module

Package Overview
Dependencies
Maintainers
4
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@equinor/fusion-framework-module - npm Package Compare versions

Comparing version 4.2.2 to 4.2.3

LICENSE

12

CHANGELOG.md
# Change Log
## 4.2.3
### Patch Changes
- [#1109](https://github.com/equinor/fusion-framework/pull/1109) [`7ec195d4`](https://github.com/equinor/fusion-framework/commit/7ec195d42098fec8794db13e83b71ef7753ff862) Thanks [@odinr](https://github.com/odinr)! - Change packaged manager from yarn to pnpm
conflicts of `@types/react` made random outcomes when using `yarn`
this change should not affect consumer of the packages, but might conflict dependent on local package manager.
- [#1145](https://github.com/equinor/fusion-framework/pull/1145) [`d276fc5d`](https://github.com/equinor/fusion-framework/commit/d276fc5d514566d05c64705076a1cb91c6a44272) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps): bump rxjs from 7.5.7 to [7.8.1](https://github.com/ReactiveX/rxjs/blob/7.8.1/CHANGELOG.md)
## 4.2.2

@@ -4,0 +16,0 @@

2

dist/esm/version.js

@@ -1,2 +0,2 @@

export const version = '4.2.2';
export const version = '4.2.3';
//# sourceMappingURL=version.js.map

@@ -1,1 +0,1 @@

export declare const version = "4.2.2";
export declare const version = "4.2.3";
{
"name": "@equinor/fusion-framework-module",
"version": "4.2.2",
"description": "",
"main": "dist/esm/index.js",
"exports": {
".": "./dist/esm/index.js",
"./provider": "./dist/esm/lib/provider/index.js"
},
"types": "index.d.ts",
"typesVersions": {
">=4.2": {
"*": [
"dist/types/*"
],
"provider": [
"dist/types/lib/provider/index"
]
}
},
"scripts": {
"build": "tsc -b",
"prepack": "yarn build"
},
"keywords": [],
"author": "",
"license": "ISC",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/equinor/fusion-framework.git",
"directory": "packages/modules/module"
},
"dependencies": {
"rxjs": "^7.5.7",
"semver": "^7.5.0"
},
"devDependencies": {
"typescript": "^5.1.3"
"name": "@equinor/fusion-framework-module",
"version": "4.2.3",
"description": "",
"main": "dist/esm/index.js",
"exports": {
".": "./dist/esm/index.js",
"./provider": "./dist/esm/lib/provider/index.js"
},
"types": "index.d.ts",
"typesVersions": {
">=4.2": {
"*": [
"dist/types/*"
],
"provider": [
"dist/types/lib/provider/index"
]
}
}
},
"keywords": [],
"author": "",
"license": "ISC",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/equinor/fusion-framework.git",
"directory": "packages/modules/module"
},
"dependencies": {
"rxjs": "^7.8.1",
"semver": "^7.5.4"
},
"devDependencies": {
"@types/node": "^20.4.9",
"@types/semver": "^7.5.0",
"typescript": "^5.1.3"
},
"peerDependencies": {
"@types/semver": "^7.5.0"
},
"peerDependenciesMeta": {
"@types/semver": {
"optional": true
}
},
"scripts": {
"build": "tsc -b"
}
}
// Generated by genversion.
export const version = '4.2.2';
export const version = '4.2.3';

@@ -6,9 +6,3 @@ {

"rootDir": "src",
"declarationDir": "./dist/types",
"baseUrl": "src",
"paths": {
"@equinor/fusion-framework-module/provider": [
"lib/provider"
]
}
"declarationDir": "./dist/types"
},

@@ -15,0 +9,0 @@ "include": [

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