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

@playcanvas/editor-api

Package Overview
Dependencies
Maintainers
0
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@playcanvas/editor-api - npm Package Compare versions

Comparing version 1.0.42 to 1.1.0

dist/index.d.ts

27

package.json
{
"name": "@playcanvas/editor-api",
"version": "1.0.42",
"version": "1.1.0",
"author": "PlayCanvas <support@playcanvas.com>",

@@ -34,3 +34,3 @@ "homepage": "https://github.com/playcanvas/editor-api#readme",

"@babel/preset-env": "^7.23.8",
"@playcanvas/eslint-config": "^1.7.4",
"@playcanvas/eslint-config": "2.0.8",
"@playcanvas/observer": "1.3.2",

@@ -40,6 +40,8 @@ "@rollup/plugin-babel": "^6.0.4",

"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^12.1.2",
"@types/sharedb": "^3.2.1",
"@typescript-eslint/parser": "^8.19.1",
"chai": "^4.4.1",
"eslint": "^8.56.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-regexp": "^2.6.0",
"eslint": "^9.16.0",
"globals": "^15.14.0",
"karma": "^6.4.2",

@@ -52,8 +54,9 @@ "karma-chrome-launcher": "^3.2.0",

"rollup": "^4.9.5",
"rollup-plugin-dts": "^6.1.0",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-polyfill-node": "^0.13.0",
"sharedb": "^3.2.1",
"sinon": "^17.0.1",
"typedoc": "^0.25.12",
"typedoc-plugin-mdn-links": "^3.1.18",
"typedoc": "^0.26.5",
"typedoc-plugin-extras": "^3.1.0",
"typedoc-plugin-mdn-links": "^3.2.6",
"typescript": "^5.3.3"

@@ -65,6 +68,10 @@ },

"build": "rollup -c",
"build:types": "rollup -c --environment target:types",
"watch": "rollup -c -w",
"docs": "typedoc",
"lint": "eslint --ext .js,.mjs src"
"lint": "eslint src",
"lint:fix": "eslint src --fix"
},
"engines": {
"node": ">=18.0.0"
}
}

Sorry, the diff of this file is too big to display

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