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

min-dom

Package Overview
Dependencies
Maintainers
2
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

min-dom - npm Package Compare versions

Comparing version 1.0.0 to 2.0.0

.babelrc

17

CHANGELOG.md

@@ -9,2 +9,19 @@ # Changelog

## 2.0.0
### Breaking Changes
* `CHORE`: expose utils via main entry point only; use imports / destructuring to access them:
```javascript
import { bind } from 'min-dom';
```
* `CHORE`: expose `query.all()` as `queryAll`
### Other Improvements
* `CHORE`: migrate libray to ES6
* `CHORE`: build and publish ES6, CommonJS and UMD distributions
## 1.0.0

@@ -11,0 +28,0 @@

19

package.json
{
"name": "min-dom",
"version": "1.0.0",
"version": "2.0.0",
"description": "A minimal dom utility toolbelt",
"main": "dist/index.js",
"module": "dist/index.mjs",
"scripts": {
"all": "run-s lint test bundle test:integration",
"bundle": "rollup -c",
"lint": "eslint .",
"prepublishOnly": "run-s bundle test:integration",
"test": "karma start",
"all": "run-s lint test"
"test:integration": "karma start test/integration/karma.conf.js"
},

@@ -35,6 +40,9 @@ "keywords": [

"devDependencies": {
"babel-core": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babelify": "^8.0.0",
"browserify": "^14.4.0",
"chai": "^4.1.2",
"eslint": "^4.11.0",
"eslint-plugin-mocha": "^4.11.0",
"eslint-plugin-bpmn-io": "^0.5.2",
"karma": "^1.7.1",

@@ -48,4 +56,9 @@ "karma-browserify": "^5.1.1",

"npm-run-all": "^4.1.2",
"rollup": "^0.56.5",
"rollup-plugin-babel": "^3.0.3",
"rollup-plugin-commonjs": "^9.1.0",
"rollup-plugin-node-resolve": "^3.2.0",
"rollup-plugin-uglify": "^3.0.0",
"watchify": "^3.9.0"
}
}
index.js

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