@magnetarjs/utils
Advanced tools
Comparing version 0.1.25 to 0.5.9-beta.1
{ | ||
"name": "@magnetarjs/utils", | ||
"version": "0.1.25", | ||
"version": "0.5.9-beta.1", | ||
"sideEffects": false, | ||
"description": "Magnetar utils like a logger for easier development", | ||
"main": "dist/index.cjs.js", | ||
"module": "dist/index.esm.js", | ||
"types": "dist/types/index.d.ts", | ||
"scripts": { | ||
"build": "npm run rollup", | ||
"test": "", | ||
"rollup": "rimraf dist && rollup -c build.js" | ||
"main": "dist/index.js", | ||
"module": "dist/index.mjs", | ||
"types": "dist/index.d.ts", | ||
"exports": { | ||
".": { | ||
"import": "./dist/index.mjs", | ||
"default": "./dist/index.js" | ||
} | ||
}, | ||
"files": [ | ||
"dist" | ||
], | ||
"author": "Luca Ban - Mesqueeb", | ||
@@ -19,3 +23,2 @@ "funding": "https://github.com/sponsors/mesqueeb", | ||
"dependencies": { | ||
"@magnetarjs/core": "^0.3.7", | ||
"is-what": "^3.14.1" | ||
@@ -39,7 +42,12 @@ }, | ||
"require": [ | ||
"ts-node/register" | ||
"esbuild-register" | ||
], | ||
"timeout": "60s" | ||
}, | ||
"gitHead": "641b0f9aadf1a8ac1394eece5b126ee6dbd29c87" | ||
} | ||
"gitHead": "7358494dc3072b8f1f8bb7ec64ca1ecba610b3e7", | ||
"scripts": { | ||
"build": "tsup src/index.ts --format esm,cjs --dts", | ||
"dev": "pnpm build --watch", | ||
"test": "" | ||
} | ||
} |
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
12250
1
236
5
2
- Removed@magnetarjs/core@^0.3.7
- Removed@magnetarjs/core@0.3.7(transitive)
- Removedmerge-anything@4.0.5(transitive)
- Removedts-toolbelt@9.6.0(transitive)