Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
angular-parse-ext
Advanced tools
This repo is for distribution on npm
and bower
. The source for this module is in the
main AngularJS repo.
Please file issues and pull requests against that repo.
You can install this package either with npm
or with bower
.
npm install angular-parse-ext
Then add ngParseExt
as a dependency for your app:
angular.module('myApp', [require('angular-parse-ext')]);
bower install angular-parse-ext
Add a <script>
to your index.html
:
<script src="/bower_components/angular-parse-ext/angular-parse-ext.js"></script>
Then add ngParseExt
as a dependency for your app:
angular.module('myApp', ['ngParseExt']);
Documentation is available on the AngularJS docs site.
The MIT License
Copyright (c) 2010-2016 Google, Inc. http://angularjs.org
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1.5.5 material-conspiration (2016-04-18)
$compile: move setting of controller data to single location Reverted commit 21d148ae since it caused the Angular Material tabs directive to fail.
ngRoute: allow ngView
to be included in an asynchronously loaded template
Eagerly loading $route
, could break tests, because it might request the root or default route
template (something $httpBackend
would know nothing about).
It will be re-applied for v1.6.x
, with a breaking change notice and possibly a way to disable
the feature in tests.
noop()
as controller for multiple components
(4c8aeefb,
#14391, #14402)$onChanges
even if the inner value already matches the new value
(d9448dcb,
#14406)@
bindings
(499e1b2a,
#14070)$onChanges
hook is called correctly
(0ad2b708,
#14355, #14359)toString()
are annotated properly
(d384834f,
#14361)inject()
on IE10+, PhantomJS
(e9c718a4,
#13591, #13592, #13593)eventHandlers
/uploadEventHandlers
(25d4e5cc,
#14436)forEach
(c115b37c,
#12529)documentFragment
to populate select
options
(6a4124d0,
#13607, #13239, #12076)<a name="1.5.4"></a>
FAQs
AngularJS ngParseExt module
The npm package angular-parse-ext receives a total of 97 weekly downloads. As such, angular-parse-ext popularity was classified as not popular.
We found that angular-parse-ext demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.