Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@appbaseio/reactivecore

Package Overview
Dependencies
Maintainers
7
Versions
289
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@appbaseio/reactivecore - npm Package Compare versions

Comparing version 10.0.0-alpha.19 to 10.0.0-alpha.21

lib/actions/analytics.js

24

package.json
{
"name": "@appbaseio/reactivecore",
"version": "10.0.0-alpha.19",
"version": "10.0.0-alpha.21",
"description": "Core architecture of reactive UI libraries",
"main": "cjs/index.js",
"module": "lib/index.mjs",
"main": "lib/index.js",
"files": [
"lib/",
"cjs/"
"lib/"
],
"scripts": {
"lint": "eslint .",
"start": "rollup -c -w",
"build": "rollup -c",
"start": "yarn run build -w",
"build": "babel --ignore __tests__ src --out-dir lib",
"precommit": "eslint .",
"prepublishOnly": "yarn run build",
"version-upgrade": "nps upgrade-core -c ../../package-scripts.js",
"postpublish": "yarn run version-upgrade",
"test": "../../node_modules/jest/bin/jest.js --watch --env node"

@@ -38,6 +37,3 @@ },

"devDependencies": {
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^24.1.0",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.2",
"babel-cli": "^6.24.1",
"babel-eslint": "^7.2.3",

@@ -52,9 +48,5 @@ "babel-preset-react-native": "^4.0.0",

"eslint-plugin-react": "^7.5.1",
"glob": "^10.2.1",
"husky": "^0.14.3",
"jest": "^22.4.2",
"nps": "^5.9.5",
"rollup": "^3.20.7",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-terser": "^7.0.2"
"nps": "^5.9.5"
},

@@ -61,0 +53,0 @@ "engines": {

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