Socket
Socket
Sign inDemoInstall

tayeh.js

Package Overview
Dependencies
Maintainers
2
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tayeh.js - npm Package Compare versions

Comparing version 0.1.8 to 0.1.9

dist/base.d.ts

19

package.json
{
"name": "tayeh.js",
"version": "0.1.8",
"version": "0.1.9",
"description": "tayeh shop-api client",

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

],
"types": "src/types.ts",
"module": "dist/index.module.js",

@@ -18,3 +17,3 @@ "unpkg": "dist/index.umd.js",

"dev": "microbundle watch",
"package": "npm run test && npm run build && cp ./package.json ./dist/package.json && cd ./dist/ && npm publish --public"
"package": "npm run test && npm run build && npm publish --public"
},

@@ -55,3 +54,17 @@ "repository": {

"urix": "^0.1.0"
},
"jest": {
"moduleFileExtensions": [
"js",
"json",
"ts"
],
"rootDir": "src",
"testRegex": ".spec.ts$",
"transform": {
"^.+\\.(t|j)s$": "ts-jest"
},
"coverageDirectory": "../coverage",
"testEnvironment": "node"
}
}
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