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

cdeops

Package Overview
Dependencies
Maintainers
9
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.0 to 1.1.3-alpha.5

34

package.json
{
"name": "cdeops",
"version": "1.1.3-alpha.0",
"version": "1.1.3-alpha.5",
"description": "Cdecode - Extension API: build extensions that enhance coding experience in your cdeops editor",
"scripts": {
"tslint": "tslint -c tslint.json -p tsconfig.json './src/**/*.{ts,js}'",
"docs": "typedoc",
"prepublishOnly": "npm run tslint && npm run docs",
"watch": "npm run build:lib:watch",
"build": "npm run build:clean && npm run build:lib",
"build:clean": "rimraf lib",
"build:lib": "webpack",
"build:lib:watch": "npm run build:lib -- --watch"
},
"publishConfig": {
"access": "public"
},
"license": "Apache-2.0",
"author": "CDMBase LLC",
"sideEffects": false,
"main": "src/index.js",

@@ -30,5 +19,16 @@ "module": "src/index.js",

],
"sideEffects": false,
"author": "CDMBase LLC",
"gitHead": "8a239dba166a29316563425719db0ac8f3c7a8c1"
"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": "ebfa756a5bcd2d36c39d360a1d86b71c70ded54b"
}
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