@algolia/client-insights
Advanced tools
Comparing version 0.0.0 to 5.0.0-alpha.2
@@ -1,1 +0,35 @@ | ||
{ "version": "0.0.0", "name": "@algolia/client-insights"} | ||
{ | ||
"name": "@algolia/client-insights", | ||
"version": "5.0.0-alpha.2", | ||
"description": "JavaScript client for client-insights", | ||
"repository": "algolia/algoliasearch-client-javascript", | ||
"license": "MIT", | ||
"author": "Algolia", | ||
"main": "index.js", | ||
"jsdelivr": "dist/client-insights.umd.js", | ||
"unpkg": "dist/client-insights.umd.js", | ||
"module": "dist/client-insights.esm.node.js", | ||
"browser": "dist/client-insights.umd.js", | ||
"types": "index.d.ts", | ||
"files": [ | ||
"dist", | ||
"model", | ||
"index.js", | ||
"index.d.ts" | ||
], | ||
"scripts": { | ||
"clean": "rm -rf ./dist" | ||
}, | ||
"dependencies": { | ||
"@algolia/client-common": "5.0.0-alpha.2", | ||
"@algolia/requester-browser-xhr": "5.0.0-alpha.2", | ||
"@algolia/requester-node-http": "5.0.0-alpha.2" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "16.11.45", | ||
"typescript": "4.7.4" | ||
}, | ||
"engines": { | ||
"node": ">= 14.0.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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
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
82783
34
0
1640
1
3
2
2
+ Added@algolia/client-common@5.0.0-alpha.2(transitive)
+ Added@algolia/requester-browser-xhr@5.0.0-alpha.2(transitive)
+ Added@algolia/requester-node-http@5.0.0-alpha.2(transitive)