@jsonurl/jsonurl
Advanced tools
Comparing version
@@ -0,1 +1,7 @@ | ||
# v1.1.3 | ||
## Added | ||
- Add typescript declaration file [view commit](http://github.com/jsonurl/jsonurl-js/commit/13f1fd474b46ba68a544d9ae9a59a34bee0c8a4a) | ||
## Changed | ||
- Update dependencies [view commit](http://github.com/jsonurl/jsonurl-js/commit/9dbebe2f823bb8de9f8a552c972933c1ad2f9866) | ||
# v1.1.2 | ||
@@ -2,0 +8,0 @@ ## Changed |
/*! | ||
* jsonurl.js v1.1.2 | ||
* jsonurl.js v1.1.3 | ||
* (c) 2021 David MacCormack | ||
@@ -4,0 +4,0 @@ * Released under the MIT License. |
{ | ||
"name": "@jsonurl/jsonurl", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"publishConfig": { | ||
@@ -11,2 +11,3 @@ "access": "public" | ||
"moduleName": "JsonURL", | ||
"types": "./jsonurl.d.ts", | ||
"scripts": { | ||
@@ -37,5 +38,4 @@ "build": "rollup -c", | ||
"@babel/cli": "^7.13.14", | ||
"@babel/core": "^7.13.14", | ||
"@babel/plugin-transform-runtime": "^7.13.10", | ||
"@babel/preset-env": "^7.13.12", | ||
"@babel/core": "^7.13.15", | ||
"@babel/preset-env": "^7.13.15", | ||
"@rollup/plugin-babel": "^5.3.0", | ||
@@ -45,4 +45,4 @@ "babel-jest": "^26.6.3", | ||
"eslint": "^7.23.0", | ||
"eslint-config-prettier": "^6.15.0", | ||
"eslint-plugin-jest": "^23.20.0", | ||
"eslint-config-prettier": "^8.1.0", | ||
"eslint-plugin-jest": "^24.3.4", | ||
"eslint-plugin-prettier": "^3.3.1", | ||
@@ -55,3 +55,3 @@ "jest": "^26.6.3", | ||
"rollup-plugin-terser": "^7.0.2", | ||
"typescript": "^4.2.3" | ||
"typescript": "^4.2.4" | ||
}, | ||
@@ -58,0 +58,0 @@ "browserslist": "defaults", |
@@ -44,4 +44,4 @@ # JSON→URL | ||
<script | ||
src="https://cdn.jsdelivr.net/npm/@jsonurl/jsonurl@1.1.1" | ||
integrity="sha384-xMsv7+kJwJbUEcGrJdOgvbffqJ1YWjUW+IV6a6vVyYhcPbJjBntEdTtX6LBNsYN8" | ||
src="https://cdn.jsdelivr.net/npm/@jsonurl/jsonurl@1.1.2" | ||
integrity="sha384-kjdLAXTSwonl867FqmglObjdk+qIgyew1EE+3wCpYsJOthDuugo4/9xKHPjicfDL" | ||
crossorigin="anonymous"></script> | ||
@@ -48,0 +48,0 @@ ``` |
@@ -9,4 +9,4 @@ # Security Policy | ||
| ------- | ------------------ | | ||
| 1.0.1 | :white_check_mark: | | ||
| < 1.0.1 | :x: | | ||
| 1.1.2 | :white_check_mark: | | ||
| < 1.1.2 | :x: | | ||
@@ -13,0 +13,0 @@ ## Reporting a Vulnerability |
204756
5.91%17
-5.56%12
9.09%4728
6.2%