Socket
Socket
Sign inDemoInstall

telejson

Package Overview
Dependencies
Maintainers
4
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

telejson - npm Package Compare versions

Comparing version 6.0.6 to 6.0.7

dist/cjs/dom-event.js

47

package.json
{
"name": "telejson",
"version": "6.0.6",
"version": "6.0.7",
"description": "",

@@ -23,15 +23,14 @@ "keywords": [

},
"license": "MIT",
"exports": {
"import": "./dist/index.mjs",
"require": "./dist/index.js"
},
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist/*"
],
"license": "MIT",
"main": "dist/cjs/index.js",
"types": "dist/types/index.d.ts",
"module": "dist/esm/index.js",
"scripts": {
"build": "tsup",
"build:cjs": "babel src --out-dir dist/cjs --extensions \".ts\"",
"build:esm": "BABEL_ESM=true babel src --out-dir dist/esm --extensions \".ts\"",
"build:tsc": "tsc --emitDeclarationOnly",
"build": "yarn build:cjs && yarn build:esm && yarn build:tsc",
"lint": "eslint src --ext .js,.ts",

@@ -44,11 +43,8 @@ "prepublish": "yarn build",

"eslintConfig": {
"env": {
"browser": true
},
"extends": [
"@storybook/eslint-config-storybook"
],
"ignorePatterns": [
"dist/*"
]
"env": {
"browser": true
}
},

@@ -63,2 +59,3 @@ "jest": {},

"isobject": "^4.0.0",
"lodash": "^4.17.21",
"memoizerific": "^1.11.3"

@@ -72,5 +69,4 @@ },

"@storybook/eslint-config-storybook": "^3.0.0",
"@swc/core": "^1.2.179",
"@types/jest": "^26.0.22",
"@types/lodash.get": "^4.4.7",
"@types/lodash": "^4.14.168",
"babel-core": "7.0.0-bridge.0",

@@ -81,6 +77,4 @@ "babel-jest": "^26.6.3",

"jest": "^26.6.3",
"lodash.get": "^4.4.2",
"prettier": "^2.2.1",
"regenerator-runtime": "^0.13.7",
"tsup": "^5.12.7",
"typescript": "^4.2.3"

@@ -90,16 +84,3 @@ },

"access": "public"
},
"tsup": {
"entry": [
"src/index.ts"
],
"target": "es5",
"format": [
"esm",
"cjs"
],
"sourcemap": true,
"clean": true,
"dts": true
}
}
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