Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

asma-types

Package Overview
Dependencies
Maintainers
6
Versions
146
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.8.0 to 1.8.1

1

lib/interfaces/enums.d.ts

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

readonly privacyStatement: "privacy-statement";
readonly meetingSessionRoom: "meeting-session/:roomSession";
};

@@ -298,0 +299,0 @@ export type IProtectedRoutesPaths = (typeof ProtectedRoutesPaths)[keyof typeof ProtectedRoutesPaths];

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

privacyStatement: 'privacy-statement',
meetingSessionRoom: 'meeting-session/:roomSession',
};

@@ -384,0 +385,0 @@ export var ExpressionOperators;

12

package.json
{
"name": "asma-types",
"version": "1.8.0",
"version": "1.8.1",
"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"
}
}
}

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

privacyStatement: 'privacy-statement',
meetingSessionRoom: 'meeting-session/:roomSession',
} as const

@@ -400,0 +401,0 @@

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