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

@bassist/utils

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bassist/utils - npm Package Compare versions

Comparing version 0.12.0 to 0.13.0

./dist/index.min.js

17

package.json
{
"name": "@bassist/utils",
"version": "0.12.0",
"version": "0.13.0",
"description": "Opinionated collection of common JavaScript / TypeScript utils by @chengpeiquan .",

@@ -9,13 +9,12 @@ "author": "chengpeiquan <chengpeiquan@chengpeiquan.com>",

"files": [
"lib",
"types"
"dist"
],
"main": "./lib/index.min.js",
"module": "./lib/index.mjs",
"types": "./types/index.d.ts",
"main": "./dist/index.min.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./lib/index.mjs",
"require": "./lib/index.cjs",
"types": "./types/index.d.js"
"import": "./dist/index.mjs",
"require": "./dist/index.cjs",
"types": "./dist/index.d.ts"
}

@@ -22,0 +21,0 @@ },

@@ -67,2 +67,2 @@ # @bassist/utils

MIT License © 2022 [chengpeiquan](https://github.com/chengpeiquan)
MIT License © 2022-PRESENT [chengpeiquan](https://github.com/chengpeiquan)

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