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

@wixc3/engine-core

Package Overview
Dependencies
Maintainers
142
Versions
333
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wixc3/engine-core - npm Package Compare versions

Comparing version 1.0.7 to 2.0.0

cjs/com/base-host.d.ts

21

package.json
{
"name": "@wixc3/engine-core",
"version": "1.0.7",
"main": "src/index",
"version": "2.0.0",
"main": "cjs/index.js",
"types": "cjs/index.d.ts",
"scripts": {
"clean": "rimraf npm",
"clean": "rimraf cjs",
"prebuild": "yarn clean",
"build": "ts-pack build",
"build": "ts-build src --cjs",
"test": "run-s test:node test:browser",
"test:node": "mocha -r @ts-tools/node/r \"test/node/**/*.spec.ts?(x)\" --watch-extensions ts,tsx --colors",
"test:node": "mocha \"test/node/**/*.spec.ts?(x)\"",
"test:browser": "mocha-pup \"test/**/*.spec.ts?(x)\" -c ./test/webpack.config.js",

@@ -15,4 +16,3 @@ "prepack": "yarn build"

"dependencies": {
"@file-services/utils": "^1.0.4",
"@wixc3/editor-commons": "^1.0.7",
"@file-services/utils": "^2.0.0",
"promise-assist": "^1.2.6",

@@ -22,2 +22,7 @@ "socket.io-client": "^2.2.0",

},
"files": [
"cjs",
"src",
"!src/tsconfig.json"
],
"license": "UNLICENSED",

@@ -27,3 +32,3 @@ "publishConfig": {

},
"gitHead": "51795255d1a2a6e1bc045efd371ae06b35a79c9c"
"gitHead": "a3d1847245c5344a41cf2cd1a35230019ebffae6"
}
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