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

@aiou/bin-template

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aiou/bin-template - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

.github/FUNDING.yml

6

CHANGELOG.md
# @aiou/bin-template
## 2.1.1
### Patch Changes
- c6f4847: add ci
## 2.1.0

@@ -4,0 +10,0 @@

8

package.json
{
"name": "@aiou/bin-template",
"version": "2.1.0",
"version": "2.1.1",
"description": "templates for command project",

@@ -65,6 +65,4 @@ "license": "MIT",

"scripts": {
"prebuild": "rimraf lib",
"build": "tsc",
"pretest": "pnpm run build",
"test": "jest",
"build": "rimraf lib && tsc",
"test": "pnpm run build && jest",
"ci:publish": "pnpm run build && pnpx changeset publish",

@@ -71,0 +69,0 @@ "ci:version": "pnpx changeset version",

@@ -17,3 +17,3 @@ # @aiou/bin-template

```console
npm install -g @aiou/bin-template
pnpm i -g @aiou/bin-template
```

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

@@ -5,3 +5,3 @@ import execa from 'execa'

const cli = path.resolve(__dirname, '../dist/cli.js')
const cli = path.resolve(__dirname, '../lib/cli.js')

@@ -8,0 +8,0 @@ describe('version', () => {

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