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

@easytwin/cli

Package Overview
Dependencies
Maintainers
0
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@easytwin/cli - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

6

package.json
{
"name": "@easytwin/cli",
"version": "0.0.5",
"version": "0.0.6",
"description": "",

@@ -24,3 +24,3 @@ "bin": {

"validate-npm-package-name": "^5.0.1",
"@easytwin/types": "^0.0.1"
"@easytwin/types": "^0.0.0"
},

@@ -43,4 +43,4 @@ "devDependencies": {

"types": "easyv-types --config swagger.config.json",
"publish:npm": "pnpm publish --registry=https://registry.npmjs.org/ --access=public --no-git-checks"
"publish:npm": "pnpm build &&sudo pnpm publish --registry=https://registry.npmjs.org/ --access=public --no-git-checks"
}
}

@@ -0,0 +0,0 @@ ora最新版本用的是esm, tsc打包不会resolve nodemodule, cli调用时在node环境无法解析esm. 即使用rollup打包最后转换成cjs,由于生成的代码中含有类似于/\*_ eslint browser _/ navigator 字样无法在node环境使用, 因此最后选择使用ora5.0.0版本

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