Socket
Socket
Sign inDemoInstall

vue-fragment

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-fragment - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

dist/vue-fragment.min.js

5

package.json
{
"name": "vue-fragment",
"version": "1.0.1",
"version": "1.0.2",
"description": "fragment component for vuejs",
"main": "dist/vue-fragments.min.js",
"main": "dist/vue-fragment.min.js",
"global": "Fragment",
"scripts": {

@@ -7,0 +8,0 @@ "test": "echo \"Error: no test specified\" && exit 1",

6

rollup.build.js

@@ -0,1 +1,3 @@

const config = require('./package.json');
const rollup = require('rollup'),

@@ -14,5 +16,5 @@ minify = require('rollup-plugin-minify-es')

o = {
file: './dist/vue-fragments.min.js',
file: config.main,
format: 'umd',
name: 'Fragment',
name: config.global,
exports: 'named',

@@ -19,0 +21,0 @@ }

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