Comparing version 1.0.1 to 1.0.2
@@ -30,3 +30,2 @@ var rest = require('restler'); | ||
rest.post("http://"+host+":"+port+"/notas/notas/new", { | ||
multipart: true, | ||
data: notadata | ||
@@ -81,3 +80,2 @@ }) | ||
rest.put("http://"+host+":"+port+"/notas/notas/codigo/"+codigo,{ | ||
multipart: true, | ||
data: notadata | ||
@@ -99,3 +97,2 @@ }) | ||
rest.put("http://"+host+":"+port+"/notas/notas/id/"+id,{ | ||
multipart: true, | ||
data: notadata | ||
@@ -102,0 +99,0 @@ }) |
{ | ||
"name": "notasrest", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "rest api for notas app", | ||
@@ -5,0 +5,0 @@ "main": "notasrest", |
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
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
0
10359
254