@jsenv/url-meta
Advanced tools
Comparing version 6.2.1 to 7.0.0
{ | ||
"name": "@jsenv/url-meta", | ||
"version": "6.2.1", | ||
"description": "Associate data to urls using patterns", | ||
"version": "7.0.0", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/jsenv/url-meta" | ||
"url": "https://github.com/jsenv/jsenv-core", | ||
"directory": "packages/url-meta" | ||
}, | ||
"publishConfig": { | ||
"access": "public", | ||
"registry": "https://registry.npmjs.org" | ||
}, | ||
"author": { | ||
@@ -15,52 +19,16 @@ "name": "dmail", | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"engines": { | ||
"node": ">=16.13.0" | ||
}, | ||
"type": "module", | ||
"exports": { | ||
".": { | ||
"import": "./main.js", | ||
"require": "./dist/commonjs/jsenv_url_meta.cjs" | ||
"import": "./src/url_meta.js" | ||
}, | ||
"./*": "./*" | ||
}, | ||
"main": "./main.js", | ||
"files": [ | ||
"/dist/", | ||
"/src/", | ||
"/main.js" | ||
"/src/" | ||
], | ||
"scripts": { | ||
"dev": "node ./script/dev/dev.mjs", | ||
"eslint": "npx eslint . --ext=.html,.js,.mjs,.cjs", | ||
"importmap": "node ./script/importmap/importmap.mjs", | ||
"test": "node --unhandled-rejections=strict ./script/test/test.mjs", | ||
"test-with-coverage": "npm run test -- --coverage", | ||
"dist": "npm run build-esmodule && npm run build-commonjs", | ||
"build-esmodule": "node ./script/build/build_esmodule.mjs", | ||
"build-commonjs": "node --experimental-import-meta-resolve ./script/build/build_commonjs.mjs", | ||
"prettier": "prettier --write .", | ||
"playwright-install": "npx playwright install-deps && npx playwright install", | ||
"prepublishOnly": "npm run dist" | ||
"test": "node --conditions=development ./scripts/test.mjs" | ||
}, | ||
"devDependencies": { | ||
"@jsenv/assert": "2.5.2", | ||
"@jsenv/babel-preset": "1.1.2", | ||
"@jsenv/core": "25.4.7", | ||
"@jsenv/eslint-config": "16.0.9", | ||
"@jsenv/file-size-impact": "12.1.7", | ||
"@jsenv/github-release-package": "1.3.4", | ||
"@jsenv/importmap-eslint-resolver": "5.2.5", | ||
"@jsenv/importmap-node-module": "5.1.0", | ||
"@jsenv/package-publish": "1.7.2", | ||
"@jsenv/performance-impact": "2.2.7", | ||
"eslint": "8.7.0", | ||
"eslint-plugin-html": "6.2.0", | ||
"eslint-plugin-import": "2.25.4", | ||
"playwright": "1.17.2", | ||
"prettier": "2.5.1" | ||
} | ||
} | ||
"dependencies": {} | ||
} |
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
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
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
17241
10
449
89