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

anymine-vm-runtime

Package Overview
Dependencies
Maintainers
0
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

anymine-vm-runtime - npm Package Compare versions

Comparing version 0.3.0 to 0.5.0

14

package.json
{
"name": "anymine-vm-runtime",
"version": "0.3.0",
"version": "0.5.0",
"description": "",

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

"devDependencies": {
"@tsconfig/node18": "^1.0.1",
"@types/jasmine": "^4.3.1",
"@types/node": "^18.11.18",
"jasmine": "^4.5.0",
"typescript": "^4.9.4"
"@tsconfig/node22": "^22",
"@types/jasmine": "^5",
"@types/node": "^22",
"jasmine": "^5",
"typescript": "^5"
},
"dependencies": {
"anymine-interface": "^0.3.0"
"anymine-interface": "^0.5.0"
},

@@ -21,0 +21,0 @@ "scripts": {

{
"extends": "@tsconfig/node18/tsconfig.json",
"extends": "@tsconfig/node22/tsconfig.json",
"compilerOptions": {
"outDir": "dist",
"lib": ["dom", "es2022"],
"lib": [
"dom",
"es2022"
],
"esModuleInterop": true,
"declaration": true,
},
"include": ["src"],
}
"include": [
"src"
],
}
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