New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@openstapps/core-tools

Package Overview
Dependencies
Maintainers
3
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@openstapps/core-tools - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

4

CHANGELOG.md

@@ -0,1 +1,5 @@

## [0.0.2](https://gitlab.com/openstapps/core-tools/compare/v0.0.1...v0.0.2) (2018-12-18)
## [0.0.1](https://gitlab.com/openstapps/core-tools/compare/1ac90ef...v0.0.1) (2018-12-18)

@@ -2,0 +6,0 @@

3

lib/cli.js

@@ -1,2 +0,3 @@

#!/usr/bin/env node"use strict";
#!/usr/bin/env node
"use strict";
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

@@ -3,0 +4,0 @@ return new (P || (P = Promise))(function (resolve, reject) {

{
"name": "@openstapps/core-tools",
"version": "0.0.1",
"version": "0.0.2",
"description": "Tools to convert and validate StAppsCore",

@@ -32,3 +32,3 @@ "keywords": [

"check-configuration": "openstapps-configuration",
"compile": "tsc && prepend lib/cli.js '#!/usr/bin/env node'",
"compile": "rimraf lib && tsc && prepend lib/cli.js '#!/usr/bin/env node\n'",
"documentation": "typedoc --includeDeclarations --excludeExternals --mode modules --out docs src",

@@ -59,2 +59,3 @@ "prepareOnly": "npm run build",

"prepend-file-cli": "1.0.6",
"rimraf": "2.6.2",
"tslint": "5.12.0",

@@ -61,0 +62,0 @@ "typedoc": "0.13.0",

Sorry, the diff of this file is too big to display

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