Socket
Socket
Sign inDemoInstall

alice-types

Package Overview
Dependencies
0
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.2.0

dist/images.d.ts

11

package.json
{
"name": "alice-types",
"description": "Types for Yandex Alice",
"version": "1.1.0",
"types": "src/index.d.ts",
"version": "1.2.0",
"types": "dist/index.d.ts",
"files": [
"src",
"dist",
"README.md"

@@ -12,4 +12,5 @@ ],

"init": "git config core.hooksPath ./.hooks",
"lint": "eslint --ext .ts ./src && tsc --noEmit",
"release": "npm run lint && npm version $VER && npm publish && git push --follow-tags --no-verify",
"lint": "eslint --ext .ts ./src",
"build": "rm -rf dist && tsc",
"release": "npm run lint && npm run build && npm version $VER && npm publish && git push --follow-tags --no-verify",
"release-patch": "VER=patch npm run release",

@@ -16,0 +17,0 @@ "release-minor": "VER=minor npm run release"

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc