You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@kryptonstudio/ecs

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kryptonstudio/ecs - npm Package Compare versions

Comparing version

to
1.0.0-alpha.5

lib/cjs/component/index.d.ts

11

package.json
{
"name": "@kryptonstudio/ecs",
"version": "1.0.0-alpha.4",
"main": "./lib/ecs.js",
"types": "./lib/ecs.d.ts",
"version": "1.0.0-alpha.5",
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
"repository": {

@@ -16,3 +16,3 @@ "url": "https://github.com/DeveloperMetal/krypton-ecs.git",

"postversion": "git push && git push --tags",
"build": "tsc",
"build": "tsc -p tsconfig.json && tsc -p tsconfig-cjs.json",
"build:cleanup": "yarn lint && yarn format && yarn test && yarn build",

@@ -26,3 +26,4 @@ "test": "jest --coverage",

"files": [
"lib"
"lib",
"package.json"
],

@@ -29,0 +30,0 @@ "dependencies": {},