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

dsgstng-api

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dsgstng-api - npm Package Compare versions

Comparing version 0.0.4-a to 0.0.4-b

2

package.json
{
"name": "dsgstng-api",
"version": "0.0.4a",
"version": "0.0.4b",
"description": "Interface of interaction with dsgstng.com api",

@@ -5,0 +5,0 @@ "main": "app.js",

@@ -14,3 +14,3 @@ Interface of interaction with [dsgstng.com](https://dsgstng.com) api

// frontend api usage example (using webpack)
import Api from 'dsgstng-api/web.api'
import Api from 'dsgstng-api/web'
const dsgstngApi = new Api() // again token if you had

@@ -17,0 +17,0 @@ dsgstngApi.calendar.schedule.get()

import Api from './main'
export default Api
{
"name": "dsgstng-api",
"version": "0.0.4",
"description": "Interface of interaction with dsgstng.com api",

@@ -5,0 +4,0 @@ "main": "api.js",

@@ -35,2 +35,7 @@ /* eslint-disable no-undef */

},
plugins: [
new webpack.DefinePlugin({
'process.env.API_VERSION': JSON.stringify(process.env.npm_package_version),
})
],
node: {

@@ -37,0 +42,0 @@ dgram: 'empty',

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