Socket
Socket
Sign inDemoInstall

araz

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

araz - npm Package Compare versions

Comparing version 2.1.3 to 2.1.4

23

index.ts

@@ -1,17 +0,6 @@

import { reactive, ref } from "./src/utils";
import { el, fragment } from "./src/element";
import { mount } from "./src/mount";
import { render } from "./src/render";
import { RouterView, RouterLink, createRouter } from "./src/router";
import type * from './src/'
export {
el,
fragment,
mount,
render,
RouterLink,
RouterView,
createRouter,
reactive,
ref,
};
export * from "./src/utils";
export * from "./src/element";
export * from "./src/mount";
export * from "./src/render";
export * from "./src/router";
export * from "./src/types";
{
"name": "araz",
"version": "2.1.3",
"version": "2.1.4",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.ts",

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