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

divhide

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

divhide - npm Package Compare versions

Comparing version 1.0.0-alpha.8 to 1.0.0

divhide-1.0.0.tgz

10

.readme/includes/Contribute.md

@@ -38,13 +38,11 @@

# change the package.json, bower.json pre-release version (v1.0.0-1)
# , commit to repo
# , and publish to npm and bower
grunt release
grunt pre-release
# change the package.json, bower.json minor version (v1.0.1)
# , commit to repo
# , and publish to npm and bower
grunt minor-release
grunt release
# Publish current version to npm and bower
grunt deploy
```

17

.readme/includes/Install.md

@@ -6,3 +6,2 @@

```

@@ -26,8 +25,11 @@

```
```bash
bower install divhide
# or download **divhide.js** from the **dist/** folder.
```
``` html

@@ -49,14 +51,7 @@

bower install divhide
Download dist/divhide.js from github and use it as a library.
```
Copy the file (`bower_components/divhide/dist/divhide.js`) to your titanium project (e.g. `app/lib/vendor`).
``` html
e.g.
var Divhide = require("/vendor/divhide");
....
```

@@ -6,3 +6,3 @@

{%= _.badge("nodeio") %}
{%= _.badge("nodeio") %} ![alt text](https://raw.githubusercontent.com/divhide/divhide-core/master/.readme/assets/bower-logo.jpg) ![alt text](https://raw.githubusercontent.com/divhide/divhide-core/master/.readme/assets/titanium-logo.png)

@@ -16,5 +16,4 @@ {%= _.badge("donate") %}

Please note that all examples are integrated on the CI build. That's the reason why the `expect` statements are visible here.
Please note that **all examples are integrated on the CI build** and that's the reason why you'll see `expect` statements.
![alt text](https://raw.githubusercontent.com/divhide/divhide-core/master/.readme/assets/nodejs-logo.jpg) ![alt text](https://raw.githubusercontent.com/divhide/divhide-core/master/.readme/assets/bower-logo.jpg) ![alt text](https://raw.githubusercontent.com/divhide/divhide-core/master/.readme/assets/titanium-logo.png)

@@ -21,0 +20,0 @@ {%= _.include("Install.md") %}

{
"name": "divhide",
"description": "Divhide javascript core components for NodeJs, Browser, Titanium, ... and everything that runs javascript.",
"version": "1.0.0-alpha.8",
"version": "1.0.0",
"author": {

@@ -29,3 +29,3 @@ "name": "Oscar Brito <aetheon@gmail.com>",

"browserify": "8.1.0",
"expect.js": ">=0.2.0",
"expect.js": "^0.3.1",
"grunt": "~0.4.5",

@@ -32,0 +32,0 @@ "grunt-browserify": "~3.2.1",

@@ -5,3 +5,3 @@ # [![Divhide](http://blog.divhide.com/assets/images/divhide_128px.png)](http://divhide.com/) divhide-core

[![NPM Stats](https://nodei.co/npm/divhide.png?downloads=true)](https://www.npmjs.com/package/divhide)
[![NPM Stats](https://nodei.co/npm/divhide.png?downloads=true)](https://www.npmjs.com/package/divhide) ![alt text](https://raw.githubusercontent.com/divhide/divhide-core/master/.readme/assets/bower-logo.jpg) ![alt text](https://raw.githubusercontent.com/divhide/divhide-core/master/.readme/assets/titanium-logo.png)

@@ -15,5 +15,4 @@ [![Donate](https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=NYVPSL7GBYD6A&lc=US&item_name=Oscar%20Brito&currency_code=EUR&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted)

Please note that all examples are integrated on the CI build. That's the reason why the `expect` statements are visible here.
Please note that **all examples are integrated on the CI build** and that's the reason why you'll see `expect` statements.
![alt text](https://raw.githubusercontent.com/divhide/divhide-core/master/.readme/assets/nodejs-logo.jpg) ![alt text](https://raw.githubusercontent.com/divhide/divhide-core/master/.readme/assets/bower-logo.jpg) ![alt text](https://raw.githubusercontent.com/divhide/divhide-core/master/.readme/assets/titanium-logo.png)

@@ -25,3 +24,2 @@

```

@@ -45,8 +43,11 @@

```
```bash
bower install divhide
## or download **divhide.js** from the **dist/** folder.
```
``` html

@@ -68,13 +69,6 @@

bower install divhide
Download dist/divhide.js from github and use it as a library.
```
Copy the file (`bower_components/divhide/dist/divhide.js`) to your titanium project (e.g. `app/lib/vendor`).
``` html
e.g.
var Divhide = require("/vendor/divhide");
....

@@ -1482,11 +1476,9 @@ ```

## change the package.json, bower.json pre-release version (v1.0.0-1)
## , commit to repo
## , and publish to npm and bower
grunt release
grunt pre-release
## change the package.json, bower.json minor version (v1.0.1)
## , commit to repo
## , and publish to npm and bower
grunt minor-release
grunt release
## Publish current version to npm and bower
grunt deploy

@@ -1493,0 +1485,0 @@ ```

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