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

bypath

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bypath - npm Package Compare versions

Comparing version 0.7.0 to 0.7.1

2

package.json
{
"name": "bypath",
"version": "0.7.0",
"version": "0.7.1",
"description": "Build effector and react applications with ease",

@@ -5,0 +5,0 @@ "main": "dist/bypath.cjs.js",

@@ -1,2 +0,2 @@

# framework
# bypath

@@ -8,3 +8,3 @@ Simple framework for React, TypeScript and effector applications.

```bash
npm install framework
npm install bypath
```

@@ -16,3 +16,3 @@

// index.ts
import { createBrowserApplication } from 'framework';
import { createBrowserApplication } from 'bypath';
import { createEvent } from 'effector';

@@ -51,3 +51,3 @@

// some-page/contract.ts
import { createHatch } from 'framework';
import { createHatch } from 'bypath';

@@ -64,3 +64,3 @@ import { navigationDomain } from 'entities/navigation';

import { guard, createDomain } from 'effector';
import { withHatch } from 'framework';
import { withHatch } from 'bypath';

@@ -67,0 +67,0 @@ import { historyPush } from 'entities/navigation';

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