New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

pagelet

Package Overview
Dependencies
Maintainers
4
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pagelet - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

22

package.json
{
"name": "pagelet",
"version": "0.2.1",
"version": "0.2.2",
"description": "pagelet",
"main": "index.js",
"scripts": {
"test": "mocha $(find test -name '*.test.js')"
"test": "NODE_ENV=test ./node_modules/.bin/mocha $(find test -name '*.test.js')",
"coverage": "NODE_ENV=test ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha $(find test -name '*.test.js') --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js || true && rm -rf ./coverage"
},

@@ -24,12 +25,15 @@ "repository": {

"dependencies": {
"debug": "~0.7.x",
"fusing": "~0.2.x",
"temper": "~0.1.x",
"json-stringify-safe": "~5.0.x"
"debug": "~0.8.0",
"fusing": "~0.2.1",
"temper": "~0.1.4",
"json-stringify-safe": "~5.0.0"
},
"devDependencies": {
"chai": "1.8.x",
"mocha": "1.13.x",
"pre-commit": "0.0.x"
"chai": "~1.9.0",
"coveralls": "~2.8.0",
"istanbul": "~0.2.6",
"mocha": "~1.18.0",
"mocha-lcov-reporter": "~0.0.1",
"pre-commit": "~0.0.5"
}
}

@@ -1,3 +0,7 @@

# Pagelet
# Pagelet [![Build Status][status]](https://travis-ci.org/bigpipe/pagelet) [![NPM version][npmimgurl]](http://badge.fury.io/js/pagelet) [![Coverage Status][coverage]](http://coveralls.io/r/bigpipe/pagelet?branch=master)
[status]: https://travis-ci.org/bigpipe/pagelet.png
[npmimgurl]: https://badge.fury.io/js/pagelet.png
[coverage]: http://coveralls.io/repos/bigpipe/pagelet/badge.png?branch=master
## Installation

@@ -4,0 +8,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