@equinor/workspace-core
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
2
38
1
0
85164
9
- Removed@equinor/workspace-observable-proxy@0.2.4(transitive)
- Removed@types/prop-types@15.7.13(transitive)
- Removed@types/react@18.3.12(transitive)
- Removed@types/react-dom@18.0.5(transitive)
- Removedcsstype@3.1.3(transitive)
- Removedjs-tokens@4.0.0(transitive)
- Removedloose-envify@1.4.0(transitive)
- Removedreact@18.3.1(transitive)
- Removedreact-dom@18.2.0(transitive)
- Removedscheduler@0.23.2(transitive)