New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@zokugun/lang

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@zokugun/lang

Provide basics methods for Array, Function, Number, Object and String

latest
Source
npmnpm
Version
0.4.0
Version published
Maintainers
1
Created
Source

@zokugun/lang

kaoscript License NPM Version Dependency Status Build Status CircleCI Coverage Status Waffle.io

Provide basics methods for Array, Function, Number, Object and String

Compatibility

ChromeEdgeFirefoxIESafariAndroidiOSNode.js
:heavy_check_mark: 72:heavy_check_mark: 16:heavy_check_mark: 65:heavy_check_mark: 11:heavy_check_mark: 12:heavy_check_mark: 8.0:heavy_check_mark: 12:heavy_check_mark: 11
:heavy_check_mark: 40:heavy_check_mark: 13:heavy_check_mark: 47:heavy_check_mark: 9*:heavy_check_mark: 8:heavy_check_mark: 4.4:heavy_check_mark: 9:heavy_check_mark: 4.5*

* tested manually due to limitation of automated testing tools

Polyfill

Here an example how a polyfill is defined:

#[if(any(lt(chakra-v1.3), lt(ecma-v8), lt(jsc-v10), lt(monkey-v48), trident, lt(v8-v5.7)))]
impl String {
	padStart(targetLength: Number, pad: String = ' '): String => pad.repeat(targetLength - this.length) + this
}

#[else]
disclose String {
	padStart(targetLength: Number, pad: String = ' '): String
}

License

Copyright © 2016 Baptiste Augrain

Licensed under the MIT license.

Keywords

kaoscript

FAQs

Package last updated on 07 Aug 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts