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 10.3.2 to 10.3.3

4

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

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

},
"gitHead": "ff2bc07cee2130e0afaa138d40cb45599a6b597c"
"gitHead": "b3d241d8495ad5cfc3f2a2decf95ecd01bc45810"
}

@@ -18,6 +18,13 @@ import typescript_plugin from 'rollup-plugin-typescript2'

module: 'ES2018',
tsconfigOverride: {
compilerOptions: {
declarationDir: __dirname,
},
include: ['src/lib/index.ts'],
exclude: [],
},
})],
external:
Object.keys(pkg.dependencies||{})
.concat(Object.keys(pkg.devDependencies||{}))
Object.keys(pkg.dependencies || {})
.concat(Object.keys(pkg.devDependencies || {}))
.concat(

@@ -24,0 +31,0 @@ require('module').builtinModules || Object.keys(process.binding('natives'))

{
"include": ["src/lib/index.ts"],
"extends": "../../tsconfig.json"
}
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