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

laravel-vue2-validator

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

laravel-vue2-validator - npm Package Compare versions

Comparing version 0.0.9-beta-1 to 0.0.9-beta-10

.babelrc

20

package.json
{
"name": "laravel-vue2-validator",
"version": "0.0.9-beta-1",
"version": "0.0.9-beta-10",
"description": " Simple package to display error in vue from laravel validation",
"main": "index.js",
"types": "types/index.d.ts",
"main": "dist/index.js",
"types": "dist/types/index.d.ts",
"scripts": {
"build": "babel ./src --out-dir dist --source-maps inline --copy-files",
"prepublish": "yarn build",
"test": "echo \"Error: no test specified\" && exit 1"

@@ -32,4 +34,14 @@ },

"devDependencies": {
"axios": ">=0.15 <1.0"
"@babel/core": "^7.10.3",
"@babel/preset-env": "^7.10.3",
"axios": ">=0.15 <1.0",
"babel-cli": "^6.26.0",
"babel-plugin-transform-async-to-generator": "^6.16.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.16.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-minify": "^0.5.1",
"babelify": "^10.0.0",
"rimraf": "3.0.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