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
1
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.23 to 1.0.24

67

package.json
{
"name": "@playcanvas/editor-api",
"version": "1.0.23",
"version": "1.0.24",
"author": "PlayCanvas <support@playcanvas.com>",
"homepage": "https://github.com/playcanvas/editor-api#readme",
"description": "The PlayCanvas Editor API",
"keywords": [
"playcanvas",
"editor",
"api"
],
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.mjs",
"scripts": {
"test": "karma start test/karma.conf.js --single-run",
"test:debug": "karma start test/karma.conf.js --single-run=false --browsers Chrome",
"build": "rollup -c",
"build:docs": "typedoc --options typedoc.json",
"lint": "eslint --ext .js src"
"types": "dist/index.d.ts",
"bugs": {
"url": "https://github.com/playcanvas/editor-api/issues"
},

@@ -18,8 +23,4 @@ "repository": {

},
"author": "PlayCanvas <support@playcanvas.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/playcanvas/editor-api/issues"
},
"files": [
"dist/index.d.ts",
"dist/index.js",

@@ -30,23 +31,31 @@ "dist/index.mjs",

],
"homepage": "https://github.com/playcanvas/editor-api#readme",
"devDependencies": {
"@babel/core": "^7.16.5",
"@babel/eslint-parser": "^7.16.5",
"@babel/preset-env": "^7.16.5",
"@playcanvas/eslint-config": "^1.0.15",
"@playcanvas/observer": "1.1.0",
"@rollup/plugin-babel": "^5.3.0",
"chai": "4.3.4",
"eslint": "^8.5.0",
"karma": "^6.3.9",
"@babel/core": "^7.19.6",
"@babel/eslint-parser": "^7.19.1",
"@babel/preset-env": "^7.19.4",
"@playcanvas/eslint-config": "^1.3.0",
"@playcanvas/observer": "^1.3.2",
"@rollup/plugin-babel": "^6.0.2",
"chai": "^4.3.6",
"eslint": "^8.26.0",
"karma": "^6.4.1",
"karma-chrome-launcher": "^3.1.0",
"karma-mocha": "2.0.1",
"karma-spec-reporter": "0.0.32",
"mocha": "^9.1.3",
"rollup": "^2.62.0",
"sinon": "^11.1.1",
"typedoc": "^0.22.10",
"typedoc-plugin-markdown": "^3.11.8",
"typescript": "^4.5.4"
"karma-spec-reporter": "^0.0.34",
"mocha": "^10.1.0",
"rollup": "^3.2.3",
"rollup-plugin-dts": "^5.0.0",
"sinon": "^14.0.1",
"typedoc": "^0.23.17",
"typedoc-plugin-markdown": "^3.13.6",
"typescript": "^4.8.4"
},
"scripts": {
"test": "karma start test/karma.conf.js --single-run",
"test:debug": "karma start test/karma.conf.js --single-run=false --browsers Chrome",
"build": "rollup -c",
"build:docs": "typedoc --options typedoc.json",
"build:types": "tsc index.js --outDir types --allowJs --declaration --emitDeclarationOnly && rollup -c --environment target:types",
"lint": "eslint --ext .js src"
}
}

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