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.2.0 to 0.2.1

1

lib/http/resourceCollections/PeopleResourceCollection.d.ts

@@ -6,2 +6,3 @@ import BaseResourceCollection from './BaseResourceCollection';

getPersonDetails(id: string): string;
getPersonPhoto(id: string): string;
}

@@ -13,2 +13,5 @@ import BaseResourceCollection from './BaseResourceCollection';

}
getPersonPhoto(id) {
return combineUrls(this.getBaseUrl(), 'persons', id, 'photo');
}
}

2

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

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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