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

cobe

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cobe - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

16

package.json
{
"name": "cobe",
"version": "0.1.1",
"main": "./dist/index.js",
"module": "./dist/index.esm.js",
"exports": {
"./package.json": "./package.json",
".": {
"require": "./dist/index.js",
"default": "./dist/index.esm.js"
}
},
"version": "0.1.2",
"type": "module",
"main": "./dist/index.esm.js",
"files": [

@@ -20,4 +13,3 @@ "dist/**"

"build:esm": "esbuild src/index.js --bundle --minify --format=esm --outfile=dist/index.esm.js --external:phenomenon",
"build:cjs": "esbuild src/index.js --bundle --minify --format=cjs --outfile=dist/index.js --external:phenomenon",
"build": "yarn build:esm && yarn build:cjs"
"build": "yarn build:esm"
},

@@ -24,0 +16,0 @@ "dependencies": {

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