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.3 to 5.4.4

8

package.json
{
"name": "@ctx-core/object",
"version": "5.4.3",
"version": "5.4.4",
"description": "ctx-core object",
"main": "lib/index.mjs",
"main": "lib/index.js",
"module": "lib/index.mjs",

@@ -33,3 +33,3 @@ "types": "src/lib/index.ts",

"dependencies": {
"@ctx-core/function": "^9.1.3"
"@ctx-core/function": "^9.1.4"
},

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

},
"gitHead": "7974af25ee296f3b8b3b13e208e555c6ff3ed25e"
"gitHead": "f71eb5e4eadb32486cd1b0e5c6bb17c62940343c"
}

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

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

@@ -13,0 +17,0 @@ plugins: [typescript_plugin({

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