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

tsubaki

Package Overview
Dependencies
Maintainers
2
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tsubaki - npm Package Compare versions

Comparing version 1.3.13 to 1.3.14

dist/src/index.d.ts

9

CHANGELOG.md

@@ -5,2 +5,11 @@ # Changelog

## [1.3.14](https://github.com/iCrawl/tsubaki/compare/v1.3.13...v1.3.14) (2021-10-25)
### Bug Fixes
* import/require for js/mjs ([594b2c1](https://github.com/iCrawl/tsubaki/commit/594b2c10a7867a4af3edb650140d8f9f2e4b622c))
## [1.3.13](https://github.com/iCrawl/tsubaki/compare/v1.3.12...v1.3.13) (2021-10-20)

7

package.json
{
"name": "tsubaki",
"version": "1.3.13",
"version": "1.3.14",
"description": "Promisify with native promises.",

@@ -14,2 +14,3 @@ "scripts": {

"prepare": "is-ci || husky install",
"prerelease": "npm run build",
"release": "standard-version --preset angular"

@@ -21,4 +22,4 @@ },

"exports": {
"import": "./dist/index.js",
"require": "./dist/index.mjs"
"import": "./dist/index.mjs",
"require": "./dist/index.js"
},

@@ -25,0 +26,0 @@ "author": "iCrawl <icrawltogo@gmail.com>",

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