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

@limitless.claver/stringify

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@limitless.claver/stringify - npm Package Compare versions

Comparing version 1.2.4 to 1.2.5

7

CHANGELOG.md
## [1.2.5](https://github.com/limitless-kode/stringify/compare/v1.2.4...v1.2.5) (2023-03-27)
### Bug Fixes
* destructure import ([11b58d0](https://github.com/limitless-kode/stringify/commit/11b58d0a3cb9e171d3d7b2fee542af3021b9ffcc))
## [1.2.4](https://github.com/limitless-kode/stringify/compare/v1.2.3...v1.2.4) (2023-03-27)

@@ -4,0 +11,0 @@

3

dist/index.js

@@ -6,4 +6,5 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.Stringify = void 0;
const stringify_1 = __importDefault(require("./stringify"));
exports.default = stringify_1.default;
exports.Stringify = stringify_1.default;
//# sourceMappingURL=index.js.map

@@ -7,3 +7,3 @@ {

},
"version": "1.2.4",
"version": "1.2.5",
"description": "String helper method for all string and JSON manipulations",

@@ -10,0 +10,0 @@ "main": "./dist/index.js",

import Stringify from './stringify';
export default Stringify;
export {Stringify};
import Stringify from './stringify';
export default Stringify;
export { Stringify };

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