matt-utils
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "matt-utils", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Some simple shothands for some js functions and methods", | ||
@@ -11,3 +11,3 @@ "main": "index.js", | ||
"type": "git", | ||
"url": "git+https://github.com/mattiacoll/m-utils.git" | ||
"url": "git+https://github.com/mattiacoll/matt-utils.git" | ||
}, | ||
@@ -24,5 +24,5 @@ "keywords": [ | ||
"bugs": { | ||
"url": "https://github.com/mattiacoll/m-utils/issues" | ||
"url": "https://github.com/mattiacoll/matt-utils/issues" | ||
}, | ||
"homepage": "https://github.com/mattiacoll/m-utils#readme", | ||
"homepage": "https://github.com/mattiacoll/matt-utils#readme", | ||
"devDependencies": { | ||
@@ -36,2 +36,3 @@ "@babel/core": "^7.10.2", | ||
"browserslist": "^4.12.0", | ||
"core-js": "^3.6.5", | ||
"eslint": "^7.1.0", | ||
@@ -41,6 +42,3 @@ "rollup": "^2.12.0", | ||
"rollup-plugin-terser": "^6.1.0" | ||
}, | ||
"dependencies": { | ||
"core-js": "^3.6.5" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
# m-utils | ||
# matt-utils | ||
Some simple shorthands for some js functions and methods | ||
@@ -6,8 +6,14 @@ | ||
// todo install (possibly npm) | ||
Use npm: | ||
``` | ||
npm i -D m-utils | ||
npm i -D matt-utils | ||
``` | ||
Or pnpm | ||
``` | ||
pnpm i -D matt-utils | ||
``` | ||
## Usage | ||
@@ -18,3 +24,3 @@ | ||
``` | ||
import { addEvent, byId } from 'm-utils' | ||
import { addEvent, byId } from 'matt-utils' | ||
@@ -21,0 +27,0 @@ addEvent( byId( 'some-selector' ), 'click', ( ev ) => { |
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
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
91329
0
32
12
- Removedcore-js@^3.6.5
- Removedcore-js@3.39.0(transitive)