New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

nativescript-toast

Package Overview
Dependencies
Maintainers
2
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nativescript-toast - npm Package Compare versions

Comparing version 2.0.0-bugfix-swift4-12 to 2.0.0-develop-2

4

package.json
{
"name": "nativescript-toast",
"version": "2.0.0-bugfix-swift4-12",
"version": "2.0.0-develop-2",
"description": "A NativeScript Toast Plugin for Android and iOS apps.",

@@ -52,3 +52,3 @@ "main": "toast",

"@types/jasmine": "2.5.53",
"babel-cli": "^6.26.0",
"babel-cli": "6.24.1",
"babel-preset-es2015": "6.24.1",

@@ -55,0 +55,0 @@ "conventional-changelog-cli": "1.3.1",

@@ -9,5 +9,5 @@ /*global exports*/

var d = (typeof (duration) === "string" && duration[0] === "l") ? 3.5 : 2;
return Toast.text(text,0,d);
return Toast.alloc().initWithTextDelayDuration(text,0,d);
}
exports.makeText = makeText;

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