Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "str2buf", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "isomorphic string <=> buffer in 215 bytes", | ||
@@ -5,0 +5,0 @@ "main": "node/str2buf.js", |
@@ -33,3 +33,3 @@ # str2buf [![NPM](https://img.shields.io/npm/v/str2buf.svg)](https://npmjs.com/package/str2buf) [![Build](https://travis-ci.org/kevlened/str2buf.svg?branch=master)](https://travis-ci.org/kevlened/str2buf) | ||
```javascript | ||
import { fromUint8Array } from 'str2buf/dist/str2buf.mjs' | ||
import { fromUint8Array } from 'str2buf' | ||
``` | ||
@@ -36,0 +36,0 @@ |
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
10221