Socket
Socket
Sign inDemoInstall

node-relation

Package Overview
Dependencies
0
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.0-alpha.2 to 4.0.0

2

package.json
{
"name": "node-relation",
"version": "4.0.0-alpha.2",
"version": "4.0.0",
"description": "Manage strings, number, object that are related to each other.",

@@ -5,0 +5,0 @@ "main": "dist/umd/index.js",

@@ -35,3 +35,3 @@ # node-relation

```html
<script src="node-relation/dist/umd/index.js"></script>
<script src="'https://cdn.jsdelivr.net/npm/node-relation@latest/dist/umd/index.min.js'"></script>
<script>

@@ -45,3 +45,3 @@ const A = new NodeRelation.Relationship().to('a', 'b', 'c')

```javascript
import { Relationship } from 'node-relation/dist/esm/index.js'
import { Relationship } from 'https://cdn.jsdelivr.net/npm/node-relation@latest/dist/esm/index.min.js'
```

@@ -48,0 +48,0 @@

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc