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

asma-types

Package Overview
Dependencies
Maintainers
6
Versions
157
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

asma-types - npm Package Compare versions

Comparing version 1.7.1 to 1.7.2

1

lib/interfaces/enums.d.ts

@@ -250,2 +250,3 @@ /**

readonly shortcutsSettings: "shortcuts-settings";
readonly selectVersions: "select-versions";
readonly qnrCompleted: "completed-schemas";

@@ -252,0 +253,0 @@ readonly chat: "chat";

@@ -329,2 +329,3 @@ // deprecated, replaced with QueriesInitiator

shortcutsSettings: 'shortcuts-settings',
selectVersions: 'select-versions',
qnrCompleted: 'completed-schemas',

@@ -331,0 +332,0 @@ chat: 'chat',

12

package.json
{
"name": "asma-types",
"version": "1.7.1",
"version": "1.7.2",
"description": "shared ts asma types",

@@ -10,6 +10,2 @@ "main": "lib/index.js",

"license": "MIT",
"scripts": {
"build": "tsc && tsc -p .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {

@@ -22,3 +18,7 @@ "type": "git",

"typescript": "^5.0.4"
},
"scripts": {
"build": "tsc && tsc -p .",
"test": "echo \"Error: no test specified\" && exit 1"
}
}
}

@@ -344,2 +344,3 @@ // deprecated, replaced with QueriesInitiator

shortcutsSettings: 'shortcuts-settings',
selectVersions: 'select-versions',
qnrCompleted: 'completed-schemas',

@@ -346,0 +347,0 @@ chat: 'chat',

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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