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

tonicpow-embed

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tonicpow-embed - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

13

package.json
{
"name": "tonicpow-embed",
"version": "0.1.3",
"version": "0.1.4",
"description": "TonicPow Embed helps manage visitor sessions and load any Tonic Widgets",

@@ -31,3 +31,4 @@ "main": "dist/tonic.js",

"lint": "cd src && standard --fix || true",
"build": "webpack --config webpack.config.js"
"build": "webpack --config webpack.config.js",
"deploy": "npm publish --access public"
},

@@ -50,6 +51,6 @@ "license": "Open BSV",

"devDependencies": {
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"chai": "^4.2.0",
"mocha": "^7.0.0"
"mocha": "^7.1.2"
},

@@ -60,3 +61,3 @@ "files": [

"bin": {
"tonicpow-js": "dist/tonic.js"
"tonic-js": "dist/tonic.js"
},

@@ -63,0 +64,0 @@ "engines": {

<img src="https://github.com/tonicpow/embed/blob/master/images/tonicpow-logo.png?raw=true" height="100" alt="TonicPow">
Learn more [about TonicPow](https://tonicpow.com/). Checkout the [TonicPow API Docs](https://docs.tonicpow.com).
> Learn more [about TonicPow](https://tonicpow.com/). Checkout the [TonicPow API Docs](https://docs.tonicpow.com).

@@ -35,10 +35,10 @@ [![last commit](https://img.shields.io/github/last-commit/tonicpow/embed.svg?style=flat)](https://github.com/tonicpow/embed/commits/master)

_(Optional)_ Install as an npm package
```bash
$ npm install tonicpow-embed --save
```shell script
npm install tonicpow-embed --save
```
#### Building (For Developers)
```bash
$ npm install
$ npm run build
```shell script
npm install
npm run build
```

@@ -51,3 +51,5 @@

#### Supported Browsers
<details>
<summary><strong><code>Supported Browsers</code></strong></summary>
TonicPow supports all commonly used browsers. Below is a list of popular browsers and their minimum supported version.

@@ -71,3 +73,36 @@ If we're missing a browser, suggest one [via an issue](https://github.com/tonicpow/embed/issues/new).

|Safari|Mobile|10.3|
</details>
<details>
<summary><strong><code>Library Deployment</code></strong></summary>
[goreleaser](https://github.com/goreleaser/goreleaser) for easy binary or library deployment to Github and can be installed via: `brew install goreleaser`.
The [.goreleaser.yml](.goreleaser.yml) file is used to configure [goreleaser](https://github.com/goreleaser/goreleaser).
Use `make release-snap` to create a snapshot version of the release, and finally `make release` to ship to production.
</details>
<details>
<summary><strong><code>Makefile Commands</code></strong></summary>
View all `makefile` commands
```shell script
make help
```
List of all current commands:
```text
clean Remove previous builds and any test cache data
help Show all commands available
release Full production release (creates release in Github)
release-test Full production test release (everything except deploy)
release-snap Test the full release (build binaries)
tag Generate a new tag and push (IE: tag version=0.0.0)
tag-remove Remove a tag if found (IE: tag-remove version=0.0.0)
tag-update Update an existing tag to current commit (IE: tag-update version=0.0.0)
update-releaser Update the goreleaser application
```
</details>
## Examples

@@ -74,0 +109,0 @@ View some [example Tonic widgets](/examples/example.html)

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