Comparing version 0.1.1 to 0.1.2
{ | ||
"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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
356721
0