@uniformdev/optimize-common
Advanced tools
Comparing version 12.2.0 to 12.2.1-alpha.23
{ | ||
"name": "@uniformdev/optimize-common", | ||
"version": "12.2.0", | ||
"version": "12.2.1-alpha.23+9f08d814", | ||
"description": "Common functionality and types for Uniform Optimize", | ||
"license": "SEE LICENSE IN LICENSE.txt", | ||
"main": "./dist/cjs/index.js", | ||
"module": "./dist/esm/index.js", | ||
"main": "./dist/index.js", | ||
"module": "./dist/index.esm.js", | ||
"exports": { | ||
"import": "./dist/esm/index.js", | ||
"require": "./dist/cjs/index.js" | ||
"import": { | ||
"node": "./dist/index.mjs", | ||
"default": "./dist/index.esm.js" | ||
}, | ||
"require": "./dist/index.js" | ||
}, | ||
"types": "./dist/cjs/index.d.ts", | ||
"types": "./dist/index.d.ts", | ||
"sideEffects": false, | ||
"scripts": { | ||
"build": "run-p build:cjs build:esm", | ||
"build:esm": "tsc", | ||
"build:cjs": "tsc -p ./tsconfig.cjs.json", | ||
"dev": "run-p dev:esm dev:cjs", | ||
"dev:esm": "tsc -w", | ||
"dev:cjs": "tsc -w -p ./tsconfig.cjs.json", | ||
"build": "tsup", | ||
"dev": "tsup --watch", | ||
"clean": "rimraf dist", | ||
@@ -26,3 +25,4 @@ "test": "jest --maxWorkers=1", | ||
"ci:verify": "run-p lint test", | ||
"ci:build": "run-s clean build" | ||
"ci:build": "tsup --minify --clean", | ||
"update-openapi": "node ./update-openapi.cjs" | ||
}, | ||
@@ -38,4 +38,9 @@ "devDependencies": { | ||
"rimraf": "3.0.2", | ||
"ts-jest": "27.0.7" | ||
"ts-jest": "27.0.7", | ||
"tsup": "5.6.0" | ||
}, | ||
"dependencies": { | ||
"p-retry": "^4.6.1", | ||
"p-throttle": "^4.1.1" | ||
}, | ||
"files": [ | ||
@@ -47,3 +52,3 @@ "/dist" | ||
}, | ||
"gitHead": "f3fd2aeff34cf986ccb1c2d50e5920151beeafe9" | ||
"gitHead": "9f08d814affae6ba2f4f9d65aa2ff1bfcf5ccf93" | ||
} |
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
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
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 2 instances in 1 package
44765
708
3
2
10
7
8
+ Addedp-retry@^4.6.1
+ Addedp-throttle@^4.1.1
+ Added@types/retry@0.12.0(transitive)
+ Addedp-retry@4.6.2(transitive)
+ Addedp-throttle@4.1.1(transitive)
+ Addedretry@0.13.1(transitive)