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

@equinor/fusion

Package Overview
Dependencies
Maintainers
2
Versions
485
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@equinor/fusion - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

51

package.json
{
"name": "@equinor/fusion",
"version": "0.3.1",
"version": "0.3.2",
"description": "Everything a Fusion app needs to communicate with the core",

@@ -8,2 +8,6 @@ "main": "lib/index.js",

"scripts": {
"update-version-definition": "echo \"export default '$npm_package_version';\" > src/version.ts",
"build": "npm run update-version-definition && npm run tsc",
"tsc": "tsc -p ./tsconfig.json",
"tsc:version": "tsc --version",
"prepack": "tsc"

@@ -25,30 +29,31 @@ },

"dependencies": {
"uuid": "^3.3.2",
"odata-query": "^5.6.1"
"uuid": "^3.3.3",
"odata-query": "^5.7.0"
},
"devDependencies": {
"@types/history": "^4.7.2",
"@types/react": "^16.8.17",
"@types/react-router": "^5.0.0",
"@types/react-router-dom": "^4.3.3",
"@types/uuid": "^3.4.4",
"tslib": "^1.9.3",
"@types/history": "^4.7.3",
"@types/react": "^16.9.2",
"@types/react-router": "^5.0.3",
"@types/react-router-dom": "^4.3.5",
"@types/uuid": "^3.4.5",
"history": "^4.9.0",
"react": "^16.9.0",
"react-router": "^5.0.1",
"react-router-dom": "^5.0.1",
"tslib": "^1.10.0",
"tslint-config-prettier": "^1.18.0",
"history": "^4.9.0",
"react": "^16.8.6",
"react-router": "^5.0.0",
"react-router-dom": "^5.0.0"
"typescript": "^3.5.3"
},
"peerDependencies": {
"@types/history": "^4.7.2",
"@types/react": "^16.8.17",
"@types/react-router": "^5.0.0",
"@types/react-router-dom": "^4.3.3",
"@types/uuid": "^3.4.4",
"@types/history": "^4.7.3",
"@types/react": "^16.9.2",
"@types/react-router": "^5.0.3",
"@types/react-router-dom": "^4.3.5",
"@types/uuid": "^3.4.5",
"history": "^4.9.0",
"react": "^16.8.6",
"react-router": "^5.0.0",
"react-router-dom": "^5.0.0",
"uuid": "^3.3.2",
"odata-query": "^5.6.1"
"react": "^16.9.0",
"react-router": "^5.0.1",
"react-router-dom": "^5.0.1",
"uuid": "^3.3.3",
"odata-query": "^5.7.0"
},

@@ -55,0 +60,0 @@ "files": [

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