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

create-point-cb

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-point-cb - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

dist/bundle.es.js

20

package.json
{
"name": "create-point-cb",
"version": "1.1.0",
"version": "1.2.0",
"description": "Create a point from a DOM event",
"main": "index.js",
"main": "dist/bundle.js",
"jsnext:main": "dist/bundle.es.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node ./rollit"
},

@@ -15,3 +17,13 @@ "keywords": [

"author": "Quentin Engles <hollowdoor99@gmail.com>",
"license": "MIT"
"license": "MIT",
"devDependencies": {
"babel-preset-es2015-rollup": "^1.2.0",
"rollup-plugin-babel": "^2.6.1",
"rollup-plugin-commonjs": "^5.0.5",
"rollup-plugin-node-resolve": "^2.0.0",
"uglify-js": "^2.7.4"
},
"dependencies": {
"type-func": "^1.0.1"
}
}
.npmignore

Sorry, the diff of this file is not supported yet

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