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

@reach/utils

Package Overview
Dependencies
Maintainers
4
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@reach/utils - npm Package Compare versions

Comparing version 0.18.0-pre.0 to 0.18.0-pre.1

dist/reach-utils.cjs.dev.js

6

CHANGELOG.md
# @reach/utils
## 0.18.0-pre.1
### Minor Changes
- The output directory structure has changed slightly. Module files are now named `reach-<pkg>.mjs` instead of `reach-<pkg>.esm.js`. ([`6e40773f`](https://github.com/reach/reach-ui/commit/6e40773fc0f430dba9029fee57b526a7eb25827e))
## 0.18.0-pre.0

@@ -4,0 +10,0 @@

8

package.json
{
"name": "@reach/utils",
"version": "0.18.0-pre.0",
"version": "0.18.0-pre.1",
"description": "Internal, shared utilities for Reach UI.",

@@ -25,4 +25,4 @@ "author": "React Training <hello@reacttraining.com>",

},
"main": "./dist/index.cjs.js",
"types": "./dist/index.d.ts",
"main": "./dist/reach-utils.cjs.js",
"types": "./dist/reach-utils.d.ts",
"files": [

@@ -37,3 +37,3 @@ "CHANGELOG.md",

},
"module": "./dist/index.mjs",
"module": "./dist/reach-utils.mjs",
"scripts": {

@@ -40,0 +40,0 @@ "build": "tsup"

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