New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

convert

Package Overview
Dependencies
Maintainers
1
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

convert - npm Package Compare versions

Comparing version 1.8.1 to 1.8.2

dist/convert.esm.mjs

24

package.json

@@ -10,5 +10,5 @@ {

"@size-limit/preset-small-lib": "4.10.1",
"@types/jest": "26.0.20",
"@typescript-eslint/eslint-plugin": "4.17.0",
"@typescript-eslint/parser": "4.17.0",
"@types/jest": "26.0.21",
"@typescript-eslint/eslint-plugin": "4.18.0",
"@typescript-eslint/parser": "4.18.0",
"es-check": "5.2.3",

@@ -25,4 +25,4 @@ "eslint-plugin-prettier": "3.3.1",

"tslib": "2.1.0",
"typedoc": "0.20.31",
"typescript": "4.1.5"
"typedoc": "0.20.32",
"typescript": "4.2.3"
},

@@ -52,3 +52,8 @@ "files": [

"main": "dist/index.js",
"module": "dist/convert.esm.js",
"type": "commonjs",
"module": "dist/convert.esm.mjs",
"exports": {
"import": "./dist/convert.esm.mjs",
"require": "./dist/index.js"
},
"name": "convert",

@@ -61,3 +66,4 @@ "repository": {

"analyze": "size-limit --why",
"build": "tsdx build --format cjs,esm,umd",
"build": "tsdx build --format cjs,esm,umd; yarn rename-esm",
"rename-esm": "mv ./dist/convert.esm.js ./dist/convert.esm.mjs; mv ./dist/convert.esm.js.map ./dist/convert.esm.mjs.map;",
"compat": "es-check es3 dist/*.min.js",

@@ -68,3 +74,3 @@ "docs": "typedoc",

"skip": "echo skip",
"start": "tsdx watch --format cjs,esm,umd",
"start": "tsdx watch --format cjs,esm,umd --onSuccess \"yarn rename-esm\"",
"style": "prettier --check .",

@@ -97,3 +103,3 @@ "test": "tsdx test"

"typings": "dist/index.d.ts",
"version": "1.8.1"
"version": "1.8.2"
}
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