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

can-map

Package Overview
Dependencies
Maintainers
1
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

can-map - npm Package Compare versions

Comparing version 3.0.7 to 3.1.0-pre.2

4

can-map_test.js

@@ -262,7 +262,7 @@ /* jshint asi:true */

equal(map.__bindEvents._lifecycleBindings, 1, 'The number of bindings is correct');
equal(map._bindings, 1, 'The number of bindings is correct');
map.off('undefined_property');
equal(map.__bindEvents._lifecycleBindings, 1, 'The number of bindings is still correct');
equal(map._bindings, 1, 'The number of bindings is still correct');
});

@@ -269,0 +269,0 @@

{
"name": "can-map",
"version": "3.0.7",
"version": "3.1.0-pre.2",
"description": "Observable Objects",

@@ -14,6 +14,7 @@ "homepage": "http://canjs.com",

"version": "git commit -am \"Update dist for release\" && git checkout -b release && git add -f dist/",
"postversion": "git push --tags && git checkout master && git branch -D release && git push",
"postversion": "git push --tags && git checkout can-reflect && git branch -D release && git push origin can-reflect",
"testee": "testee test/test.html --browsers firefox",
"test": "npm run jshint && npm run testee",
"jshint": "jshint ./*.js --config",
"release:pre": "npm version prerelease && npm publish --tag pre",
"release:patch": "npm version patch && npm publish",

@@ -24,4 +25,3 @@ "release:minor": "npm version minor && npm publish",

"document": "bit-docs",
"develop": "done-serve --static --develop --port 8080",
"release:pre": "npm version prerelease && npm publish"
"develop": "done-serve --static --develop --port 8080"
},

@@ -41,7 +41,7 @@ "main": "can-map",

"can-cid": "^1.0.0",
"can-compute": "^3.0.8",
"can-compute": "^3.1.0-pre.1",
"can-construct": "^3.0.0",
"can-event": "^3.3.0",
"can-event": "^3.0.1",
"can-namespace": "^1.0.0",
"can-observation": "^3.0.1",
"can-observation": "^3.2.0-pre.3",
"can-types": "^1.0.1",

@@ -48,0 +48,0 @@ "can-util": "^3.2.2"

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