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

avoscloud-sdk

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

avoscloud-sdk - npm Package Compare versions

Comparing version 0.4.3 to 0.4.4

changelog.md

2

package.json
{
"name": "avoscloud-sdk",
"version": "0.4.3",
"version": "0.4.4",
"main": "./lib/av.js",

@@ -5,0 +5,0 @@ "description": "AVOSCloud JavaScript SDK.",

@@ -12,3 +12,2 @@

console.log(file.id);
expect(file.size()).to.be(30);
expect(file.ownerId()).to.be.ok();

@@ -15,0 +14,0 @@ expect(file.id).to.be.ok();

@@ -10,3 +10,3 @@ var GameScore = AV.Object.extend("GameScore");

var objId;
var gameScore = new GameScore();
var gameScore = GameScore.new();
describe('#Saving Objects', function(){

@@ -152,3 +152,3 @@ it('should crate a Object', function(done){

myPost = new Post();
myPost = Post.new();
myPost.set("title", "post1");

@@ -155,0 +155,0 @@ myPost.set("author", "author1");

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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