Socket
Socket
Sign inDemoInstall

clipanion

Package Overview
Dependencies
Maintainers
1
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clipanion - npm Package Compare versions

Comparing version 2.4.0 to 2.4.1

lib/index.d.ts

14

package.json
{
"name": "clipanion",
"version": "2.4.0",
"main": "lib/advanced",
"version": "2.4.1",
"main": "lib/index",
"license": "MIT",

@@ -12,2 +12,3 @@ "devDependencies": {

"@types/yup": "^0.28.3",
"@wessberg/rollup-plugin-ts": "^1.2.24",
"chai": "^4.2.0",

@@ -17,3 +18,5 @@ "chai-as-promised": "^7.1.1",

"mocha": "^7.1.2",
"rollup": "^2.12.0",
"ts-node": "^8.10.1",
"tslib": "^2.0.0",
"typescript": "^3.9.2",

@@ -23,3 +26,3 @@ "yup": "^0.28.5"

"scripts": {
"prepack": "rm -rf lib && yarn tsc",
"prepack": "rm -rf lib && rollup -c",
"postpack": "rm -rf lib",

@@ -29,8 +32,7 @@ "test": "FORCE_COLOR=1 mocha --require ts-node/register --extension ts tests"

"publishConfig": {
"main": "lib/advanced"
"main": "lib/index"
},
"files": [
"/lib/**/*",
"!/lib/demos/**/*"
"lib"
]
}
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