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

matte

Package Overview
Dependencies
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

matte - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

38

package.json
{
"name": "matte",
"version": "0.1.1",
"repository": {
"type": "git",
"url": "https://github.com/montagejs/matte.git"
},
"dependencies": {
"montage": "~0.13.0",
"native": "~0.1.1"
},
"devDependencies": {
"montage-testing": "~0.2.0"
},
"exclude": [
"overview.html",
"overview",
"run-tests.html",
"test"
]
"name": "matte",
"version": "0.1.2",
"repository": {
"type": "git",
"url": "https://github.com/montagejs/matte.git"
},
"dependencies": {
"montage": "~0.13.0",
"native": "~0.1.1"
},
"devDependencies": {
"montage-testing": "~0.2.0"
},
"exclude": [
"overview.html",
"overview",
"run-tests.html",
"test"
]
}

@@ -5,3 +5,3 @@ /**

/*global require,exports */
var NativeInputText = require("native/ui/input-text.reel").InputText;
var AbstractTextField = require("montage/ui/base/abstract-text-field").AbstractTextField;

@@ -13,3 +13,3 @@ /**

*/
exports.InputText = NativeInputText.specialize(/** @lends module:"matte/ui/input-text.reel".InputText# */ {
exports.InputText = AbstractTextField.specialize(/** @lends module:"matte/ui/input-text.reel".InputText# */ {

@@ -16,0 +16,0 @@ hasTemplate: {value: true},

@@ -5,3 +5,3 @@ /**

/*global require,exports */
var NativeTextarea = require("native/ui/textarea.reel").Textarea;
var AbstractTextArea = require("montage/ui/base/abstract-text-area").AbstractTextArea;

@@ -13,3 +13,3 @@ /**

*/
exports.Textarea = NativeTextarea.specialize(/** @lends module:"matte/ui/textarea.reel".Textarea */ {
exports.Textarea = AbstractTextArea.specialize(/** @lends module:"matte/ui/textarea.reel".Textarea */ {

@@ -16,0 +16,0 @@ hasTemplate: {value: true},

Sorry, the diff of this file is not supported yet

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