Socket
Socket
Sign inDemoInstall

@agile-ts/core

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@agile-ts/core - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

LICENSE

6

CHANGELOG.md
# Change Log
## 0.0.7
### Patch Changes
- 7f89382: Updated ReadMe's
## 0.0.6

@@ -4,0 +10,0 @@

22

package.json
{
"name": "@agile-ts/core",
"version": "0.0.6",
"version": "0.0.7",
"author": "BennoDev",
"license": "ISC",
"license": "MIT",
"homepage": "https://agile-ts.org/",
"description": "Global state and logic framework for reactive JavaScript & TypeScript applications.",
"keywords": [],
"description": "Spacy, Simple, Scalable State Management Framework",
"keywords": [
"agile",
"agile-ts",
"state-management",
"state",
"typescript",
"reactive"
],
"main": "dist/index.js",

@@ -15,3 +22,4 @@ "types": "dist/index.d.ts",

"dev-push": "yalc push",
"watch": "tsc-watch --onSuccess \"npm run dev-push\""
"watch": "tsc-watch --onSuccess \"npm run dev-push\"",
"prepublish": "node ./scripts/prepublish.js && yarn run build"
},

@@ -26,4 +34,6 @@ "publishConfig": {

"files": [
"dist/**/*"
"dist",
"LICENSE",
"README.md"
]
}
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