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

can-param

Package Overview
Dependencies
Maintainers
4
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

can-param - npm Package Compare versions

Comparing version 1.0.4 to 1.1.0

1

build.js

@@ -0,1 +1,2 @@

"use strict";
var stealTools = require("steal-tools");

@@ -2,0 +3,0 @@

@@ -0,1 +1,2 @@

"use strict";
var namespace = require("can-namespace");

@@ -2,0 +3,0 @@

3

dist/amd/can-param.js

@@ -1,2 +0,2 @@

/*can-param@1.0.3#can-param*/
/*can-param@1.0.4#can-param*/
define([

@@ -8,2 +8,3 @@ 'require',

], function (require, exports, module) {
'use strict';
var namespace = require('can-namespace');

@@ -10,0 +11,0 @@ function buildParam(prefix, obj, add) {

@@ -1,2 +0,3 @@

/*can-param@1.0.3#can-param*/
/*can-param@1.0.4#can-param*/
'use strict';
var namespace = require('can-namespace');

@@ -3,0 +4,0 @@ function buildParam(prefix, obj, add) {

@@ -0,1 +1,33 @@

/*[process-shim]*/
(function(global, env) {
// jshint ignore:line
if (typeof process === "undefined") {
global.process = {
argv: [],
cwd: function() {
return "";
},
browser: true,
env: {
NODE_ENV: env || "development"
},
version: "",
platform:
global.navigator &&
global.navigator.userAgent &&
/Windows/.test(global.navigator.userAgent)
? "win"
: ""
};
}
})(
typeof self == "object" && self.Object == Object
? self
: typeof process === "object" &&
Object.prototype.toString.call(process) === "[object process]"
? global
: window,
"development"
);
/*[global-shim-start]*/

@@ -126,3 +158,3 @@ (function(exports, global, doEval) {

: typeof process === "object" &&
Object.prototype.toString.call(process) === "[object process]"
Object.prototype.toString.call(process) === "[object process]"
? global

@@ -136,3 +168,3 @@ : window,

/*can-param@1.0.3#can-param*/
/*can-param@1.0.4#can-param*/
define('can-param', [

@@ -144,2 +176,3 @@ 'require',

], function (require, exports, module) {
'use strict';
var namespace = require('can-namespace');

@@ -146,0 +179,0 @@ function buildParam(prefix, obj, add) {

{
"name": "can-param",
"version": "1.0.4",
"version": "1.1.0",
"main": "can-param",

@@ -5,0 +5,0 @@ "description": "Serialize an array or object into a query string.",

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