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

@broxus/js-utils

Package Overview
Dependencies
Maintainers
5
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@broxus/js-utils - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

2

dist/cjs/storage.js

@@ -8,3 +8,3 @@ "use strict";

StorageType["SESSION"] = "sessionStorage";
})(StorageType = exports.StorageType || (exports.StorageType = {}));
})(StorageType || (exports.StorageType = StorageType = {}));
/**

@@ -11,0 +11,0 @@ * Check if browser's storage is available

{
"$schema": "https://json.schemastore.org/tsconfig",
"name": "@broxus/js-utils",
"version": "1.2.0",
"version": "1.2.1",
"description": "JavaScript utilities library",

@@ -29,5 +29,5 @@ "license": "AGPL-3.0",

],
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/esm/index.d.ts",
"engines": {

@@ -34,0 +34,0 @@ "node": ">=12",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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