Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@builder.io/qwik

Package Overview
Dependencies
Maintainers
8
Versions
322
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@builder.io/qwik - npm Package Compare versions

Comparing version 0.0.10 to 0.0.11

core.cjs

45

package.json
{
"name": "@builder.io/qwik",
"version": "0.0.10",
"version": "0.0.11",
"description": "An Open-Source framework designed for best possible [time to interactive](https://web.dev/interactive/), by focusing on [resumability](./docs/RESUMABLE.md) of server-side-rendering of HTML, and [fine-grained lazy-loading](./docs/LAZY_LOADING.md) of code.",
"typings": "./qwik.d.ts",
"main": "./qwik.cjs",
"module": "./qwik.js",
"main": "./core.cjs",
"module": "./core.js",
"types": "./core.d.ts",
"type": "module",
"exports": {
".": {
"import": "./core.js",
"require": "./core.cjs"
},
"./package.json": "./package.json"
},
"contributors": [
{
"name": "Miško Hevery",
"email": "misko@hevery.com",
"url": "https://github.com/BuilderIO/qwik"
},
{
"name": "Adam Bradley",
"email": "adam@builder.io",
"url": "https://twitter.com/adamdbradley"
}
],
"homepage": "https://github.com/BuilderIO/qwik#readme",
"license": "MIT",
"author": {
"email": "misko@hevery.com",
"name": "Miško Hevery",
"repository": {
"type": "git",
"url": "https://github.com/BuilderIO/qwik"
},
"bugs": {
"url": "https://github.com/BuilderIO/qwik/issues"
},
"keywords": [
"framework",
"ssr",
"ssg",
"Builder.io"
],
"engines": {
"node": ">= 14"
}
}
qwik_cjs_metadata.json
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc