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

@alwatr/nanolib

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alwatr/nanolib - npm Package Compare versions

Comparing version 1.0.3 to 1.1.0

dist/exit-hook.cjs

19

CHANGELOG.md

@@ -6,2 +6,21 @@ # Change Log

## [1.1.0](https://github.com/Alwatr/nanolib/compare/@alwatr/nanolib@1.0.3...@alwatr/nanolib@1.1.0) (2024-10-11)
### Features
* **nanolib:** export `node` packages from their files ([e039a2f](https://github.com/Alwatr/nanolib/commit/e039a2f75e572943d5dfb1cedebe1d8fc4dfdcc6)) by @mohammadhonarvar
### Bug Fixes
* **nanolib:** set `preset` option of `nano-build` to `module3` ([2d49433](https://github.com/Alwatr/nanolib/commit/2d494338c98ae9ef152ac1823c4288d6cc486cf7)) by @mohammadhonarvar
* **nanolib:** update `exports` key for new files ([0e9f4aa](https://github.com/Alwatr/nanolib/commit/0e9f4aa896c730afda713ea1e65e2c4ff70c4054)) by @mohammadhonarvar
### Miscellaneous Chores
* include LICENSE and LEGAL files to publish ([09f366f](https://github.com/Alwatr/nanolib/commit/09f366f680bfa9fb26acb2cd1ccbc68c5a9e9ad8)) by @AliMD
### Dependencies update
* update ([ec228ca](https://github.com/Alwatr/nanolib/commit/ec228ca8887a7210cd974b279318b61ec6b2c7f6)) by @mohammadhonarvar
## [1.0.3](https://github.com/Alwatr/nanolib/compare/@alwatr/nanolib@1.0.2...@alwatr/nanolib@1.0.3) (2024-10-11)

@@ -8,0 +27,0 @@

55

package.json
{
"name": "@alwatr/nanolib",
"version": "1.0.3",
"version": "1.1.0",
"description": "Necessary library for all ECMAScript (JavaScript/TypeScript) projects.",

@@ -40,2 +40,12 @@ "author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>",

"require": "./dist/main.cjs"
},
"./exit-hook": {
"types": "./dist/exit-hook.d.ts",
"import": "./dist/exit-hook.mjs",
"require": "./dist/exit-hook.cjs"
},
"./node-fs": {
"types": "./dist/node-fs.d.ts",
"import": "./dist/node-fs.mjs",
"require": "./dist/node-fs.cjs"
}

@@ -45,3 +55,4 @@ },

"files": [
"**/*.{js,mjs,cjs,map,d.ts,html,md}",
"**/*.{js,mjs,cjs,map,d.ts,html,md,LEGAL.txt}",
"LICENSE",
"!demo/**/*"

@@ -69,3 +80,3 @@ ],

"build": "yarn run build:ts && yarn run build:es",
"build:es": "nano-build --preset=module",
"build:es": "nano-build --preset=module3",
"build:ts": "tsc --build",

@@ -78,24 +89,26 @@ "watch": "yarn run watch:ts & yarn run watch:es",

"dependencies": {
"@alwatr/async-queue": "^1.3.3",
"@alwatr/dedupe": "^1.1.3",
"@alwatr/deep-clone": "^1.1.3",
"@alwatr/delay": "^1.0.3",
"@alwatr/fetch": "^4.1.3",
"@alwatr/flat-string": "^1.1.3",
"@alwatr/flatomise": "^1.2.3",
"@alwatr/is-number": "^1.1.3",
"@alwatr/local-storage": "^1.1.3",
"@alwatr/logger": "^4.0.3",
"@alwatr/package-tracer": "^1.0.3",
"@alwatr/parse-duration": "^1.1.3",
"@alwatr/platform-info": "^1.2.3",
"@alwatr/render-state": "^1.0.3",
"@alwatr/unicode-digits": "^1.0.0"
"@alwatr/async-queue": "^1.3.4",
"@alwatr/dedupe": "^1.1.4",
"@alwatr/deep-clone": "^1.1.4",
"@alwatr/delay": "^1.0.4",
"@alwatr/exit-hook": "^1.1.4",
"@alwatr/fetch": "^4.1.4",
"@alwatr/flat-string": "^1.1.4",
"@alwatr/flatomise": "^1.2.4",
"@alwatr/is-number": "^1.1.4",
"@alwatr/local-storage": "^1.1.4",
"@alwatr/logger": "^4.0.4",
"@alwatr/node-fs": "^1.1.4",
"@alwatr/package-tracer": "^1.0.4",
"@alwatr/parse-duration": "^1.1.4",
"@alwatr/platform-info": "^1.2.4",
"@alwatr/render-state": "^1.0.4",
"@alwatr/unicode-digits": "^1.0.1"
},
"devDependencies": {
"@alwatr/nano-build": "^2.0.0",
"@alwatr/tsconfig-base": "^1.3.1",
"@alwatr/nano-build": "^2.0.1",
"@alwatr/tsconfig-base": "^1.3.2",
"typescript": "^5.6.3"
},
"gitHead": "e0b3b4a47c02a395046982803b2e431c6ee3b0ab"
"gitHead": "2a35f99b0347aacdccf3b6f28b30ca902f02a2f1"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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