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.1 to 0.0.2

LICENSE

32

package.json
{
"name": "@equinor/workspace-core",
"version": "0.0.1",
"version": "0.0.2",
"type": "module",

@@ -9,4 +9,7 @@ "license": "MIT",

"build": "tsc -b",
"lint": "eslint --ext .ts,.tsx,.js src/"
"lint": "eslint --ext .ts,.tsx"
},
"publishConfig": {
"access": "public"
},
"module": "dist/esm/index.js",

@@ -18,11 +21,22 @@ "types": "dist/types/index.d.ts",

"dependencies": {
"@equinor/workspace-observable-proxy": "*",
"@equinor/workspace-observable-proxy": "workspace:0.0.2",
"rxjs": "^7.5.7"
},
"peerDependencies": {
"react-dom": "18.2.0",
"@types/react-dom": "18.0.5",
"react": "^18.2.0",
"@types/react": "^18.2.0"
}
"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": "1eb633a85f90b89658b48ee7a370bf2f0848ad16"
}

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