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

hyperloop-macros

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hyperloop-macros - npm Package Compare versions

Comparing version 0.5.0 to 0.6.0

Gruntfile.js

11

package.json
{
"name": "hyperloop-macros",
"version": "0.5.0",
"version": "0.6.0",
"description": "Macros to accelerate Hyperloop development",

@@ -24,3 +24,10 @@ "scripts": {

},
"homepage": "https://github.com/yuchi/hyperloop-macros"
"homepage": "https://github.com/yuchi/hyperloop-macros",
"devDependencies": {
"grunt-mocha-test": "~0.11.0",
"grunt-sweet.js": "~0.1.5",
"grunt": "~0.4.5",
"should": "~4.0.4",
"sweet.js": "~0.7.1"
}
}

@@ -30,2 +30,4 @@ Hyperloop Macros

See the [example application](examples/obj-c/tableViewController).
```js

@@ -51,2 +53,9 @@ // The `native` keyword makes the class compile to Hyperloop

locationManager@allowDeferredLocationUpdatesUntilTraveled(null, timeout: null);
// But Hyperloop supports actual dot notation too!
locationManager.startUpdatingLocation();
// so do we! Attention! not for 1 argument methods!
// see https://github.com/appcelerator/hyperloop-ios/issues/82
locationManager.allowDeferredLocationUpdatesUntilTraveled(null, timeout: null);
}

@@ -53,0 +62,0 @@ }

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc