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.1.4 to 9.1.5

6

package.json
{
"name": "@ctx-core/function",
"version": "9.1.4",
"version": "9.1.5",
"description": "ctx-core function",

@@ -10,3 +10,3 @@ "main": "lib/index.js",

"build": "npm run clean && npm run compile",
"clean": "rm -rf ./*/index.*",
"clean": "rm -rf .rpt2_cache; rm -rf ./*/index.*",
"compile": "rollup -c",

@@ -38,3 +38,3 @@ "prepublishOnly": "npm run build",

},
"gitHead": "f71eb5e4eadb32486cd1b0e5c6bb17c62940343c"
"gitHead": "a00f49c93aba4ecb6e0b7aa60755ced027bcc3bc"
}

@@ -8,3 +8,3 @@ import typescript_plugin from 'rollup-plugin-typescript2'

{
file: 'lib/index.js',
file: 'lib/index.mjs',
format: 'esm',

@@ -11,0 +11,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