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

vue-async-computed

Package Overview
Dependencies
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-async-computed - npm Package Compare versions

Comparing version 3.3.0-rc4 to 3.3.0

7

package.json
{
"name": "vue-async-computed",
"version": "3.3.0-rc4",
"version": "3.3.0",
"description": "Async computed properties for Vue",

@@ -17,3 +17,3 @@ "main": "dist/vue-async-computed.js",

"test": "babel-node --presets es2015 test/index.js | tspec",
"prebuild": "npm run check -s && npm run clean -s && mkdir -p dist",
"prebuild": "npm run check -s && npm run clean -s && mkdirp dist",
"build": "npm run rollup -s && npm run babel -s",

@@ -26,3 +26,3 @@ "rollup": "rollup src/index.js --output.format umd --name AsyncComputed --output.file dist/vue-async-computed.esnext.js",

"postcoveralls": "rimraf ./coverage",
"prepublishOnly": "npm run build -s && npm run toc -s",
"prepublishOnly": "npm run build -s",
"patch": "npm version patch && npm publish",

@@ -70,2 +70,3 @@ "minor": "npm version minor && npm publish",

"estraverse-fb": "^1.3.2",
"mkdirp": "^0.5.1",
"rimraf": "^2.6.1",

@@ -72,0 +73,0 @@ "rollup": "^0.48.2",

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