Comparing version 1.0.0 to 1.0.1
var canReflect = require("can-reflect"); | ||
var canSymbol = require("can-symbol"); | ||
var namespace = require("can-namespace"); | ||
@@ -262,1 +263,2 @@ var isMemberSymbol = canSymbol.for("can.isMember"); | ||
exports.convertAll = all.bind(null, exports.convert); | ||
namespace.type = exports; |
{ | ||
"name": "can-type", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Type definitions", | ||
@@ -35,2 +35,3 @@ "homepage": "https://canjs.com/doc/can-type.html", | ||
"dependencies": { | ||
"can-namespace": "^1.0.0", | ||
"can-reflect": "^1.17.10", | ||
@@ -37,0 +38,0 @@ "can-symbol": "^1.6.5" |
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
45233
644
3
1
+ Addedcan-namespace@^1.0.0