Socket
Socket
Sign inDemoInstall

morphling

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

morphling - npm Package Compare versions

Comparing version 0.2.3 to 0.2.4

dist/index.js

12

index.js

@@ -1,11 +0,1 @@

import filters from './filters';
import directives from './directives';
const Morphling = {
install(Vue, options) {
filters(Vue, options);
directives(Vue);
}
}
export default Morphling;
module.exports = require('./dist');
{
"dependencies": {
"compression-webpack-plugin": "^1.0.0",
"moment": "^2.18.1"
},
"name": "morphling",
"version": "0.2.3",
"version": "0.2.4",
"description": "A collection of VueJs filters.",
"main": "index.js",
"devDependencies": {},
"devDependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.24.1",
"css-loader": "^0.28.4",
"style-loader": "^0.18.2",
"uglify-loader": "^2.0.0",
"webpack": "^3.5.4"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rm -rf dist && webpack --progress --hide-modules"
},

@@ -13,0 +24,0 @@ "repository": {

Sorry, the diff of this file is not supported yet

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