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

@adeira/js

Package Overview
Dependencies
Maintainers
3
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@adeira/js - npm Package Compare versions

Comparing version 1.2.4 to 1.3.0

6

js/CHANGELOG.md
# Unreleased
# 1.3.0
- TS types removed, use [`@types/adeira__js`](https://www.npmjs.com/package/@types/adeira__js), see: https://github.com/DefinitelyTyped/DefinitelyTyped/pull/48501
- Internal changes, `@babel/runtime` dependency bump
# 1.2.4
- Extend `isObjectEmpty` to check for non-enumerable properties

@@ -5,0 +11,0 @@

4

js/package.json

@@ -9,7 +9,7 @@ {

"private": false,
"version": "1.2.4",
"version": "1.3.0",
"sideEffects": false,
"dependencies": {
"@babel/runtime": "^7.10.5"
"@babel/runtime": "^7.12.1"
}
}

@@ -7,2 +7,8 @@ This package contains some useful utilities to help you write JavaScript better. It is a great place where to add these small helpers (_without 3rd party dependencies_) to share them everywhere.

Optionally, install TS types (Flow types are included by default):
```text
yarn add --dev @types/adeira__js
```
# `invariant`, `warning`

@@ -172,3 +178,2 @@

# `isBrowser`

@@ -181,5 +186,5 @@

if(isBrowser()) {
if (isBrowser()) {
// Safely access window
window.location.href = 'https://www.github.com/adeira'
window.location.href = 'https://www.github.com/adeira';
} else {

@@ -186,0 +191,0 @@ // Do server logic for redirect

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