Comparing version 2.1.0-1 to 3.0.0-beta.1
{ | ||
"name": "celia", | ||
"version": "2.1.0-1", | ||
"version": "3.0.0-beta.1", | ||
"description": "A modern JavaScript utility library delivering modularity, performance, & extras.", | ||
"main": "./index.js", | ||
"main": "./celia.common.js", | ||
"module": "./celia.es.js", | ||
"unpkg": "./celia.js", | ||
"jsdelivr": "./celia.js", | ||
"scripts": { | ||
@@ -7,0 +10,0 @@ "build": "node ./scripts/build.js", |
@@ -43,10 +43,10 @@ # celia | ||
// or | ||
import celia from 'celia/src'; | ||
import celia from 'celia/celia.es'; | ||
// modularity | ||
import isDate from 'celia/es/isDate'; | ||
// node | ||
const celia = require('celia'); | ||
// modularity | ||
const isDate = require('celia/isDate'); | ||
``` | ||
@@ -105,33 +105,31 @@ | ||
- date/subtract | ||
- dom/addClass | ||
- dom/after | ||
- dom/append | ||
- dom/attr | ||
- dom/before | ||
- dom/children | ||
- dom/css | ||
- dom/data | ||
- dom/empty | ||
- dom/hasClass | ||
- dom/hide | ||
- dom/html | ||
- dom/next | ||
- dom/nextAll | ||
- dom/off | ||
- dom/on | ||
- dom/parent | ||
- dom/prepend | ||
- error/NotImplementedError | ||
- dom/prev | ||
- dom/prevAll | ||
- dom/prop | ||
- dom/remove | ||
- dom/removeAttr | ||
- dom/removeClass | ||
- dom/removeProp | ||
- dom/show | ||
- dom/wrap | ||
## Release History | ||
### 2.0.1 | ||
- added unit tests | ||
- renamed `merge` to `join` | ||
- modularity `remove` will return null when anything can be removed | ||
### 2.1.0-0 | ||
- added api | ||
- dom/after | ||
- dom/append | ||
- dom/before | ||
- dom/data | ||
- dom/off | ||
- dom/on | ||
- dom/prepend | ||
- error/NotImplementedError | ||
### 2.1.0-1 | ||
- rebuild |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 5 instances in 1 package
249475
7296
1
125
134