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

@bangle.dev/core

Package Overview
Dependencies
Maintainers
1
Versions
143
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bangle.dev/core - npm Package Compare versions

Comparing version 0.10.0 to 0.10.1

8

index.js
import * as logging from './utils/logging';
import browser, { isChromeWithSelectionBug } from './utils/browser';
import browser from './utils/browser';
import * as utils from './utils/utils';
import * as components from './components/components';

@@ -12,2 +13,5 @@ export * from './components/components';

export { utils, logging, browser, isChromeWithSelectionBug };
const isChromeWithSelectionBug =
browser.chrome && !browser.android && browser.chrome_version >= 58;
export { components, utils, logging, browser, isChromeWithSelectionBug };
{
"name": "@bangle.dev/core",
"version": "0.10.0",
"version": "0.10.1",
"homepage": "https://bangle.dev",

@@ -5,0 +5,0 @@ "authors": [

@@ -47,4 +47,1 @@ const browser = {

export default browser;
export const isChromeWithSelectionBug =
browser.chrome && !browser.android && browser.chrome_version >= 58;
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