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

@ctx-core/object

Package Overview
Dependencies
Maintainers
1
Versions
666
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ctx-core/object - npm Package Compare versions

Comparing version 5.4.1 to 5.4.2

.rpt2_cache/rpt2_1dd842c319defe42b834c286947098d8787a819b/code/cache/4c90dec1fc2af6d3fdd7367c12c9317cf6882d98

6

package.json
{
"name": "@ctx-core/object",
"version": "5.4.1",
"version": "5.4.2",
"description": "ctx-core object",

@@ -33,3 +33,3 @@ "main": "lib/index.mjs",

"dependencies": {
"@ctx-core/function": "^9.1.1"
"@ctx-core/function": "^9.1.2"
},

@@ -41,3 +41,3 @@ "devDependencies": {

},
"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'))
),
}
]

@@ -339,3 +339,3 @@ import { _andand } from '@ctx-core/function'

}
interface opts__or {
export interface opts__or {
value?

@@ -342,0 +342,0 @@ value__or?

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