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.6 to 6.0.0

.rpt2_cache/rpt2_ee55d6e0776c850dc70347272fdbfcbfd93debf9/code/cache/7a351c9564c269e53359e72862fb7347e64eff82

10

package.json
{
"name": "@ctx-core/object",
"version": "5.4.6",
"version": "6.0.0",
"description": "ctx-core object",
"main": "lib/index.js",
"module": "lib/index.mjs",
"types": "src/lib/index.ts",
"types": "lib/index.ts",
"scripts": {
"build": "npm run clean && npm run compile",
"clean": "rm -rf .rpt2_cache; rm -rf ./*/index.*",
"clean": "rm -rf .rpt2_cache; find ./*/index.* -type f -not -name 'index.ts' -delete",
"compile": "rollup -c",

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

"dependencies": {
"@ctx-core/function": "^9.1.5"
"@ctx-core/function": "^10.0.0"
},

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

},
"gitHead": "cafe6608c43fd8659b951414da80dfad944a1301"
"gitHead": "9bc361d106bdaf0160c6ce1c89845cd4b6d9b86f"
}

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

{
input: 'src/lib/index.ts',
input: 'lib/index.ts',
output: [

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