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

@equinor/workspace-core

Package Overview
Dependencies
Maintainers
3
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@equinor/workspace-core - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

78

package.json
{
"name": "@equinor/workspace-core",
"version": "0.0.4",
"type": "module",
"license": "MIT",
"private": false,
"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-observable-proxy": "workspace:^0.0.3",
"rxjs": "^7.5.7"
},
"devDependencies": {
"@babel/core": "^7.0.0-0",
"@babel/plugin-transform-modules-commonjs": "^7.19.6",
"@babel/preset-typescript": "^7.18.6",
"@types/jest": "27.4.1",
"@types/node": "^18.11.9",
"jest": "^29.2.2",
"ts-jest": "^29.0.3",
"ts-node": "^10.9.1",
"typescript": "^4.8.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/equinor/fusion-workspace.git",
"directory": "packages/workspace-core"
},
"gitHead": "cc3ac06dad7d8d8d48aa586a9504896736a726d2"
}
"name": "@equinor/workspace-core",
"version": "0.0.5",
"type": "module",
"license": "MIT",
"private": false,
"publishConfig": {
"access": "public"
},
"module": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
"files": [
"dist"
],
"dependencies": {
"@equinor/workspace-observable-proxy": "^0.0.4",
"rxjs": "^7.5.7"
},
"devDependencies": {
"@babel/core": "^7.0.0-0",
"@babel/plugin-transform-modules-commonjs": "^7.19.6",
"@babel/preset-typescript": "^7.18.6",
"@types/jest": "27.4.1",
"@types/node": "^18.11.9",
"jest": "^29.2.2",
"ts-jest": "^29.0.3",
"ts-node": "^10.9.1",
"typescript": "^4.8.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/equinor/fusion-workspace.git",
"directory": "packages/workspace-core"
},
"gitHead": "6407f12589214b96228ab87d32a211f7c1cd6ba4",
"scripts": {
"build": "tsc -b",
"lint": "eslint --ext .ts,.tsx"
}
}

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