@magnetarjs/core
Advanced tools
Comparing version 0.3.7 to 0.5.9-beta.1
{ | ||
"name": "@magnetarjs/core", | ||
"version": "0.3.7", | ||
"version": "0.5.9-beta.1", | ||
"sideEffects": false, | ||
"description": "Magnetar core library.", | ||
"main": "dist/index.cjs.js", | ||
"module": "dist/index.esm.js", | ||
"types": "dist/types/index.d.ts", | ||
"scripts": { | ||
"build": "npm run rollup", | ||
"test-and-build": "npm run test && npm run build", | ||
"test": "ava", | ||
"test--only": "ava --match='*only:*'", | ||
"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", | ||
@@ -23,6 +25,8 @@ "funding": "https://github.com/sponsors/mesqueeb", | ||
"merge-anything": "^4.0.2", | ||
"ts-toolbelt": "^9.6.0" | ||
"ts-toolbelt": "^9.6.0", | ||
"fast-sort": "^3.1.3", | ||
"path-to-prop": "^2.0.2" | ||
}, | ||
"devDependencies": { | ||
"@magnetarjs/test-utils": "^0.1.18" | ||
"@magnetarjs/test-utils": "0.5.9-beta.1" | ||
}, | ||
@@ -66,7 +70,13 @@ "keywords": [ | ||
"require": [ | ||
"ts-node/register" | ||
"esbuild-register" | ||
], | ||
"timeout": "60s" | ||
}, | ||
"gitHead": "641b0f9aadf1a8ac1394eece5b126ee6dbd29c87" | ||
} | ||
"scripts": { | ||
"build": "tsup src/index.ts --format esm,cjs --dts", | ||
"dev": "pnpm build --watch", | ||
"test-and-build": "npm run test && npm run build", | ||
"test": "ava", | ||
"test--only": "ava --match='*only:*'" | ||
} | ||
} |
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
109252
5
5
2576
4
+ Addedfast-sort@^3.1.3
+ Addedpath-to-prop@^2.0.2
+ Addedfast-sort@3.4.1(transitive)
+ Addedpath-to-prop@2.0.4(transitive)