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

@ctx-core/function

Package Overview
Dependencies
Maintainers
1
Versions
525
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ctx-core/function - npm Package Compare versions

Comparing version 9.0.1 to 9.1.0

rollup.config.js

18

package.json
{
"name": "@ctx-core/function",
"version": "9.0.1",
"version": "9.1.0",
"description": "ctx-core function",
"main": "lib.js",
"module": "lib.js",
"main": "lib/index.js",
"module": "lib/index.mjs",
"types": "src/lib/index.ts",
"scripts": {
"build": "npm run clean && npm run compile",
"clean": "rm -rf ./*/index.*",
"compile": "rollup -c",
"prepublishOnly": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"

@@ -27,3 +32,8 @@ },

},
"gitHead": "5d2a2301f550dc2e66eefce736aaa740d66b0a34"
"devDependencies": {
"rollup": "^1.16.2",
"rollup-plugin-typescript2": "^0.21.2",
"typescript": "^3.5.2"
},
"gitHead": "8b3ebec87966ee690bb4e905df33ff9a7ef33a1c"
}
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