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

can-types

Package Overview
Dependencies
Maintainers
6
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

can-types - npm Package Compare versions

Comparing version 1.1.3 to 1.1.4

3

can-types.js

@@ -8,3 +8,4 @@ var namespace = require('can-namespace');

* @module {Object} can-types
* @parent can-infrastructure
* @parent can-typed-data
* @collection can-infrastructure
* @package ./package.json

@@ -11,0 +12,0 @@ * @description A stateful container for CanJS type information.

{
"name": "can-types",
"version": "1.1.3",
"version": "1.1.4",
"description": "A stateful container for CanJS type information",

@@ -20,3 +20,3 @@ "homepage": "http://canjs.com",

"testee": "testee test/test.html --browsers firefox",
"test": "npm run jshint && npm run testee",
"test": "npm run detect-cycle && npm run jshint && npm run testee",
"jshint": "jshint ./*.js --config",

@@ -27,3 +27,4 @@ "release:pre": "npm version prerelease && npm publish --tag=pre",

"release:major": "npm version major && npm publish",
"build": "node build.js"
"build": "node build.js",
"detect-cycle": "detect-cyclic-packages --ignore done-serve"
},

@@ -44,2 +45,3 @@ "main": "can-types",

"devDependencies": {
"detect-cyclic-packages": "^1.1.0",
"jshint": "^2.9.1",

@@ -46,0 +48,0 @@ "steal": "^1.2.10",

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