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

@napi-rs/cli

Package Overview
Dependencies
Maintainers
1
Versions
183
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@napi-rs/cli - npm Package Compare versions

Comparing version 2.0.0-alpha.0 to 2.0.0-alpha.1

12

CHANGELOG.md

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

# [2.0.0-alpha.1](https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@1.3.3...@napi-rs/cli@2.0.0-alpha.1) (2021-10-01)
### Bug Fixes
- **cli:** missing main and types field in created package.json ([860a02a](https://github.com/napi-rs/napi-rs/commit/860a02a7cb575d8a33c2007ad38eda762e12ba79))
### Features
- **cli:** dts flag for build command ([0e8de17](https://github.com/napi-rs/napi-rs/commit/0e8de173a4519c70ab9fcf9a4e0ec01aaca64d97))
# 2.0.0-alpha.0 (2021-09-22)
## [1.3.3](https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@1.3.2...@napi-rs/cli@1.3.3) (2021-09-19)

@@ -8,0 +20,0 @@

23

package.json
{
"name": "@napi-rs/cli",
"version": "2.0.0-alpha.0",
"version": "2.0.0-alpha.1",
"description": "Cli tools for napi-rs",
"keywords": ["cli", "rust", "napi", "n-api", "neon"],
"keywords": [
"cli",
"rust",
"napi",
"n-api",
"neon"
],
"author": "LongYinan <lynweklm@gmail.com>",

@@ -12,3 +18,5 @@ "homepage": "https://github.com/napi-rs/napi-rs",

},
"files": ["scripts"],
"files": [
"scripts"
],
"engines": {

@@ -39,7 +47,7 @@ "node": ">= 10"

"devDependencies": {
"@octokit/rest": "^18.10.0",
"@types/inquirer": "^8.1.1",
"@octokit/rest": "^18.11.2",
"@types/inquirer": "^8.1.2",
"@types/js-yaml": "^4.0.3",
"chalk": "^4.1.2",
"clipanion": "^3.0.1",
"clipanion": "^3.1.0",
"debug": "^4.3.2",

@@ -56,3 +64,4 @@ "fdir": "^5.1.0",

"url": "https://github.com/sponsors/Brooooooklyn"
}
},
"gitHead": "16aacd8eec3110114ed45fa2311618160d9d5cfb"
}

Sorry, the diff of this file is too big to display

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