can-join-uris
Advanced tools
Comparing version
@@ -0,1 +1,2 @@ | ||
"use strict"; | ||
var stealTools = require("steal-tools"); | ||
@@ -2,0 +3,0 @@ |
@@ -1,2 +0,2 @@ | ||
/*can-join-uris@0.0.0#can-join-uris*/ | ||
/*can-join-uris@1.1.0#can-join-uris*/ | ||
define([ | ||
@@ -3,0 +3,0 @@ 'require', |
@@ -1,2 +0,2 @@ | ||
/*can-join-uris@0.0.0#can-join-uris*/ | ||
/*can-join-uris@1.1.0#can-join-uris*/ | ||
'use strict'; | ||
@@ -3,0 +3,0 @@ var namespace = require('can-namespace'); |
@@ -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]*/ | ||
@@ -135,3 +167,3 @@ (function(exports, global, doEval) { | ||
/*can-join-uris@0.0.0#can-join-uris*/ | ||
/*can-join-uris@1.1.0#can-join-uris*/ | ||
define('can-join-uris', [ | ||
@@ -138,0 +170,0 @@ 'require', |
{ | ||
"name": "can-join-uris", | ||
"version": "1.0.0", | ||
"version": "1.2.0", | ||
"description": "Join uris together", | ||
@@ -5,0 +5,0 @@ "homepage": "https://canjs.com", |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
18294
3.62%297
12.08%2
100%