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

@airwallex/components-sdk

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@airwallex/components-sdk - npm Package Compare versions

Comparing version 1.2.0 to 1.2.5

lib/index.d.ts

14

package.json
{
"name": "@airwallex/components-sdk",
"version": "1.2.0",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"version": "1.2.5",
"main": "./lib/index.js",
"module": "./lib/index.mjs",
"types": "./lib/index.d.ts",
"files": [
"dist/**"
"lib/**"
],

@@ -13,4 +13,5 @@ "license": "MIT",

"build": "yarn clean & tsup src/index.ts --env.NODE_ENV production --config tsup.config.ts",
"build-npm": "yarn clean & tsup src/index.ts --env.NODE_ENV production --config tsup-npm.config.ts",
"build-npm": "yarn clean-npm & tsup src/index.ts --env.NODE_ENV production --config tsup-npm.config.ts",
"clean": "rm -rf dist",
"clean-npm": "rm -rf build-npm",
"dev": "yarn clean & tsup --env.NODE_ENV development --watch --config tsup.config.ts",

@@ -20,3 +21,2 @@ "lint": "eslint \"src/**/*.ts*\"",

"sonar": "sonar-scanner",
"postversion": "git commit -am \"Bump version to $npm_package_version\" && git push",
"release": "semantic-release"

@@ -23,0 +23,0 @@ },

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