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.1 to 9.1.2

.rpt2_cache/rpt2_44632a0d6e56acda986c0eefcfabe0c2f03517b6/code/cache/e59445fd809dbdc8d03fe0d6f2f38aa54044c7bb

4

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

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

},
"gitHead": "1e274a9c7f3e0916631829df1567413a4f87f5e0"
"gitHead": "27b27148a8a567a38ea7eea177f1a1ecdc8d749f"
}
import typescript_plugin from 'rollup-plugin-typescript2'
import pkg from './package.json'
export default [

@@ -18,3 +19,9 @@ {

})],
external:
Object.keys(pkg.dependencies||{})
.concat(Object.keys(pkg.devDependencies||{}))
.concat(
require('module').builtinModules || Object.keys(process.binding('natives'))
),
}
]
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