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

icevw

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

icevw - npm Package Compare versions

Comparing version 0.1.13 to 0.1.14

12

CHANGES.md
## Historial de cambios
### v0.1.14
> Septiembre 9, 2016
* Se cambió el icono de IceVW
* [https://registry.npmjs.org/](https://registry.npmjs.org/) dejó de funcionar, lo que hacía que IceVW no funcionara bien. Se cambió el mirror de registro de npm a [https://registry.npmjs.org/](https://registry.npmjs.org/)
### v0.1.11
> Agosto 15, 2016
* Se actualizó los assets
* Se actualizó los assets (Interfaz gráfica)

@@ -11,6 +18,7 @@ ### v0.1.7

* Ahora soporta carga de módulos de NPM
* **Nueva característica: ** Ahora se pueden definir paquetes npm registrados, como aplicación a ejecutar
### v0.1.6
No documentado

2

package.json
{
"name": "icevw",
"description": "Ejecute código del lado cliente desde el navegador ",
"version": "0.1.13",
"version": "0.1.14",
"main":"./index",

@@ -6,0 +6,0 @@ "license":"MIT",

# Icevw
### NOTA:
El 09 de septiembre se detectó que [https://registry.npmjs.org/](https://registry.npmjs.org/) dejó de funcionar y por tanto IceVW no funcionaba debido a que dependía de esta url para instalar los paquetes. Esto ya fue solucionado
Ejecute código del lado cliente desde el navegador. Hay ciertas tareas que los desarrolladores web deben hacer del lado cliente para acceder a ciertos recursos que son imposibles de acceder desde el navegador. Existen plugins como Java que permiten esto, pero son obsoletos y los navegadores los bloquean.

@@ -48,2 +54,9 @@

- [Youtube Downloader](http://www.voxapps.tk/2016/08/youtube-downloader.html)
- [Youtube Downloader](http://www.voxapps.tk/2016/08/youtube-downloader.html)-g vox-webcompiler
> $ git clone https://github.com/voxsoftware/voxcss
> $ git clone https://github.com/voxsoftware/icevw
> $ cd icevw
> $ vwc -compile ../voxcss --out-dir org/vox/icevw/server/assets
```
Este script copia los archivos del framework voxcss a la carpeta del proyecto IceVW

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