Socket
Socket
Sign inDemoInstall

variable

Package Overview
Dependencies
1
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.3 to 0.0.8

.editorconfig

72

package.json
{
"name": "variable",
"version": "0.0.3",
"description" : "simple variable operations",
"author": "Maxim Kadochnikov <makc.brain@yandex.ru>",
"bin": "./index.js",
"repository": {
"type": "git",
"url": "https://github.com/makcbrain/variable"
},
"license": "MIT"
}
"name": "variable",
"version": "0.0.8",
"description": "Create and react to reactive variables.",
"author": "Joe Pea <joe@trusktr.io>",
"license": "MIT",
"homepage": "http://github.com/lume/variable#readme",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports COMMENT:": "This removes 'dist' from import statements, as well as replaces the 'main' field. See https://github.com/nodejs/node/issues/14970#issuecomment-571887546",
"exports": {
".": "./dist/index.js",
"./": "./dist/"
},
"scripts": {
"LUME SCRIPTS XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX": "",
"clean": "lume clean",
"build": "lume build",
"dev": "lume dev",
"typecheck": "lume typecheck",
"typecheck:watch": "lume typecheckWatch",
"test": "lume test",
"test:debug": "lume testDebug",
"prettier": "lume prettier",
"prettier:check": "lume prettierCheck",
"release:patch": "lume releasePatch",
"release:minor": "lume releaseMinor",
"release:major": "lume releaseMajor",
"version": "lume versionHook",
"postversion": "lume postVersionHook",
"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX OTHER SCRIPTS": ""
},
"dependencies": {
"solid-js": "0.18.0"
},
"devDependencies": {
"@lume/cli": "^2.0.0",
"prettier": "^1.19.1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/lume/variable.git"
},
"bugs": {
"url": "https://github.com/lume/variable/issues"
},
"keywords": [
"frp",
"functional reactive programming",
"functional-reactive-programming",
"reactive programming",
"reactive-programming",
"reactive coding",
"reactive-coding",
"reactive variables",
"reactive-variables",
"reactivity",
"reactive computation",
"reactive-computation"
]
}
.gitattributes
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc