New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

connective-tissue

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

connective-tissue - npm Package Compare versions

Comparing version 1.4.0 to 1.4.1

7

package.json
{
"name": "connective-tissue",
"version": "1.4.0",
"version": "1.4.1",
"description": "",

@@ -36,3 +36,2 @@ "keywords": [

"lint": "eslint --ext .js,.ts,.json --no-fix .",
"postinstall": "husky install",
"prerelease": "npm pack && tar -xvzf *.tgz && rimraf package *.tgz",

@@ -73,3 +72,3 @@ "semantic-release": "semantic-release",

"@types/jest": "27.0.2",
"@typescript-eslint/eslint-plugin": "5.3.1",
"@typescript-eslint/eslint-plugin": "5.5.0",
"cz-conventional-changelog": "^3.3.0",

@@ -87,3 +86,3 @@ "eslint": "*",

"rollup-plugin-terser": "7.0.2",
"semantic-release": "^17.4.7",
"semantic-release": "^18.0.0",
"typescript": "4.4.4"

@@ -90,0 +89,0 @@ },

# connective-tissue
[![Build Status](https://travis-ci.com/MatthewZito/connective-tissue.svg?branch=master)](https://travis-ci.com/MatthewZito/connective-tissue)
[![Coverage Status](https://coveralls.io/repos/github/MatthewZito/connective-tissue/badge.svg?branch=master)](https://coveralls.io/github/MatthewZito/connective-tissue?branch=master)
[![Continuous Deployment](https://github.com/MatthewZito/connective-tissue/actions/workflows/cd.yml/badge.svg)](https://github.com/MatthewZito/connective-tissue/actions/workflows/cd.yml)
[![Continuous Integration](https://github.com/MatthewZito/connective-tissue/actions/workflows/ci.yml/badge.svg)](https://github.com/MatthewZito/connective-tissue/actions/workflows/ci.yml)
[![npm version](https://badge.fury.io/js/connective-tissue.svg)](https://badge.fury.io/js/connective-tissue)

@@ -32,3 +34,3 @@ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

```js
const { } = require('connective-tissue');
const { CircularDoublyLinkedList } = require('connective-tissue');
```

@@ -39,3 +41,7 @@

```js
import { } from 'connective-tissue';
import { CircularDoublyLinkedList } from 'connective-tissue';
```
## Documentation
See [docs](https://matthewzito.github.io/connective-tissue/)
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