Socket
Socket
Sign inDemoInstall

atom.storage

Package Overview
Dependencies
1
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.0 to 0.4.1

.nyc_output/3b0de7a15195fef765bbee5afbe5d6dc.json

4

package.json
{
"name": "atom.storage",
"version": "0.4.0",
"version": "0.4.1",
"description": "Reactive variables with Storage",

@@ -26,3 +26,3 @@ "main": "lib/atom.storage.js",

"dependencies": {
"infestines": "^0.1.1"
"infestines": "^0.2.0"
},

@@ -29,0 +29,0 @@ "devDependencies": {

@@ -0,5 +1,5 @@

import * as I from "infestines"
import * as Kefir from "kefir"
import Atom from "kefir.atom"
import * as I from "infestines"
import {LocalStorage} from "node-localstorage"
import * as Kefir from "kefir"

@@ -6,0 +6,0 @@ const localStorage = new LocalStorage("./test-storage~")

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc