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

@any-tools/boilerplate-simple

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@any-tools/boilerplate-simple - npm Package Compare versions

Comparing version 0.1.0-beta.1 to 0.1.0-beta.2

boilerplate/_package.json

12

CHANGELOG.md
# Changelog
## 0.1.0-beta.2 (2024-01-15)
### Features
* init ([a04706c](https://github.com/robbe-luo/any-tools/commit/a04706c805722623b54fb29e57dbd3f7af176a03))
* init ([1fbde51](https://github.com/robbe-luo/any-tools/commit/1fbde51f5f43a0f8f4fbbe734be67222dda6c0bd))
* 优化模板 ([1f961d0](https://github.com/robbe-luo/any-tools/commit/1f961d0e314f09dcb7731b2143568dafdfbdca99))
* 创建示例模板 ([1dd5949](https://github.com/robbe-luo/any-tools/commit/1dd5949327efceabd48cc57e7567b712c9407044))
* 模板获取 ([897eec6](https://github.com/robbe-luo/any-tools/commit/897eec68e5ee7630c2d2bf3282cafb520bc64b35))
* 模板获取 ([a2d10d2](https://github.com/robbe-luo/any-tools/commit/a2d10d2c15838c31737e7c0d879338a25f206a27))

12

index.js

@@ -1,1 +0,11 @@

export default {};
export default {
name: {
description: 'project name',
},
description: {
description: 'project description',
},
author: {
description: 'project author',
},
};

5

package.json
{
"name": "@any-tools/boilerplate-simple",
"version": "0.1.0-beta.1",
"version": "0.1.0-beta.2",
"description": "simple project",

@@ -16,3 +16,4 @@ "license": "MIT",

"git": {
"push": false
"push": false,
"tagName": "${npm.name}@${version}"
},

@@ -19,0 +20,0 @@ "hooks": {

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