@deephaven/jsapi-shim
Advanced tools
Comparing version 0.6.1-beta.0 to 0.6.1-fixed-deps.2
{ | ||
"name": "@deephaven/jsapi-shim", | ||
"version": "0.6.1-beta.0+126e214", | ||
"version": "0.6.1-fixed-deps.2+1d874ed", | ||
"description": "Deephaven JSAPI Shim", | ||
@@ -31,22 +31,14 @@ "author": "Deephaven Data Labs LLC", | ||
"prestart": "npm run build-dev", | ||
"start": "cross-env NODE_ENV=development npm run watch", | ||
"predeploy": "cd example && npm install && npm run build", | ||
"deploy": "gh-pages -d example/build" | ||
"start": "cross-env NODE_ENV=development npm run watch" | ||
}, | ||
"peerDependencies": { | ||
"classnames": "^2.x", | ||
"prop-types": "^15.x", | ||
"react": "^16.x" | ||
"dependencies": { | ||
"prop-types": "^15.7.2" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.14.8", | ||
"@babel/core": "7.12.3", | ||
"@deephaven/tsconfig": "^0.4.0", | ||
"babel-loader": "8.1.0", | ||
"classnames": "^2.3.1", | ||
"cross-env": "^7.0.2", | ||
"npm-run-all": "^4.1.5", | ||
"prop-types": "^15.7.2", | ||
"rimraf": "^3.0.2", | ||
"typescript": "^4.3.2" | ||
"typescript": "~4.3.2" | ||
}, | ||
@@ -59,3 +51,3 @@ "files": [ | ||
}, | ||
"gitHead": "126e214ebbfe40b45113349c66913c65fc2236fd" | ||
"gitHead": "1d874ede742636976f1479910a0238f8f9abbebf" | ||
} |
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
1
6
66685
+ Addedprop-types@^15.7.2
- Removedclassnames@2.5.1(transitive)
- Removedreact@16.14.0(transitive)