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

@equinor/workspace-data-source

Package Overview
Dependencies
Maintainers
3
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@equinor/workspace-data-source - npm Package Compare versions

Comparing version 0.0.2 to 0.0.4

43

package.json
{
"name": "@equinor/workspace-data-source",
"version": "0.0.2",
"type": "module",
"license": "MIT",
"module": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
"files": [
"dist"
],
"dependencies": {
"@equinor/workspace-core": "^0.0.1"
},
"scripts": {
"build": "tsc -b",
"lint": "eslint --ext .ts,.tsx"
}
}
"name": "@equinor/workspace-data-source",
"version": "0.0.4",
"type": "module",
"license": "MIT",
"scripts": {
"build": "tsc -b",
"lint": "eslint --ext .ts,.tsx"
},
"publishConfig": {
"access": "public"
},
"module": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
"files": [
"dist"
],
"dependencies": {
"@equinor/workspace-core": "workspace:^0.0.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/equinor/fusion-workspace.git",
"directory": "packages/data-source"
},
"gitHead": "928484c35181e96467a66f2ae36e541a45743182"
}
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