Socket
Socket
Sign inDemoInstall

cheerio

Package Overview
Dependencies
Maintainers
1
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cheerio - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

4

History.md

@@ -0,1 +1,5 @@

0.4.1 / 2011-12-19
==================
* Minor packaging changes to allow `make test` to work from npm installation
0.4.0 / 2011-12-19

@@ -2,0 +6,0 @@ ==================

3

index.js
// Use source if we have coffeescript otherwise use lib
try {
require('coffee-script');
// Need to have coffeescript installed locally in order to run from src
require('./node_modules/coffee-script');
base = './src/'

@@ -5,0 +6,0 @@ } catch (e) {

@@ -21,3 +21,3 @@ (function() {

cheerio.fn = cheerio.prototype = {
cheerio: "0.4.0",
cheerio: "0.4.1",
constructor: cheerio,

@@ -24,0 +24,0 @@ init: function(selector, context, root) {

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

"keywords": ["htmlparser", "jquery", "selector", "scraper"],
"version": "0.4.0",
"version": "0.4.1",
"repository": {

@@ -23,3 +23,2 @@ "type": "git",

"mocha" : "0.x",
"coffee-script" : "1.1.x",
"should" : "*"

@@ -26,0 +25,0 @@ },

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