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 6.0.0 to 6.0.1

.rpt2_cache/rpt2_6c7424369d0df53f82000820a70459b1f7256476/code/cache/7a351c9564c269e53359e72862fb7347e64eff82

4

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

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

},
"gitHead": "9bc361d106bdaf0160c6ce1c89845cd4b6d9b86f"
"gitHead": "cd5e14cd2b65d5f3a32e55256a26b7081d79e795"
}

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

module: 'ES2018',
tsconfigOverride: {
compilerOptions: {
declarationDir: __dirname,
},
},
})],
external:
Object.keys(pkg.dependencies||{})
.concat(Object.keys(pkg.devDependencies||{}))
Object.keys(pkg.dependencies || {})
.concat(Object.keys(pkg.devDependencies || {}))
.concat(pkg.name)
.concat(

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