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

can-dom-events

Package Overview
Dependencies
Maintainers
5
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

can-dom-events - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

17

CONTRIBUTING.md

@@ -86,1 +86,18 @@ # Contributing to can-dom-events

With the dev server running, you can view the docs at http://localhost:8080/docs/
### Making a release
Run any of following commands to make a release:
```shell
npm version prerelease
npm version patch
npm version minor
npm version major
```
This will run the tests, make a build, bump the version number, and push the git
tag for the release.
See the [Making releases](https://canjs.com/doc/guides/contributing/releases.html#Makingreleases)
docs to learn how to decide which type of version you should release.

5

package.json
{
"name": "can-dom-events",
"description": "Listen for native and custom DOM events",
"version": "1.0.6",
"version": "1.0.7",
"author": {

@@ -14,3 +14,3 @@ "name": "Chris Andrejewski",

"dependencies": {
"can-globals": "^0.2.2",
"can-globals": "<2.0.0",
"can-namespace": "^1.0.0"

@@ -47,2 +47,3 @@ },

"lint": "fixpack && npm run jshint",
"postversion": "git push --follow-tags",
"preversion": "npm test && npm run build",

@@ -49,0 +50,0 @@ "test": "npm run detect-cycle && npm run lint && npm run testee",

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