connective-tissue
Advanced tools
Comparing version 1.4.0 to 1.4.1
{ | ||
"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/) |
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
122228
46
0
0