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

@calibur/skr-template

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@calibur/skr-template - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

4

package.json
{
"name": "@calibur/skr-template",
"version": "0.1.4",
"version": "0.1.5",
"author": "falstack <icesilt@outlook.com>",
"license": "MIT",
"gitHead": "bb5aff378012beac0bd5f9c009fd321178d24d97"
"gitHead": "fe19422da80cd160631fb83406cfc66e3c609af3"
}

@@ -6,4 +6,4 @@ {

"description": "this repository generated by @calibur/skr-cli",
"main": "./dist/<%= name.paramCase %>.umd.js",
"module": "./dist/<%= name.paramCase %>.es.js",
"main": "./dist/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/index.d.ts",

@@ -13,4 +13,3 @@ "scripts": {

"lint": "eslint --ext js,jsx,ts,tsx,vue . --fix",
"build": "vite build",
"serve": "vite preview"
"build": "tsup ./src/index.ts --format esm,cjs --legacy-output --dts --minify"
},

@@ -27,4 +26,5 @@ "devDependencies": {

"prettier": "<%= prettier %>",
"tsup": "<%= tsup %>",
"typescript": "<%= typescript %>"
}
}
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