🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@konfirm/stringify

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@konfirm/stringify - npm Package Compare versions

Comparing version
1.0.2
to
1.0.3
+9
-1
CHANGELOG.md

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

## [1.0.3] - 2023-10-14
Fixing issue with missing internals dus to treeshaking
### Fixed
- removed tree-shaking library
## [1.0.2] - 2023-10-14

@@ -36,5 +43,6 @@

[Unreleased]: https://github.com/konfirm/stringify/compare/v1.0.2...HEAD
[Unreleased]: https://github.com/konfirm/stringify/compare/v1.0.3...HEAD
[1.0.2]: https://github.com/konfirm/stringify/compare/v1.0.2...v1.0.3
[1.0.2]: https://github.com/konfirm/stringify/compare/v1.0.1...v1.0.2
[1.0.1]: https://github.com/konfirm/stringify/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/konfirm/stringify/releases/tag/v1.0.0
+1
-3
{
"name": "@konfirm/stringify",
"version": "1.0.2",
"version": "1.0.3",
"description": "Create a string representation of any value",

@@ -49,4 +49,2 @@ "iife": "dist/stringify.js",

"@types/tape": "^5.6.1",
"eslint": "^8.51.0",
"eslint-plugin-tree-shaking": "^1.10.1",
"nyc": "^15.1.0",

@@ -53,0 +51,0 @@ "rollup": "^4.1.0",

{
"parserOptions": {
"ecmaVersion": 2018
},
"plugins": [
"tree-shaking"
],
"rules": {
"tree-shaking/no-side-effects-in-initialization": 2
},
"env": {
"es6": true
}
}