Socket
Socket
Sign inDemoInstall

node-apple-vpp

Package Overview
Dependencies
5
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0 to 2.0.1

.nyc_output/46bc1f8d8b1d3dd34717988b86621edb.json

6

package.json
{
"name": "node-apple-vpp",
"version": "2.0.0",
"version": "2.0.1",
"description": "A NodeJS Apple VPP API Client ",
"main": "index.js",
"dependencies": {
"axios": "^0.17.1"
"axios": "^0.18.0"
},
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^3.5.3",
"mocha": "^5.0.1",
"nock": "^9.1.6",

@@ -13,0 +13,0 @@ "nyc": "^11.4.1"

@@ -61,3 +61,2 @@ require('./helper');

it('should fail given an array of serials larger than maxAssociate', (done) => {
console.log(testVPP._maxAssociate);
testVPP.associateLicenseToSerial(testAsset, [

@@ -108,3 +107,2 @@ '1','2','3',

testVPP.revokeLicenseFromSerial(testAsset, testDevices).then((response) => {
console.log(response);
response.disassociations.length.should.equal(1);

@@ -136,3 +134,2 @@ done();

it('should fail given an array of serials larger than maxDisassociate', (done) => {
console.log(testVPP._maxAssociate);
testVPP.revokeLicenseFromSerial(testAsset, [

@@ -183,3 +180,2 @@ '1','2','3',

testVPP.revokeLicenseByLicenseID(testAsset, testDevices).then((response) => {
console.log(response);
response.disassociations.length.should.equal(1);

@@ -211,3 +207,2 @@ done();

it('should fail given an array of serials larger than maxDisassociate', (done) => {
console.log(testVPP._maxAssociate);
testVPP.revokeLicenseByLicenseID(testAsset, [

@@ -214,0 +209,0 @@ '1','2','3',

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc