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

airbitz-cli

Package Overview
Dependencies
Maintainers
6
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

airbitz-cli - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

lib/cjs/airbitz-cli.js

4

CHANGELOG.md
# airbitz-cli
## 1.0.1 (2023-07-31)
- fixed: Modernize package structure to work with the latest Node.js and TypeScript versions.
## 1.0.0 (2023-07-31)

@@ -4,0 +8,0 @@

36

package.json
{
"name": "airbitz-cli",
"version": "1.0.0",
"version": "1.0.1",
"description": "Airbitz CLI tool",

@@ -17,24 +17,31 @@ "homepage": "https://airbitz.co",

],
"type": "module",
"exports": {
".": {
"import": "./lib/index.mjs",
"require": "./lib/index.js"
"import": {
"types": "./src/index.d.ts",
"default": "./lib/airbitz-cli.js"
},
"require": {
"types": "./src/index.d.ts",
"default": "./lib/cjs/airbitz-cli.js"
}
},
"./package.json": "./package.json"
},
"main": "lib/index.js",
"module": "lib/airbitz-cli.js",
"types": "./lib/src/index.d.ts",
"bin": "bin/airbitz-cli",
"main": "./lib/cjs/airbitz-cli.js",
"module": "./lib/airbitz-cli.js",
"types": "./src/index.d.ts",
"bin": "./bin/airbitz-cli",
"files": [
"bin/*",
"CHANGELOG.md",
"lib/*",
"LICENSE",
"package.json",
"README.md"
"/bin/",
"/CHANGELOG.md",
"/lib/",
"/LICENSE",
"/package.json",
"/README.md"
],
"scripts": {
"clean": "rimraf bin lib",
"build": "rollup -c",
"build": "rollup -c && echo '{\"type\":\"commonjs\"}' > lib/cjs/package.json",
"fix": "eslint . --fix",

@@ -87,5 +94,4 @@ "lint": "eslint .",

"rollup": "^2.21.0",
"rollup-plugin-mjs-entry": "^0.1.1",
"typescript": "^4.1.2"
}
}
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