Socket
Book a DemoInstallSign in
Socket

astrojs-compiler-sync

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

astrojs-compiler-sync - npm Package Compare versions

Comparing version

to
1.1.0

browser/index.d.ts

37

package.json
{
"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

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.