New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@ctx-core/store

Package Overview
Dependencies
Maintainers
1
Versions
673
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ctx-core/store - npm Package Compare versions

Comparing version 6.0.4 to 6.0.5

3

lib.js

@@ -7,4 +7,4 @@ // TODO: Use when https://github.com/sveltejs/svelte-extras/issues/20 is resolved

import { Store } from 'svelte/store.js'
export { _ctx } from './lib.nodep.js'
import { log } from '@ctx-core/logger/lib.js'
export { _ctx } from './lib.nodep.js'
const logPrefix = '@ctx-core/store/lib.js'

@@ -34,2 +34,3 @@ export function _store() {

}
log(`_mixin__store|${name}`)
await init(...arguments)

@@ -36,0 +37,0 @@ return store

{
"name": "@ctx-core/store",
"version": "6.0.4",
"version": "6.0.5",
"description": "ctx-core store",

@@ -25,8 +25,8 @@ "main": "lib.js",

"@ctx-core/array": "^8.0.2",
"@ctx-core/logger": "^3.0.3",
"@ctx-core/object": "^3.0.2",
"@ctx-core/logger": "^3.0.4",
"@ctx-core/object": "^3.1.0",
"svelte": "^2.16.0",
"svelte-extras": "^2.0.2"
},
"gitHead": "ceb17e6a117f8631a78d2db3c13a2cf714ff7630"
"gitHead": "f6cf077c31a6c9ce9d4a4b2973dd577dc7057c97"
}
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