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

@uxland/browser-utilities

Package Overview
Dependencies
Maintainers
2
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uxland/browser-utilities - npm Package Compare versions

Comparing version 1.0.1-alpha.5 to 1.0.1-alpha.6

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [1.0.1-alpha.6](https://github.com/uxland/uxland/compare/@uxland/browser-utilities@1.0.1-alpha.5...@uxland/browser-utilities@1.0.1-alpha.6) (2021-03-11)
**Note:** Version bump only for package @uxland/browser-utilities
## [1.0.1-alpha.5](https://github.com/uxland/uxland/compare/@uxland/browser-utilities@1.0.1-alpha.4...@uxland/browser-utilities@1.0.1-alpha.5) (2021-03-11)

@@ -8,0 +16,0 @@

8

package.json
{
"name": "@uxland/browser-utilities",
"version": "1.0.1-alpha.5",
"version": "1.0.1-alpha.6",
"description": "Browser Utilities",

@@ -47,4 +47,4 @@ "author": "Alex Vizcaino <avizcaino@uxland.es>",

"esbuild:dts": "tsc --emitDeclarationOnly --noEmit false --declaration --removeComments false --outDir lib",
"esbuild:cjs": "esbuild src/index.ts --bundle --minify --target=es2018 --outfile=lib/index.js && yarn esbuild:dts",
"esbuild:es": "esbuild src/*.ts src/**/*.ts --minify --format=esm --outdir=es",
"esbuild:cjs": "esbuild src/index.ts --bundle --minify --target=es2018 --outfile=lib/index.js",
"esbuild:es": "esbuild src/*.ts src/**/*.ts --minify --format=esm --outdir=.",
"esbuild": "npm-run-all --parallel esbuild:es esbuild:cjs"

@@ -78,3 +78,3 @@ },

},
"gitHead": "cc0d89c0ad4c2d6ba1da20b417bc9455647c6ff9"
"gitHead": "d0e4f243bb8418d9c57643b400048588f7338bd2"
}
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