Socket
Socket
Sign inDemoInstall

can-string

Package Overview
Dependencies
0
Maintainers
5
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

1

can-string.md
@module {Object} can-string
@parent can-js-utilities
@collection can-infrastructure
@package ./package.json

@@ -5,0 +6,0 @@ @description String utilities.

10

package.json
{
"name": "can-string",
"version": "1.0.0",
"version": "1.0.1",
"description": "String helpers",

@@ -48,8 +48,8 @@ "homepage": "http://canjs.com",

"jshint": "^2.9.1",
"steal": "^1.6.5",
"steal-qunit": "^1.0.1",
"steal-tools": "^1.11.3",
"testee": "^0.7.0"
"steal": "^2.2.1",
"steal-qunit": "^2.0.0",
"steal-tools": "^2.2.1",
"testee": "^0.9.0"
},
"license": "MIT"
}
# can-string
[![Build Status](https://travis-ci.org/canjs/can-string.svg?branch=master)](https://travis-ci.org/canjs/can-string)
[![Join our Slack](https://img.shields.io/badge/slack-join%20chat-611f69.svg)](https://www.bitovi.com/community/slack?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Join our Discourse](https://img.shields.io/discourse/https/forums.bitovi.com/posts.svg)](https://forums.bitovi.com/?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/canjs/can-string/blob/master/LICENSE)
[![npm version](https://badge.fury.io/js/can-string.svg)](https://www.npmjs.com/package/can-string)
[![Travis build status](https://travis-ci.org/canjs/can-string.svg?branch=master)](https://travis-ci.org/canjs/can-string)
[![Greenkeeper badge](https://badges.greenkeeper.io/canjs/can-string.svg)](https://greenkeeper.io/)
String helpers
## Usage
## Documentation
### ES6 use
Read the [can-string API docs on CanJS.com](https://canjs.com/doc/can-string.html).
With StealJS, you can import this module directly in a template that is autorendered:
## Changelog
```js
import plugin from 'can-string';
```
See the [latest releases on GitHub](https://github.com/canjs/can-string/releases).
### CommonJS use
## Contributing
Use `require` to load `can-string` and everything else
needed to create a template that uses `can-string`:
The [contribution guide](https://github.com/canjs/can-string/blob/master/CONTRIBUTING.md) has information on getting help, reporting bugs, developing locally, and more.
```js
var plugin = require("can-string");
```
## License
### Standalone use
Load the `global` version of the plugin:
```html
<script src='./node_modules/can-string/dist/global/can-string.js'></script>
```
[MIT](https://github.com/canjs/can-string/blob/master/LICENSE)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc