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

vue-sanitize

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-sanitize - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

.babelrc

19

package.json
{
"name": "vue-sanitize",
"version": "0.1.0",
"version": "0.2.0",
"description": "Whitelist-based HTML sanitizer for Vue.js apps.",
"homepage": "https://github.com/daichirata/vue-sanitize",
"main": "dist/vue-sanitize.js",
"jsnext:main": "src/index.js",
"jsnext:main": "index.js",
"scripts": {
"build": "webpack"
"build": "rollup -c --name vue-sanitize --input index.js"
},

@@ -21,6 +21,2 @@ "keywords": [

},
"files": [
"dist",
"src"
],
"author": "Daichi HIRATA <daichirata@gmail.com>",

@@ -33,7 +29,10 @@ "license": "MIT",

"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-env": "^1.6.1",
"clean-webpack-plugin": "^0.1.17",
"webpack": "^3.8.1"
"prettier": "^1.12.0",
"rollup": "^0.57.1",
"rollup-plugin-babel": "^3.0.3",
"rollup-plugin-commonjs": "^9.1.0",
"rollup-plugin-node-resolve": "^3.3.0"
}
}

Sorry, the diff of this file is too big to display

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