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

poke43

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

poke43 - npm Package Compare versions

Comparing version 1.15.0 to 2.0.0

dist/.keep

34

package.json
{
"name": "poke43",
"version": "1.15.0",
"version": "2.0.0",
"description": "Touch based browser edit components",

@@ -10,2 +10,4 @@ "keywords": [

],
"author": "Radoslav Peev <rpeev@ymail.com>",
"license": "MIT",
"homepage": "https://github.com/rpeev/poke43#readme",

@@ -19,8 +21,30 @@ "repository": {

},
"author": "Radoslav Peev <rpeev@ymail.com>",
"license": "MIT",
"main": "poke43.js",
"browser": "./dist/poke43.browser.js",
"module": "./dist/poke43.browser.mjs",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"build": "rollup -c",
"pm:stop": "sudo pm2 stop ./pm2.process.json",
"pm:start": "sudo pm2 start ./pm2.process.json",
"pm:restart": "sudo pm2 restart ./pm2.process.json --update-env"
},
"devDependencies": {
"@emmetio/extract-abbreviation": "^0.2.0",
"@emmetio/field-parser": "^0.3.1",
"babel-core": "^6.26.3",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"rollup": "^0.63.5",
"rollup-plugin-babel": "^3.0.7",
"rollup-plugin-commonjs": "^9.1.4",
"rollup-plugin-copy": "^0.2.3",
"rollup-plugin-html": "^0.2.1",
"rollup-plugin-json": "^3.0.0",
"rollup-plugin-node-resolve": "^3.3.0",
"rollup-plugin-sass": "^0.9.2"
},
"dependencies": {
"@emmetio/expand-abbreviation": "^0.7.1",
"hammerjs": "^2.0.8"
}
}

2

README.md

@@ -8,2 +8,2 @@ # Poke43

## [Demos](https://rpeev.github.io/poke43/)
## [Demo](https://rpeev.github.io/poke43/)
# Release Notes
## 2.0.0
* Significantly restructure source and use rollup to build browser and ES module bundles
## 1.15.0

@@ -4,0 +8,0 @@

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