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

cdeops

Package Overview
Dependencies
Maintainers
10
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cdeops - npm Package Compare versions

Comparing version 1.1.3-alpha.113 to 1.1.3-alpha.161

62

package.json
{
"name": "cdeops",
"version": "1.1.3-alpha.113",
"description": "Cdecode - Extension API: build extensions that enhance coding experience in your cdeops editor",
"license": "Apache-2.0",
"author": "CDMBase LLC",
"sideEffects": false,
"main": "src/index.js",
"module": "src/index.js",
"types": "./src/cdeops.d.ts",
"files": [
"server.d.ts",
"server.js",
"client.d.ts",
"client.js",
"src",
"dist/docs"
],
"scripts": {
"build": "npm run build:clean && npm run build:lib",
"build:clean": "rimraf lib",
"build:lib": "webpack",
"build:lib:watch": "npm run build:lib -- --watch",
"docs": "typedoc",
"prepublishOnly": "npm run tslint && npm run docs",
"tslint": "tslint -c tslint.json -p tsconfig.json './src/**/*.{ts,js}'",
"watch": "npm run build:lib:watch"
},
"publishConfig": {
"access": "public"
},
"gitHead": "6afc73a429bcad03ad9ed01d229d331119d6a63c"
"name": "cdeops",
"version": "1.1.3-alpha.161",
"description": "Cdecode - Extension API: build extensions that enhance coding experience in your cdeops editor",
"license": "Apache-2.0",
"author": "CDMBase LLC",
"sideEffects": false,
"main": "src/index.js",
"module": "src/index.js",
"types": "./src/cdeops.d.ts",
"files": [
"server.d.ts",
"server.js",
"client.d.ts",
"client.js",
"src",
"dist/docs"
],
"scripts": {
"build": "npm run build:clean && npm run build:lib",
"build:clean": "rimraf lib",
"build:lib": "webpack",
"build:lib:watch": "npm run build:lib -- --watch",
"docs": "typedoc",
"prepublishOnly": "npm run tslint && npm run docs",
"tslint": "tslint -c tslint.json -p tsconfig.json './src/**/*.{ts,js}'",
"watch": "npm run build:lib:watch"
},
"publishConfig": {
"access": "public"
},
"gitHead": "d427d960a3d0d6e97b25e7fa8958a117ce842fb4"
}
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