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

shred

Package Overview
Dependencies
Maintainers
2
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

shred - npm Package Compare versions

Comparing version 1.1.0-alpha-07 to 1.1.0-alpha-08

test/index.coffee

4

lib/request.js
// Generated by CoffeeScript 1.8.0
(function() {
var is_array, is_string, parse_url, promise, read, redirects, request, resolve, schemes, type, user_agent, _ref,
var is_array, is_string, parse_url, promise, read, redirects, request, resolve, schemes, to_json, type, user_agent, _ref,
__indexOf = [].indexOf || function(item) { for (var i = 0, l = this.length; i < l; i++) { if (i in this && this[i] === item) return i; } return -1; };

@@ -17,3 +17,3 @@

_ref = require("fairmont"), read = _ref.read, type = _ref.type, is_array = _ref.is_array, is_string = _ref.is_string;
_ref = require("fairmont"), read = _ref.read, type = _ref.type, is_array = _ref.is_array, is_string = _ref.is_string, to_json = _ref.to_json;

@@ -20,0 +20,0 @@ user_agent = "Shred v1.0.0-alpha";

{
"name": "shred",
"version": "1.1.0-alpha-07",
"version": "1.1.0-alpha-08",
"description": "A resource-oriented JavaScript HTTP client.",

@@ -39,3 +39,3 @@ "keywords": [

"prepublish": "coffee --nodejs --harmony -o lib/ -c src/*.*coffee",
"test": "coffee --nodejs --harmony test/shred.coffee",
"test": "coffee --nodejs --harmony test",
"watch": "coffee --nodejs --harmony -o lib/ -cw src/*.*coffee",

@@ -45,3 +45,3 @@ "tag": "(node_modules/.bin/json -f package.json version | xargs -I version git tag -am version version) && git push --tags"

"dependencies": {
"fairmont": "^1.0.0-alpha-17",
"fairmont": "1.0.0-beta-03",
"typely": "0.0.0",

@@ -54,3 +54,3 @@ "url-template": "^2.0.4",

"c50n": "^0.7.0",
"coffee-script": "git://github.com/jashkenas/coffeescript.git#4f82e59",
"coffee-script": "1.9.2",
"colors": "^0.6.2",

@@ -57,0 +57,0 @@ "json": "^9.0.3",

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