Socket
Socket
Sign inDemoInstall

ns8-switchboard-interfaces

Package Overview
Dependencies
Maintainers
1
Versions
126
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ns8-switchboard-interfaces - npm Package Compare versions

Comparing version 1.0.76 to 1.0.77

dist/switches/WebhookActionSwitch.d.ts

1

dist/index.d.ts

@@ -10,1 +10,2 @@ export * from './SwitchContext';

export * from './switches/EventSwitch';
export * from './switches/WebhookActionSwitch';

5

package.json
{
"name": "ns8-switchboard-interfaces",
"version": "1.0.76",
"version": "1.0.77",
"description": "Contains switchboard interfaces",

@@ -15,3 +15,4 @@ "main": "dist/index.js",

"build": "rm -rf dist && tsc -d && yarn install --production=true",
"lint": "tslint --project ."
"lint": "tslint --project .",
"build:dev": "yarn && yarn lint && yarn build && yarn link"
},

@@ -18,0 +19,0 @@ "devDependencies": {

@@ -7,3 +7,4 @@ # ns8-switchboard-interfaces #

## Build ##
- `yarn build`
## Create a linked working build ##
Running `yarn build:dev` will automatically build and link a local working copy of the interfaces. You can
then use them in another project by running `yarn link ns8-switchboard-interfaces` from the root of the other project.
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