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

maska

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

maska - npm Package Compare versions

Comparing version 1.3.1 to 1.3.2

tsconfig.json

2

dist/es6/maska.esm.js
/*!
* maska v1.3.1
* maska v1.3.2
* (c) 2019-2020 Alexander Shabunevich

@@ -4,0 +4,0 @@ * Released under the MIT License.

/*!
* maska v1.3.1
* maska v1.3.2
* (c) 2019-2020 Alexander Shabunevich

@@ -4,0 +4,0 @@ * Released under the MIT License.

/*!
* maska v1.3.1
* maska v1.3.2
* (c) 2019-2020 Alexander Shabunevich

@@ -4,0 +4,0 @@ * Released under the MIT License.

/*!
* maska v1.3.1
* maska v1.3.2
* (c) 2019-2020 Alexander Shabunevich

@@ -4,0 +4,0 @@ * Released under the MIT License.

/*!
* maska v1.3.1
* maska v1.3.2
* (c) 2019-2020 Alexander Shabunevich

@@ -4,0 +4,0 @@ * Released under the MIT License.

/*!
* maska v1.3.1
* maska v1.3.2
* (c) 2019-2020 Alexander Shabunevich

@@ -4,0 +4,0 @@ * Released under the MIT License.

{
"name": "maska",
"version": "1.3.1",
"version": "1.3.2",
"description": "Simple zero-dependency input mask for Vue.js and vanilla JS",

@@ -28,2 +28,3 @@ "keywords": [

"jsdelivr": "dist/maska.umd.js",
"types": "types/index.d.ts",
"devDependencies": {

@@ -38,3 +39,4 @@ "@babel/core": "^7.7.5",

"rollup-plugin-terser": "^7.0.0",
"standard": "^14.3.1"
"standard": "^14.3.1",
"typescript": "^4.1.2"
},

@@ -41,0 +43,0 @@ "browserslist": "> 0.25%, ie 11",

@@ -69,3 +69,3 @@ # Maska

// use as plugin
app.use(Maska.install);
app.use(Maska);
// or as directive

@@ -72,0 +72,0 @@ // app.directive('maska', Maska.maska);

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