Socket
Socket
Sign inDemoInstall

@elvia/elvis-toolbox

Package Overview
Dependencies
Maintainers
7
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@elvia/elvis-toolbox - npm Package Compare versions

Comparing version 4.1.1 to 4.1.2

10

CHANGELOG.json

@@ -5,2 +5,12 @@ {

{
"date": "07.10.22",
"version": "4.1.2",
"changelog": [
{
"type": "bug_fix",
"changes": ["Missing dependency to <span class=\"code-text\">tslib</span>."]
}
]
},
{
"date": "05.10.22",

@@ -7,0 +17,0 @@ "version": "4.1.1",

9

package.json
{
"name": "@elvia/elvis-toolbox",
"version": "4.1.1",
"version": "4.1.2",
"description": "",
"license": "MIT",
"author": "",
"main": "./dist/index.js"
}
"main": "./dist/index.js",
"dependencies": {
"tslib": "^2.4.0"
}
}
# Toolbox

@@ -0,0 +0,0 @@ import { isSsr } from './isSsr';

@@ -0,0 +0,0 @@ import { useEffect, useState } from 'react';

@@ -0,0 +0,0 @@ import { Dispatch, RefObject, SetStateAction, useEffect, useState } from 'react';

@@ -0,0 +0,0 @@ import { RefObject } from 'react';

@@ -0,0 +0,0 @@ import { RefObject, useEffect, useState } from 'react';

@@ -0,0 +0,0 @@ export * from './elvis-toolbox';

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