@wixc3/engine-core
Advanced tools
Comparing version 1.0.7 to 2.0.0
{ | ||
"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" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Explicitly Unlicensed Item
License(Experimental) Something was found which is explicitly marked as unlicensed.
Found 1 instance in 1 package
4
152
1
4303
251169
2
+ Added@file-services/types@2.2.0(transitive)
+ Added@file-services/utils@2.2.0(transitive)
- Removed@wixc3/editor-commons@^1.0.7
- Removed@file-services/types@1.0.4(transitive)
- Removed@file-services/utils@1.0.4(transitive)
Updated@file-services/utils@^2.0.0