header-generator
Advanced tools
Comparing version 0.0.1-beta.3 to 0.0.1-beta.4
{ | ||
"name": "header-generator", | ||
"version": "0.0.1-beta.3", | ||
"version": "0.0.1-beta.4", | ||
"description": "NodeJs package for generating browser-like headers.", | ||
@@ -17,3 +17,3 @@ "author": { | ||
"dependencies": { | ||
"bayesian-network": "git+https://github.com/apify/generative-bayesian-network.git#main", | ||
"generative-bayesian-network": "0.1.0-beta.1", | ||
"ow": "^0.23.0" | ||
@@ -20,0 +20,0 @@ }, |
@@ -1,2 +0,2 @@ | ||
const { BayesianNetwork } = require('bayesian-network'); | ||
const { BayesianNetwork } = require('generative-bayesian-network'); | ||
const { default: ow } = require('ow'); | ||
@@ -3,0 +3,0 @@ |
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
Git dependency
Supply chain riskContains a dependency which resolves to a remote git URL. Dependencies fetched from git URLs are not immutable can be used to inject untrusted code or reduce the likelihood of a reproducible install.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
0
0
4039784