dsgstng-api
Advanced tools
Comparing version 0.0.4-a to 0.0.4-b
{ | ||
"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', |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
22199
357
1
1