astrojs-compiler-sync
Advanced tools
Comparing version
{ | ||
"name": "astrojs-compiler-sync", | ||
"version": "1.0.1", | ||
"version": "1.1.0", | ||
"description": "@astrojs/compiler to process synchronously.", | ||
"main": "lib/index.cjs", | ||
"types": "lib/index.d.ts", | ||
"types": "lib/index.d.cts", | ||
"files": [ | ||
@@ -13,9 +13,20 @@ "lib", | ||
".": { | ||
"browser": "./browser/index.mjs", | ||
"import": "./lib/index.mjs", | ||
"require": "./lib/index.cjs", | ||
"types": "./lib/index.d.ts" | ||
"browser": { | ||
"types": "./browser/index.d.ts", | ||
"default": "./browser/index.js" | ||
}, | ||
"import": { | ||
"types": "./lib/index.d.ts", | ||
"default": "./lib/index.js" | ||
}, | ||
"require": { | ||
"types": "./lib/index.d.ts", | ||
"default": "./lib/index.cjs" | ||
} | ||
}, | ||
"./package.json": "./package.json", | ||
"./browser/index.mjs": "./browser/index.mjs" | ||
"./browser": { | ||
"types": "./browser/index.d.ts", | ||
"default": "./browser/index.js" | ||
}, | ||
"./package.json": "./package.json" | ||
}, | ||
@@ -29,3 +40,3 @@ "type": "module", | ||
"eslint-fix": "npm run lint -- --fix", | ||
"test": "mocha \"tests/**/*.mjs\" --reporter dot --timeout 60000", | ||
"test": "mocha \"tests/**/*.js\" --reporter dot --timeout 60000", | ||
"cover": "nyc --reporter=lcov npm run test", | ||
@@ -55,3 +66,3 @@ "preversion": "npm run lint && npm test", | ||
"dependencies": { | ||
"synckit": "^0.9.0" | ||
"synckit": "^0.11.0" | ||
}, | ||
@@ -65,3 +76,3 @@ "devDependencies": { | ||
"@types/mocha": "^10.0.0", | ||
"@types/node": "^20.0.0", | ||
"@types/node": "^22.0.0", | ||
"@typescript-eslint/eslint-plugin": "^8.0.0", | ||
@@ -71,3 +82,3 @@ "@typescript-eslint/parser": "^8.0.0", | ||
"eslint": "^8.15.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
"eslint-config-prettier": "^10.0.0", | ||
"eslint-formatter-codeframe": "^7.32.1", | ||
@@ -85,3 +96,3 @@ "eslint-plugin-eslint-comments": "^3.2.0", | ||
"eslint-plugin-yml": "^1.1.0", | ||
"mocha": "^10.0.0", | ||
"mocha": "^11.0.0", | ||
"nyc": "^17.0.0", | ||
@@ -88,0 +99,0 @@ "prettier": "^3.0.0", |
Sorry, the diff of this file is not supported yet
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
13
30%29277
-5.86%774
-8.83%1
Infinity%2
100%+ Added
+ Added
- Removed
- Removed
- Removed
Updated