Socket
Socket
Sign inDemoInstall

@neo-one/smart-contract

Package Overview
Dependencies
Maintainers
1
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@neo-one/smart-contract - npm Package Compare versions

Comparing version 1.0.0-alpha.19 to 1.0.0-alpha.20

20

package.json
{
"name": "@neo-one/smart-contract",
"version": "1.0.0-alpha.19",
"version": "1.0.0-alpha.20",
"author": "Alex DiCarlo <alexdicarlo@gmail.com>",

@@ -21,20 +21,2 @@ "description": "NEO•ONE smart contract apis.",

],
"esm": {
"await": false,
"cache": true,
"cjs": {
"cache": true,
"extensions": true,
"interop": true,
"mutableNamespace": true,
"namedExports": true,
"paths": true,
"topLevelReturn": false,
"vars": true
},
"mainFields": [
"main"
],
"mode": "auto"
},
"publishConfig": {

@@ -41,0 +23,0 @@ "access": "public"

17

README.md

@@ -1,2 +0,3 @@

# NEO•ONE
# NEO•ONE
[![All Contributors](https://img.shields.io/badge/all_contributors-4-orange.svg?style=shield)](#contributors)
[![CircleCI](https://circleci.com/gh/neo-one-suite/neo-one.svg?style=shield)](https://circleci.com/gh/neo-one-suite/neo-one) ![AppVeyor](https://ci.appveyor.com/api/projects/status/a2k7nqrxp33bxu95/branch/master?svg=true) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://neo-one.io/docs/en/contributing.html) [![DeepScan grade](https://deepscan.io/api/projects/1846/branches/8291/badge/grade.svg)](https://deepscan.io/dashboard#view=project&pid=1846&bid=8291) [![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/1639/badge)](https://bestpractices.coreinfrastructure.org/projects/1639)

@@ -10,4 +11,16 @@

### License
## Contributors
Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore -->
| [<img src="https://avatars0.githubusercontent.com/u/1311014?v=4" width="100px;"/><br /><sub><b>Alex DiCarlo</b></sub>](https://github.com/dicarlo2)<br />[💻](https://github.com/neo-one-suite/neo-one/commits?author=dicarlo2 "Code") [🐛](https://github.com/neo-one-suite/neo-one/issues?q=author%3Adicarlo2 "Bug reports") [📖](https://github.com/neo-one-suite/neo-one/commits?author=dicarlo2 "Documentation") [🔍](#fundingFinding-dicarlo2 "Funding Finding") [👀](#review-dicarlo2 "Reviewed Pull Requests") [📢](#talk-dicarlo2 "Talks") | [<img src="https://avatars0.githubusercontent.com/u/34611820?v=4" width="100px;"/><br /><sub><b>Alex Fragapane</b></sub>](https://github.com/afragapane)<br />[💻](https://github.com/neo-one-suite/neo-one/commits?author=afragapane "Code") | [<img src="https://avatars3.githubusercontent.com/u/39564353?v=4" width="100px;"/><br /><sub><b>davemneo</b></sub>](https://github.com/davemneo)<br />[💻](https://github.com/neo-one-suite/neo-one/commits?author=davemneo "Code") | [<img src="https://avatars1.githubusercontent.com/u/9561608?v=4" width="100px;"/><br /><sub><b>Daniel Byrne</b></sub>](http://linkedin.com/in/danwbyrne)<br />[💻](https://github.com/neo-one-suite/neo-one/commits?author=danwbyrne "Code") |
| :---: | :---: | :---: | :---: |
<!-- ALL-CONTRIBUTORS-LIST:END -->
This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind welcome!
## License
NEO•ONE is [MIT licensed](./LICENSE).

@@ -33,3 +33,3 @@ // tslint:disable readonly-array no-object-mutation no-unused

public get(keyIn: K): V | null {
public get(keyIn: K): V | undefined {
return syscall(

@@ -41,3 +41,3 @@ 'Neo.Storage.Get',

: Buffer.concat([this.prefix, syscall('Neo.Runtime.Serialize', keyIn)]),
) as V | null;
) as V | undefined;
}

@@ -44,0 +44,0 @@

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